aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/GLProgramsTest.cpp
Commit message (Expand)AuthorAge
* Factory methods for heap-allocated SkImageFilter objects.Gravatar commit-bot@chromium.org2014-03-10
* Fix warnings on Ubuntu13Gravatar commit-bot@chromium.org2014-02-21
* Factory methods for heap-allocated SkColorFilter objects.Gravatar commit-bot@chromium.org2014-02-21
* Stop discarding in frag shader when coverage is zero and stencil writes are e...Gravatar commit-bot@chromium.org2014-02-05
* Use GrConvexPolyEffect when clip is a single convex polygonGravatar commit-bot@chromium.org2014-02-04
* Cleanup: Sanitize the order of includes under tests/Gravatar tfarina@chromium.org2014-01-24
* Move macros from TestClassDef.h to Test.hGravatar commit-bot@chromium.org2014-01-14
* Add a DEF_GPUTEST() macro.Gravatar tfarina@chromium.org2014-01-10
* Fix build warnings in SkAlphaThresholdFilterGravatar commit-bot@chromium.org2014-01-07
* Add AlphaThreshold filter.Gravatar commit-bot@chromium.org2014-01-06
* Remove SkBitmapAlphaThresholdShaderGravatar commit-bot@chromium.org2013-12-18
* Implement SkColorFilter as a GrGLEffectGravatar commit-bot@chromium.org2013-10-23
* Fix GrProgramsTest to not generate tests with too many TexCoord referencesGravatar commit-bot@chromium.org2013-10-21
* Use vertexless shaders when NVpr is availableGravatar commit-bot@chromium.org2013-10-04
* Use explicitly-sized enums in GrGLProgramDesc::KeyHeaderGravatar commit-bot@chromium.org2013-10-01
* Change old PRG to be SkLCGRandom; change new one to SkRandomGravatar commit-bot@chromium.org2013-09-09
* alpha threshold bitmap shaderGravatar commit-bot@chromium.org2013-09-06
* Revert "alpha threshold bitmap shader"Gravatar bsalomon@google.com2013-09-05
* alpha threshold bitmap shaderGravatar commit-bot@chromium.org2013-09-05
* Add a GrGpuGL reference for GrGLProgram/GrGLUniformManagerGravatar commit-bot@chromium.org2013-09-05
* 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