aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl
Commit message (Expand)AuthorAge
* Don't compare coord change matrices to determine effect compatibility when us...Gravatar bsalomon2014-08-04
* Remove unused matrix param from GrContext/GrDrawTarget rect drawing functions.Gravatar bsalomon2014-08-04
* Make GrGLProgram be available to GrGLProgramDataManagerGravatar kkinnunen2014-08-03
* FBFetch refactor + arm supportGravatar joshualitt2014-08-01
* Start the process of choosing the correct compression formatGravatar krajcevski2014-07-30
* Test removal of mesa specific version parseGravatar joshualitt2014-07-30
* Add query for whether or not we have compressedTexSubImageGravatar krajcevski2014-07-30
* Rename GrGLUniformManager to GrGLProgramDataManagerGravatar kkinnunen2014-07-30
* Incorporate glStencilThenCover* nvpr methodsGravatar cdalton2014-07-29
* Remove support in the gpu to use hardware AA lines. Current code paths could ...Gravatar egdaniel2014-07-29
* Revert of Remove gpu support for willUseHWAALines. (https://codereview.chromi...Gravatar egdaniel2014-07-29
* Some fixes around GrContext::abandonContext:Gravatar bsalomon2014-07-29
* Remove gpu support for willUseHWAALines.Gravatar egdaniel2014-07-29
* Finish removing GrTHashTableGravatar robertphillips2014-07-29
* Rename GrGpuObject to GrGpuResourceGravatar bsalomon2014-07-25
* Revert "Revert of Use the GrCacheable ID to eliminate the need for notificati...Gravatar bsalomon2014-07-22
* Add a GrPathRange classGravatar cdalton2014-07-21
* Remove gpu shader optimatization for solid white or trans black colorsGravatar egdaniel2014-07-21
* Allow GrGLEffects to produce variable length keys.Gravatar bsalomon2014-07-21
* Replace GrTHash with SkTDynamicHashGravatar robertphillips2014-07-20
* Revert of Use the GrCacheable ID to eliminate the need for notifications to G...Gravatar robertphillips2014-07-20
* Fix alpha textures in NV ES3 contexts on Windows.Gravatar bsalomon2014-07-17
* Add IsPath to GrGLInterfaceGravatar cdalton2014-07-17
* Use the GrCacheable ID to eliminate the need for notifications to GrGpuGL whe...Gravatar bsalomon2014-07-17
* Makes GrGLProgramDesc's key store the lengths as well as offsets of the effec...Gravatar bsalomon2014-07-17
* Add new ASTC pixel configGravatar krajcevski2014-07-16
* 32 bpp floating point texturesGravatar joshualitt2014-07-16
* Revert of Reopened: Caching the result of readPixelsSupported (https://codere...Gravatar bungeman2014-07-16
* Revert of Makes GrGLProgramDesc's key store the lengths as well as offsets of...Gravatar mtklein2014-07-16
* Makes GrGLProgramDesc's key store the lengths as well as offsets of the effec...Gravatar bsalomon2014-07-15
* Caching the result of readPixelsSupportedGravatar piotaixr2014-07-15
* This moves us towards variable length effect keys. The overall program key no...Gravatar bsalomon2014-07-11
* Revert of Remove gpu shader optimatization for solid white or trans black col...Gravatar egdaniel2014-07-11
* Remove gpu shader optimatization for solid white or trans black colorsGravatar egdaniel2014-07-11
* Improve gpu tracing when applying markers directly to gpu targetGravatar egdaniel2014-07-09
* 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