aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGpuGL.h
Commit message (Expand)AuthorAge
* 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
* Address some valgrind issuesGravatar robertphillips@google.com2013-03-04
* Split GrGLContextInfo into GrGLContext & GrGLContextInfoGravatar robertphillips@google.com2013-02-28
* Give GrDrawTarget a back ptr to its owning GrContext.Gravatar bsalomon@google.com2013-02-25
* Add GrGLBufferImpl to unify implementation of GrGLVertexBuffer and GrGLIndexB...Gravatar bsalomon@google.com2013-02-20
* Refactor tracking of bound vbufs and ibufs and vertex attrib arrays.Gravatar bsalomon@google.com2013-02-19
* Attempt to reland r7713 with fix.Gravatar bsalomon@google.com2013-02-13
* Revert r7713 until GM changes are understood.Gravatar bsalomon@google.com2013-02-13
* Move view matrix flush to GrGLPrograms.Gravatar bsalomon@google.com2013-02-13
* Move code that builds GrGLProgram::Desc to GrGLProgram. Move color and covera...Gravatar bsalomon@google.com2013-02-12
* Move blend optimization functions to GrDrawState.Gravatar bsalomon@google.com2013-02-12
* Fix WritePixels test on ANGLE.Gravatar bsalomon@google.com2013-02-06
* Implement support for origin-TopLeft render targets. Note that the default be...Gravatar senorblanco@chromium.org2013-02-05
* Reverting r7545 (render target origin change) due to layout test issues (see ...Gravatar robertphillips@google.com2013-02-05
* Commit file missing from r7550Gravatar bsalomon@google.com2013-02-04
* Implement support for origin-TopLeft render targets in GL backend.Gravatar senorblanco@chromium.org2013-02-04
* Add GrDrawTarget::DrawInfo, combine API for performing indexed/non-indexed dr...Gravatar bsalomon@google.com2013-01-30
* Make a bunch of virtuals in GrDrawTarget and GrGpu private. Subclasses should...Gravatar bsalomon@google.com2013-01-28
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Allow GrEffects with multiple textures.Gravatar bsalomon@google.com2013-01-04
* As part of preliminary groundwork for a chromium fix, this changelist is depr...Gravatar sugoi@google.com2012-12-06
* Remove default texture coords / texture matrixGravatar bsalomon@google.com2012-11-05
* Replace GrMatrix with SkMatrix.Gravatar bsalomon@google.com2012-11-01
* Pass GrCustomStage to key-generation functions and emitCode().Gravatar bsalomon@google.com2012-10-29
* Make the orientation of a texture accessible from and known by GrSurface.Gravatar bsalomon@google.com2012-10-26
* Rename GrSamplerState to GrEffectStage.Gravatar bsalomon@google.com2012-10-26
* Platform/Engine -> BackendGravatar bsalomon@google.com2012-10-25