aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl
Commit message (Expand)AuthorAge
...
* Move renderable config list to GrDrawTargetCapsGravatar commit-bot@chromium.org2013-10-14
* Clean up SkTypes.h.Gravatar bungeman@google.com2013-10-11
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-10-10
* Express (GLSL expression, possibly known value) pairs as a classGravatar commit-bot@chromium.org2013-10-10
* Add swapBuffer call to SkGLContextHelper.Gravatar djsollen@google.com2013-10-09
* 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
* Move VertexBuilder to a GrGLFullShaderBuilder subclassGravatar commit-bot@chromium.org2013-10-04
* Don't access RT when disabling scissor.Gravatar commit-bot@chromium.org2013-10-04
* Allow gradient optimization with perspectiveGravatar commit-bot@chromium.org2013-10-04
* Repurpose GrGLCoordTransform as GrGLProgramEffectsGravatar commit-bot@chromium.org2013-10-03
* Make GPU coord transforms automaticGravatar bsalomon@google.com2013-10-02
* Use explicitly-sized enums in GrGLProgramDesc::KeyHeaderGravatar commit-bot@chromium.org2013-10-01
* Mark when effects and programs have vertex codeGravatar commit-bot@chromium.org2013-09-30
* Add a GrCustomCoordsTextureEffect classGravatar commit-bot@chromium.org2013-09-30
* Move the GL shader compilation step into GrGLShaderBuilderGravatar commit-bot@chromium.org2013-09-30
* Revert "Add a requiresVertexShader method to GrGLEffect"Gravatar commit-bot@chromium.org2013-09-30
* Replace GR_*_BUILD by their SK_BUILD_FOR_* equivalents.Gravatar commit-bot@chromium.org2013-09-25
* Replace uses of GrNoncopyable by SkNoncopyable.Gravatar commit-bot@chromium.org2013-09-18
* Fix to allow ovals GM to finish on N7Gravatar commit-bot@chromium.org2013-09-18
* Don't declare displayCache variable if PROGRAM_CACHE_STATS not defined.Gravatar jvanverth@google.com2013-09-16
* Only display program cache info if RTConf flag is set.Gravatar jvanverth@google.com2013-09-16
* Fix uninitialized string bugGravatar robertphillips@google.com2013-09-10
* Change old PRG to be SkLCGRandom; change new one to SkRandomGravatar commit-bot@chromium.org2013-09-09
* Improve handling of FF vertex array stateGravatar commit-bot@chromium.org2013-09-09
* Remove GrRefCnt.h in favor of SkRefCnt.hGravatar commit-bot@chromium.org2013-09-09
* Replace uses of GR_DEBUGCODE by SkDEBUGCODE.Gravatar commit-bot@chromium.org2013-09-06
* Add a requiresVertexShader method to GrGLEffectGravatar commit-bot@chromium.org2013-09-06
* Remove coverage msaa func from android grglinterface setupGravatar bsalomon@google.com2013-09-06
* Rip out CSAA supportGravatar commit-bot@chromium.org2013-09-06
* Fallback to GLES context when GL context setup fails at any stage.Gravatar commit-bot@chromium.org2013-09-06
* Update to allow packed depth-stencil on ES3Gravatar commit-bot@chromium.org2013-09-06
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-09-06
* Add support for ES3 MSAA.Gravatar commit-bot@chromium.org2013-09-05
* Add getGLMatrix method to MatrixStateGravatar commit-bot@chromium.org2013-09-05
* Add a GrGpuGL reference for GrGLProgram/GrGLUniformManagerGravatar commit-bot@chromium.org2013-09-05
* Fix ES2 context init.Gravatar bsalomon@google.com2013-09-04
* Add OpenGL 4.4 support to SkNativeGLContext and GrGLCreateNativeInterface and...Gravatar commit-bot@chromium.org2013-09-03
* Isolate VertexBuilder from GrGLShaderBuilderGravatar commit-bot@chromium.org2013-08-30
* Rename ShaderType enum to ShaderVisibilityGravatar commit-bot@chromium.org2013-08-30
* Add bit to GrGLCaps for fixed function supportGravatar commit-bot@chromium.org2013-08-30
* Fix invalid enum error when checking for core profile in GrGLInterface::valid...Gravatar bsalomon@google.com2013-08-30
* Modify GLSL version declaration to allow access to compat. featuresGravatar commit-bot@chromium.org2013-08-30
* Add glTexGen funcs to interfaceGravatar commit-bot@chromium.org2013-08-30
* Moving out of order call to TexParameteri in GrGpuGL::onCreateTextureGravatar junov@chromium.org2013-08-29
* Fix case where GrGLEffectMatrix gives back a dangling ptr for the coords var ...Gravatar commit-bot@chromium.org2013-08-28
* Replace uses of GR_DEBUG by SK_DEBUG.Gravatar commit-bot@chromium.org2013-08-28
* Use indexed extensions on ES3.Gravatar commit-bot@chromium.org2013-08-23
* My clang now doesn't complain about !"foo".Gravatar mtklein@google.com2013-08-22