aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/GLProgramsTest.cpp
Commit message (Expand)AuthorAge
* Initial refactor of shaderbuilder to prepare for geometry shadersGravatar joshualitt2014-08-21
* Simplify flattening to just write enough to call the factory/public-construct...Gravatar reed2014-08-21
* Remove gpu shader optimatization for solid white or trans black colorsGravatar egdaniel2014-07-21
* Fix alpha textures in NV ES3 contexts on Windows.Gravatar bsalomon2014-07-17
* Makes GrGLProgramDesc's key store the lengths as well as offsets of the effec...Gravatar bsalomon2014-07-17
* Revert of Makes GrGLProgramDesc's key store the lengths as well as offsets of...Gravatar mtklein2014-07-16
* Makes GrGLProgramDesc's key store the lengths as well as offsets of the effec...Gravatar bsalomon2014-07-15
* This moves us towards variable length effect keys. The overall program key no...Gravatar bsalomon2014-07-11
* Goodbye GrEffectRef.Gravatar bsalomon2014-07-08
* Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*.Gravatar bsalomon2014-07-08
* Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*...Gravatar reed2014-07-07
* Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*.Gravatar bsalomon2014-07-07
* Remove use of GrEffectRef from draw state and below.Gravatar bsalomon2014-07-07
* 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