aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLProgramDesc.h
Commit message (Expand)AuthorAge
* gl programs rewriteGravatar joshualitt2014-10-09
* Cleanup of shader building systemGravatar joshualitt2014-10-07
* Revert of Cleanup of shader building system (patchset #25 id:470001 of https:...Gravatar joshualitt2014-10-07
* Cleanup of shader building systemGravatar joshualitt2014-10-07
* Patch to create a distinct geometry processor. The vast majority of this patchGravatar joshualitt2014-09-23
* Calculate Primary and Secondary output types in the GrOptDrawStateGravatar egdaniel2014-09-22
* Change GrGLProgramDesc header to have DoPathRendering flag instead of Require...Gravatar egdaniel2014-09-22
* Calculate stage stats in GrOptDrawStateGravatar egdaniel2014-09-17
* Attach GrOptDrawState into shader building pipelineGravatar egdaniel2014-09-16
* Revert of Attach GrOptDrawState into shader building pipeline (patchset #11 i...Gravatar egdaniel2014-09-16
* Attach GrOptDrawState into shader building pipelineGravatar egdaniel2014-09-16
* Initial change to create GeometryProcessorGravatar joshualitt2014-09-04
* When ignoring color input don't use vertex attribs on gpuGravatar egdaniel2014-09-02
* Implement NV_path_rendering on OpenGL ESGravatar kkinnunen2014-08-25
* Initial refactor of shaderbuilder to prepare for geometry shadersGravatar joshualitt2014-08-21
* Remove gpu shader optimatization for solid white or trans black colorsGravatar egdaniel2014-07-21
* Allow GrGLEffects to produce variable length keys.Gravatar bsalomon2014-07-21
* 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
* Use fixed function pipeline only when drawing pathsGravatar commit-bot@chromium.org2014-04-23
* Stop discarding in frag shader when coverage is zero and stencil writes are e...Gravatar commit-bot@chromium.org2014-02-05
* Implement SkColorFilter as a GrGLEffectGravatar commit-bot@chromium.org2013-10-23
* Express (GLSL expression, possibly known value) pairs as a classGravatar commit-bot@chromium.org2013-10-10
* 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
* 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
* Change old PRG to be SkLCGRandom; change new one to SkRandomGravatar commit-bot@chromium.org2013-09-09
* Replace uses of GR_DEBUG by SK_DEBUG.Gravatar commit-bot@chromium.org2013-08-28
* Replace uses of GrAssert by SkASSERT.Gravatar tfarina@chromium.org2013-08-17
* separate arrays for color and coverage effects.Gravatar bsalomon@google.com2013-06-06
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-05-23
* 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
* Move loops that chain together effects into GrGLShaderBuilder from GrGLProgram.Gravatar bsalomon@google.com2013-05-09
* 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
* 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