aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGpuGL.h
Commit message (Expand)AuthorAge
* 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
* Use the GrCacheable ID to eliminate the need for notifications to GrGpuGL whe...Gravatar bsalomon2014-07-17
* 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
* Use fixed function pipeline only when drawing pathsGravatar commit-bot@chromium.org2014-04-23
* Use int rather than size_t for pathCount in GrDrawTarget::drawPathsGravatar commit-bot@chromium.org2014-03-28
* Add discard API to SkCanvas, plumb it to glDiscardFramebuffer()Gravatar commit-bot@chromium.org2014-03-28
* Increase GrGpuGL's program cache sizeGravatar commit-bot@chromium.org2014-03-28
* Remove forceRenderTargetFlush (unused)Gravatar commit-bot@chromium.org2014-03-25
* Add Gpu Tracing to GaneshGravatar commit-bot@chromium.org2014-03-25
* Make it possible to draw multiple paths at once to a draw targetGravatar commit-bot@chromium.org2014-03-25
* Add hooks for GL_EXT_debug_marker in gpuGravatar commit-bot@chromium.org2014-02-21
* Make GrGLContextInfo have private ptr to GrGLInterfaceGravatar commit-bot@chromium.org2014-01-16
* Rename GrGLBinding->GrGLStandard, no longer a bitfieldGravatar commit-bot@chromium.org2014-01-16
* Fix two inconsistencies in handling fixed-function texture coordinate set gen...Gravatar commit-bot@chromium.org2013-11-01
* Add can-ignore-rect hint to clear callGravatar robertphillips@google.com2013-10-31
* Don't check if shaders compile or program links in release ChromiumGravatar commit-bot@chromium.org2013-10-30
* GrTHashCache -> GrTHashTableGravatar mtklein@google.com2013-10-21
* Fix GrProgramsTest to not generate tests with too many TexCoord referencesGravatar commit-bot@chromium.org2013-10-21
* Start cleaning up 64bit Win warningsGravatar robertphillips@google.com2013-10-14
* Move renderable config list to GrDrawTargetCapsGravatar commit-bot@chromium.org2013-10-14
* Implement stroking a path with nv_path_renderingGravatar commit-bot@chromium.org2013-10-09
* Implement filling a path with nv_path_rendering coverGravatar commit-bot@chromium.org2013-10-09
* Use vertexless shaders when NVpr is availableGravatar commit-bot@chromium.org2013-10-04
* Replace uses of GrNoncopyable by SkNoncopyable.Gravatar commit-bot@chromium.org2013-09-18
* Improve handling of FF vertex array stateGravatar commit-bot@chromium.org2013-09-09
* Add a GrGpuGL reference for GrGLProgram/GrGLUniformManagerGravatar commit-bot@chromium.org2013-09-05
* Add glTexGen funcs to interfaceGravatar commit-bot@chromium.org2013-08-30
* Replace uses of GrAssert by SkASSERT.Gravatar tfarina@chromium.org2013-08-17
* Replace all instances of GrRect with SkRect.Gravatar commit-bot@chromium.org2013-07-17
* Add flag bits for partial GrContext resetGravatar bsalomon@google.com2013-06-28
* revert 9802 breacking tests on some configsGravatar edisonn@google.com2013-06-28
* Add flag bits for partial GrContext resetGravatar bsalomon@google.com2013-06-28
* separate arrays for color and coverage effects.Gravatar bsalomon@google.com2013-06-06
* Use all available texture units.Gravatar commit-bot@chromium.org2013-06-05
* fix slowness of getImageData() for CanvasRenderingContext2D in linux due to u...Gravatar commit-bot@chromium.org2013-05-24
* Make GrGLProgramDesc's key variable length by compacting the effect key arrayGravatar bsalomon@google.com2013-05-22
* Add support for using glCopyTexSubImage2D when possible to copy surfaces.Gravatar bsalomon@google.com2013-04-15
* Use blitframebuffer to implement copySurface.Gravatar commit-bot@chromium.org2013-04-11
* Add support for reading the dst pixel value in an effect. Use in a new effect...Gravatar bsalomon@google.com2013-03-29
* Move GrGLProgram::Desc out of GrGLProgram.Gravatar bsalomon@google.com2013-03-27
* Make GrDrawTarget::Caps ref counted and GrGLCaps derive from it.Gravatar bsalomon@google.com2013-03-25
* Fix divide-by-zero in program cache tracking.Gravatar commit-bot@chromium.org2013-03-21
* Add GL program cache tracking. Gravatar jvanverth@google.com2013-03-12
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-08
* Use vertex array objects on core profiles.Gravatar bsalomon@google.com2013-03-07