aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl
Commit message (Expand)AuthorAge
* Rename GrSamplerState to GrEffectStage.Gravatar bsalomon@google.com2012-10-26
* Misc stage->effect renamingGravatar bsalomon@google.com2012-10-25
* Rename StageKey and related stuff.Gravatar bsalomon@google.com2012-10-25
* Fix self assignment in GrGLShaderVarGravatar bsalomon@google.com2012-10-25
* Rename GrProgramStageFactory to GrBackendEffectFactory.Gravatar bsalomon@google.com2012-10-25
* Files accidentally omitted from r6123.Gravatar bsalomon@google.com2012-10-25
* Platform/Engine -> BackendGravatar bsalomon@google.com2012-10-25
* Fix decl of gl_FragCoord in GLSL versions <= 1.20.Gravatar bsalomon@google.com2012-10-25
* GrGLProgramStage Renaming Part 3Gravatar bsalomon@google.com2012-10-25
* GrGLProgramStage Renaming Part 2Gravatar bsalomon@google.com2012-10-25
* GrGLProgramStage Renaming Part 1.Gravatar bsalomon@google.com2012-10-25
* GrCustomStage Renaming Part 5Gravatar bsalomon@google.com2012-10-25
* GrCustomStage Renaming Part 4Gravatar bsalomon@google.com2012-10-24
* GrCustomStage Renaming Part 3Gravatar bsalomon@google.com2012-10-24
* GrCustomStage Renaming Part 2Gravatar bsalomon@google.com2012-10-24
* CustomStage Renaming Part 1Gravatar bsalomon@google.com2012-10-24
* Pass the GrCustomStage and key to GrGLProgramStage emitCode.Gravatar bsalomon@google.com2012-10-24
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-10-24
* Combine the emit functions in GrGLProgramStage.Gravatar bsalomon@google.com2012-10-23
* Reland r6330 thru r6333 but do without enabling GL_ARB_fragment_coord_convent...Gravatar bsalomon@google.com2012-10-23
* Add support for GLSL 1.40.Gravatar bsalomon@google.com2012-10-23
* Reorder the vertex attributes to be friendlier to android.Gravatar bsalomon@google.com2012-10-23
* Add vendor to context info.Gravatar bsalomon@google.com2012-10-23
* Revert r6330 thru 6333 while we figure out what to do about Intel bots (possi...Gravatar bsalomon@google.com2012-10-22
* Fix name of extension enabled in r6031 (should be plural "conventions").Gravatar bsalomon@google.com2012-10-22
* Enable extension GL_ARB_fragment_coord_convention in FS. Speculative fix for ...Gravatar bsalomon@google.com2012-10-22
* Remove two params from GrGLProgramStage::setData that are no longer necessary.Gravatar bsalomon@google.com2012-10-22
* Automatically handle converting gl_FragCoord to Skia's y-down device coords.Gravatar bsalomon@google.com2012-10-22
* Make GrGLShaderBuilder responsible for inserting begining of main() function ...Gravatar bsalomon@google.com2012-10-22
* Make GrGLProgram be responsible for calling setData on custom stages.Gravatar bsalomon@google.com2012-10-22
* Use GrCustomStage to implement color matrix.Gravatar bsalomon@google.com2012-10-17
* Separate out the texture matrix from the coord-system change matrix in GrSamp...Gravatar bsalomon@google.com2012-10-17
* Omit shader swizzle if it is rgba.Gravatar bsalomon@google.com2012-10-04
* Add SkNativeGLContext implementation for iOS.Gravatar bsalomon@google.com2012-10-02
* Move android gl files from src/gpu/android to src/gpu/gl/android.Gravatar bsalomon@google.com2012-10-01
* Make gpu work in iOS SampleApp.Gravatar bsalomon@google.com2012-09-28
* Addressed xcode analysis complaintsGravatar robertphillips@google.com2012-09-24
* Move GrTextureParams from GrSamplerState to GrTextureAccessGravatar bsalomon@google.com2012-09-18
* Add GrColor to RGBA float helper funcGravatar bsalomon@google.com2012-09-17
* Revert r5491, r5495, r5497, and r5498.Gravatar borenet@google.com2012-09-11
* Add more logging to GrGLInterface. Temporary.Gravatar borenet@google.com2012-09-11
* Add lots of logging to GrGLInterface.cpp. Temporary.Gravatar borenet@google.com2012-09-11
* Wrap all GrCustomStage textures in GrTextureAccess, remove StageDesc::fInConf...Gravatar bsalomon@google.com2012-09-11
* Removed old resource locking systemGravatar robertphillips@google.com2012-09-09
* Remove extraneous const qualifier.Gravatar bsalomon@google.com2012-09-07
* Try r5428 again with fixGravatar bsalomon@google.com2012-09-07
* Revert 5428 and 5429.Gravatar bsalomon@google.com2012-09-07
* Fix shader errors in r5428.Gravatar bsalomon@google.com2012-09-07
* Consolidate texture access functions, provide default GrTextureAccessGravatar bsalomon@google.com2012-09-07
* Introduce GrGLShaderBuilder::TextureSamplerGravatar bsalomon@google.com2012-09-06