aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLProgram.cpp
Commit message (Expand)AuthorAge
* Perform coverage blend with the dst in the shader when using a dst-reading xf...Gravatar bsalomon@google.com2013-04-19
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-04-19
* Expand modulate, add, subtract, extract component glsl helpers.Gravatar bsalomon@google.com2013-04-18
* Reland 8459 with fix for #extension after default precision in FS.Gravatar bsalomon@google.com2013-04-02
* Reverting r8459 due to shader error on Nexus 10Gravatar robertphillips@google.com2013-04-01
* Take two for r8466:Gravatar jvanverth@google.com2013-04-01
* Rolling back r8466. Gravatar jvanverth@google.com2013-04-01
* Revise attribute binding interface.Gravatar commit-bot@chromium.org2013-04-01
* Make GrGLShaderBuilder responsible for enabling GLSL extensionsGravatar bsalomon@google.com2013-04-01
* Add support for reading the dst pixel value in an effect. Use in a new effect...Gravatar bsalomon@google.com2013-03-29
* Move GrGLProgramDesc::Build to new cpp file.Gravatar bsalomon@google.com2013-03-27
* Move GrGLProgram::Desc out of GrGLProgram.Gravatar bsalomon@google.com2013-03-27
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-27
* Program key coverage/discard fixes.Gravatar bsalomon@google.com2013-03-26
* Replace edge types with GrEdgeEffect. Gravatar bsalomon@google.com2013-03-26
* Make GrDrawTarget::Caps ref counted and GrGLCaps derive from it.Gravatar bsalomon@google.com2013-03-25
* Attempt to reland 8264-5 with warning-as-error fixes.Gravatar bsalomon@google.com2013-03-20
* revert 8265-8264 (broke build)Gravatar reed@google.com2013-03-20
* Adds local coords to GrEffect system.Gravatar bsalomon@google.com2013-03-20
* Add stroked ovals and CircleEdgeEffect.Gravatar jvanverth@google.com2013-03-19
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-13
* Add GrEllipseEdgeEffect.Gravatar commit-bot@chromium.org2013-03-12
* Make GrGLEffects use an interface to append their code.Gravatar bsalomon@google.com2013-03-07
* Address some valgrind issuesGravatar robertphillips@google.com2013-03-04
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-02
* Resubmit r7899 and r7901.Gravatar jvanverth@google.com2013-03-01
* Revert r7901 & r7899 to allow DEPS rollGravatar robertphillips@google.com2013-02-28
* Split GrGLContextInfo into GrGLContext & GrGLContextInfoGravatar robertphillips@google.com2013-02-28
* Add new vertex attribute array specification.Gravatar jvanverth@google.com2013-02-28
* Refactor tracking of bound vbufs and ibufs and vertex attrib arrays.Gravatar bsalomon@google.com2013-02-19
* Remove unused texture coordinate flags.Gravatar jvanverth@google.com2013-02-14
* 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
* 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
* Implement support for origin-TopLeft render targets in GL backend.Gravatar senorblanco@chromium.org2013-02-04
* Move vertex layout definitions from GrDrawTarget to GrDrawState.Gravatar jvanverth@google.com2013-01-28
* Let them eat GrEffectRef.Gravatar bsalomon@google.com2013-01-22
* Add GPU support for axis-aligned ovals:Gravatar jvanverth@google.com2013-01-22
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-15
* Runtime configuration system for skia. This will allow developers to control...Gravatar humper@google.com2013-01-14
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-05
* Allow GrEffects with multiple textures.Gravatar bsalomon@google.com2013-01-04
* Fix for Mac-specific OpenGL == complaint in GrGLProgram.cppGravatar robertphillips@google.com2012-12-10
* Modifications to GrPatherRenderer(Chain) interfaces to support clip mask mana...Gravatar bsalomon@google.com2012-12-10
* Remove default texture coords / texture matrixGravatar bsalomon@google.com2012-11-05
* Replace GrMatrix with SkMatrix.Gravatar bsalomon@google.com2012-11-01
* Remove GrScalar, replace with SkScalar.Gravatar bsalomon@google.com2012-11-01