aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGpuGL.cpp
Commit message (Expand)AuthorAge
* Initial refactor of shaderbuilder to prepare for geometry shadersGravatar joshualitt2014-08-21
* Add GrResourceCache2.Gravatar bsalomon2014-08-21
* Simplify GrGLPathRendering interfaceGravatar kkinnunen2014-08-20
* Separate GL path rendering state from GrGpuGL to GrGLPathRenderingGravatar kkinnunen2014-08-20
* Revert of Add GrResourceCache2. (patchset #4 of https://codereview.chromium.o...Gravatar bsalomon2014-08-19
* Add GrResourceCache2.Gravatar bsalomon2014-08-19
* Add a parameter GR_ALWAYS_ALLOCATE_ON_HEAP to allow for only ever creating te...Gravatar george2014-08-12
* Consider index8 a compressed config.Gravatar bsalomon2014-08-11
* Wrap NV_path_rendering API with GrGLPathRenderingGravatar cdalton2014-08-11
* Revert "Adds a GrGLPathRendering class that wraps the NV_path_rendering"Gravatar bungeman2014-08-06
* Adds a GrGLPathRendering class that wraps the NV_path_renderingGravatar cdalton2014-08-04
* Remove unused matrix param from GrContext/GrDrawTarget rect drawing functions.Gravatar bsalomon2014-08-04
* FBFetch refactor + arm supportGravatar joshualitt2014-08-01
* 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
* Remove gpu support for willUseHWAALines.Gravatar egdaniel2014-07-29
* Revert "Revert of Use the GrCacheable ID to eliminate the need for notificati...Gravatar bsalomon2014-07-22
* Add a GrPathRange classGravatar cdalton2014-07-21
* 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
* Use the GrCacheable ID to eliminate the need for notifications to GrGpuGL whe...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
* Caching the result of readPixelsSupportedGravatar piotaixr2014-07-15
* Improve gpu tracing when applying markers directly to gpu targetGravatar egdaniel2014-07-09
* Revert of Caching the result of readPixelsSupported (https://codereview.chrom...Gravatar reed2014-07-03
* Caching the result of readPixelsSupportedGravatar piotaixr2014-07-03
* R11 EAC texture compression is introduced as part of the OpenGL ES 3.0 spec. ...Gravatar krajcevski2014-06-30
* Allow compressed texture data to be updated.Gravatar krajcevski2014-06-11
* Generate path names on the client sideGravatar cdalton2014-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
* Initial work to get ETC1 data up to the GPUGravatar 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
* separate view matrix from rt adjustmentGravatar commit-bot@chromium.org2014-05-29
* 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
* Split GrResource into GrCacheable/GrGpuObjectGravatar commit-bot@chromium.org2014-05-02
* Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAILGravatar commit-bot@chromium.org2014-04-30
* Use EXT_direct_state_access for path matrix manipulationGravatar commit-bot@chromium.org2014-04-25
* Use fixed function pipeline only when drawing pathsGravatar commit-bot@chromium.org2014-04-23
* Double assignment in GrGpuGL::configToGLFormats()Gravatar commit-bot@chromium.org2014-04-16
* glDiscardFramebuffer() in GrGpuGL::discard uses invalid GLenumGravatar commit-bot@chromium.org2014-04-16
* Use glInvalidateFramebuffer() when it is supported.Gravatar commit-bot@chromium.org2014-04-02
* Use int rather than size_t for pathCount in GrDrawTarget::drawPathsGravatar commit-bot@chromium.org2014-03-28
* SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.hGravatar commit-bot@chromium.org2014-03-28