aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl
Commit message (Expand)AuthorAge
* Revert of Make GrGLConfigConversionEffect work for Imagination and some other...Gravatar bsalomon2014-07-09
* Make GrGLConfigConversionEffect work for Imagination and some other GPUs.Gravatar changjun.yang2014-07-09
* Remove use of GrEffectRef from draw state and below.Gravatar bsalomon2014-07-07
* Add Instant Trace Event for shader compilation in gpu which outputs shader te...Gravatar egdaniel2014-07-07
* Revert of Caching the result of readPixelsSupported (https://codereview.chrom...Gravatar reed2014-07-03
* Caching the result of readPixelsSupportedGravatar piotaixr2014-07-03
* Add functions to support NV_path_rendering in OpenGL ESGravatar kkinnunen2014-07-02
* When performing offscreen rendering on windows, attempt to use a pbuffer cont...Gravatar bsalomon2014-07-01
* Fix ANGLE build wrong glGetString being called issueGravatar bsalomon2014-06-30
* R11 EAC texture compression is introduced as part of the OpenGL ES 3.0 spec. ...Gravatar krajcevski2014-06-30
* Support using OpenGL ES context on desktopGravatar kkinnunen2014-06-30
* "interface" is defined in Windows headers, so undef it in GrGLCaps so we don'...Gravatar george2014-06-25
* Remove special case gpu transforms for Identity and TranslateGravatar egdaniel2014-06-24
* Make GrGLShaderBuilder::fragmentPosition() return a vec4, with 1.0 as the zw ...Gravatar bsalomon2014-06-24
* Revert of Support using OpenGL ES context on desktop (https://codereview.chro...Gravatar rmistry2014-06-23
* Revert of Add functions to support NV_path_rendering in OpenGL ES (https://co...Gravatar rmistry2014-06-23
* Add functions to support NV_path_rendering in OpenGL ESGravatar kkinnunen2014-06-22
* Support using OpenGL ES context on desktopGravatar kkinnunen2014-06-22
* 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