aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl
Commit message (Expand)AuthorAge
* Stop referencing gl_FragCoord z and w components.Gravatar bsalomon2014-06-20
* Fifth attempt to land faster rect blur. Remove unnecessary conditionals from...Gravatar humper2014-06-17
* Revert of third try at landing improved blur rect; this time with more correc...Gravatar scroggo2014-06-12
* Add ifdef to not use function pointer that we don't have yet on Chromium??Gravatar krajcevski2014-06-11
* Allow compressed texture data to be updated.Gravatar krajcevski2014-06-11
* Fix a number of issues with iOS build.Gravatar jvanverth2014-06-11
* third try at landing improved blur rect; this time with more correctnessGravatar humper2014-06-11
* Add support for glCompressedTexSubImage2DGravatar krajcevski2014-06-11
* Revert of second try at landing improved blur rect (https://codereview.chromi...Gravatar reed2014-06-11
* second try at landing improved blur rectGravatar humper2014-06-09
* Generate path names on the client sideGravatar cdalton2014-06-09
* Make sure to copy the LATC alias when copying the GrGLCapsGravatar krajcevski2014-06-09
* Initial work to get ETC1 data up to the GPUGravatar krajcevski2014-06-02
* Revert of Initial work to get ETC1 data up to the GPU (https://codereview.chr...Gravatar commit-bot@chromium.org2014-05-30
* Use GrGLShaderBuilder::GenProgramOutput in GrGLProgram.Gravatar commit-bot@chromium.org2014-05-30
* Initial work to get ETC1 data up to the GPUGravatar commit-bot@chromium.org2014-05-30
* move all code generation under genProgram() in GrGLShaderBuilder.Gravatar commit-bot@chromium.org2014-05-30
* Move the LATC and ETC1 enum values to GrPixelConfig. I also tried to put in c...Gravatar commit-bot@chromium.org2014-05-30
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-05-30
* Make GrGLShaderBuilder store a GenProgramOutputGravatar commit-bot@chromium.org2014-05-29
* Incremental refactoring of GrGLProgram and GrGLShaderBuilderGravatar commit-bot@chromium.org2014-05-29
* Move all code generation from GrGLProgram to GrGLShaderBuilderGravatar commit-bot@chromium.org2014-05-29
* separate view matrix from rt adjustmentGravatar commit-bot@chromium.org2014-05-29
* Revert of Revert of Add compressed texture capabilities for GPU devicesGravatar commit-bot@chromium.org2014-05-27
* Revert of Add compressed texture capabilities for GPU devices (https://codere...Gravatar commit-bot@chromium.org2014-05-27
* Add compressed texture capabilities for GPU devicesGravatar commit-bot@chromium.org2014-05-27
* Add OpenGL Compressed Texture enum valuesGravatar commit-bot@chromium.org2014-05-27
* Revert of Add compressed texture capabilities for GPU devices (https://codere...Gravatar commit-bot@chromium.org2014-05-23
* Add compressed texture capabilities for GPU devicesGravatar commit-bot@chromium.org2014-05-23
* Add EXT suffix to EXT_map_buffer_range referencesGravatar djsollen@google.com2014-05-21
* Rename SkMatrix::get(Max|Min)Stretch to get(Min|Max)ScaleGravatar commit-bot@chromium.org2014-05-20
* Factor GrTexture into public GrTexture and private GrTextureImpl.Gravatar commit-bot@chromium.org2014-05-09
* Revert of Factor GrTexture into public GrTexture and private GrTextureImpl. (...Gravatar commit-bot@chromium.org2014-05-09
* Factor GrTexture into public GrTexture and private GrTextureImpl.Gravatar commit-bot@chromium.org2014-05-09
* store map ptr in GrGeometryBuffer base classGravatar commit-bot@chromium.org2014-05-08
* Rename from "(un)lock" to "(un)map" for geometry buffers.Gravatar commit-bot@chromium.org2014-05-07
* Fix warningGravatar commit-bot@chromium.org2014-05-07
* Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData.Gravatar commit-bot@chromium.org2014-05-05
* Split GrResource into GrCacheable/GrGpuObjectGravatar commit-bot@chromium.org2014-05-02
* Revert of Add support for glMapBufferRange. Use glMapBufferRange and glMapBuf...Gravatar djsollen@google.com2014-05-02
* Revert of Fix iOS build. (https://codereview.chromium.org/269663008/)Gravatar commit-bot@chromium.org2014-05-02
* Fix iOS build.Gravatar bsalomon@google.com2014-05-02
* Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData.Gravatar commit-bot@chromium.org2014-05-02
* Remove SkDEBUGFAILs that are problematic for ChromiumGravatar commit-bot@chromium.org2014-05-01
* Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAILGravatar commit-bot@chromium.org2014-04-30
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-04-30
* Fail to create GrContext when we get a NULL for a GL/GLSL version stringGravatar commit-bot@chromium.org2014-04-30
* Move GrGLInterface function ptr setup into a common function for all OpenGL G...Gravatar commit-bot@chromium.org2014-04-29
* Rename GR_GL_GET_PROC macros in mesa and unix GrGLInterface factories to be m...Gravatar commit-bot@chromium.org2014-04-28
* Use EXT_direct_state_access for path matrix manipulationGravatar commit-bot@chromium.org2014-04-25