aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/GLProgramsTest.cpp
Commit message (Expand)AuthorAge
* Remove possiblity of NULL effect in GrEffectStageGravatar commit-bot@chromium.org2013-07-15
* Replace fixed-size array of effect stages in GrDrawState with two appendable ...Gravatar bsalomon@google.com2013-06-13
* separate arrays for color and coverage effects.Gravatar bsalomon@google.com2013-06-06
* Make GrGLProgramDesc's key variable length by compacting the effect key arrayGravatar bsalomon@google.com2013-05-22
* Key shader on whether frag pos read is relative to top-left or bottom-leftGravatar bsalomon@google.com2013-05-13
* Make GrGLShaderBuilder check whether GrEffect advertised that it would requir...Gravatar commit-bot@chromium.org2013-05-09
* Move loops that chain together effects into GrGLShaderBuilder from GrGLProgram.Gravatar bsalomon@google.com2013-05-09
* Add all remaining separable xfer modes to GPU backend.Gravatar bsalomon@google.com2013-04-19
* silence && || parens clang warning.Gravatar bsalomon@google.com2013-04-19
* 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-02
* 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
* Fix GLPrograms test.Gravatar bsalomon@google.com2013-03-29
* 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
* Fix unit test build breakGravatar bsalomon@google.com2013-03-26
* Replace edge types with GrEdgeEffect. Gravatar bsalomon@google.com2013-03-26
* Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps.Gravatar bsalomon@google.com2013-03-25
* Make GrDrawTarget::Caps ref counted and GrGLCaps derive from it.Gravatar bsalomon@google.com2013-03-25
* Stop the GLPrograms unit test from generating out of range attrib indices for...Gravatar commit-bot@chromium.org2013-03-21
* 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
* Add GrEllipseEdgeEffect.Gravatar commit-bot@chromium.org2013-03-12
* 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
* Remove unused texture coordinate flags.Gravatar jvanverth@google.com2013-02-14
* Use SkMWRandom in GLPrograms test.Gravatar bsalomon@google.com2013-02-13
* Move code that builds GrGLProgram::Desc to GrGLProgram. Move color and covera...Gravatar bsalomon@google.com2013-02-12
* Remove compile time option to use different types for text vertices.Gravatar bsalomon@google.com2013-02-07
* Remove legacy names no longer referenced in Chrome and WebKit.Gravatar bsalomon@google.com2013-02-07
* Actually fix angle GLPrograms test.Gravatar bsalomon@google.com2013-02-05
* Attempt to fix GLPrograms test on ANGLE bot.Gravatar bsalomon@google.com2013-02-04
* Make GPU unit tests use GrContexts of different GL types.Gravatar bsalomon@google.com2013-02-04
* Move vertex layout definitions from GrDrawTarget to GrDrawState.Gravatar jvanverth@google.com2013-01-28
* Remove getter of writable GrEffectStage from GrDrawState.Gravatar bsalomon@google.com2013-01-28
* Let them eat GrEffectRef.Gravatar bsalomon@google.com2013-01-22
* Wrap GrEffects in GrEffectPtr.Gravatar bsalomon@google.com2013-01-16
* Modifications to GrPatherRenderer(Chain) interfaces to support clip mask mana...Gravatar bsalomon@google.com2012-12-10
* Remove GrRandom API in favor of SkRandom.Gravatar tfarina@chromium.org2012-11-21
* Remove default texture coords / texture matrixGravatar bsalomon@google.com2012-11-05
* Replace GrMatrix with SkMatrix.Gravatar bsalomon@google.com2012-11-01
* Reland r6233 with fix.Gravatar bsalomon@google.com2012-11-01
* Re-revert r6233.Gravatar bsalomon@google.com2012-11-01
* Reland r6233 with fix for config conversion texture matrices.Gravatar bsalomon@google.com2012-11-01