aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLProgramDesc.cpp
Commit message (Expand)AuthorAge
* Patch to create a distinct geometry processor. The vast majority of this patchGravatar joshualitt2014-09-23
* Use uniform color/coverage inputs when path rendering.Gravatar bsalomon2014-09-23
* Fix inputCoverageIsUsed bug in GrGLProgramDescGravatar egdaniel2014-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
* Changes to remove program effects builderGravatar joshualitt2014-09-18
* Calculate stage stats in GrOptDrawStateGravatar egdaniel2014-09-17
* Attach GrOptDrawState into shader building pipelineGravatar egdaniel2014-09-16
* removing GrDrawEffectGravatar joshualitt2014-09-16
* Revert of Attach GrOptDrawState into shader building pipeline (patchset #11 i...Gravatar egdaniel2014-09-16
* Revert of removing GrDrawEffect (patchset #4 id:60001 of https://codereview.c...Gravatar joshualitt2014-09-16
* removing GrDrawEffectGravatar joshualitt2014-09-16
* Attach GrOptDrawState into shader building pipelineGravatar egdaniel2014-09-16
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* 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
* 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
* Revert of Remove gpu shader optimatization for solid white or trans black col...Gravatar egdaniel2014-07-11
* Remove gpu shader optimatization for solid white or trans black colorsGravatar egdaniel2014-07-11
* Remove use of GrEffectRef from draw state and below.Gravatar bsalomon2014-07-07
* 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
* Apply hairline optimization only if the path renderer wants itGravatar commit-bot@chromium.org2013-11-22
* More Windows 64b compilation warning fixesGravatar robertphillips@google.com2013-11-21
* Reverting r12315 (More Windows 64b compilation warning fixes) due to compilat...Gravatar robertphillips@google.com2013-11-20
* More Windows 64b compilation warning fixesGravatar robertphillips@google.com2013-11-20
* Revert "Do not apply hairline optimization for paths if nv_path_rendering is ...Gravatar bsalomon@google.com2013-11-08
* Do not apply hairline optimization for paths if nv_path_rendering is usedGravatar commit-bot@chromium.org2013-11-08
* Implement SkColorFilter as a GrGLEffectGravatar commit-bot@chromium.org2013-10-23
* Implement filling a path with nv_path_rendering coverGravatar commit-bot@chromium.org2013-10-09
* Mark when effects and programs have vertex codeGravatar commit-bot@chromium.org2013-09-30
* Replace uses of GrAssert by SkASSERT.Gravatar tfarina@chromium.org2013-08-17
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-06-14
* 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
* 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
* Disable blending when there is an effect that reads the dst and draw state bl...Gravatar bsalomon@google.com2013-05-15
* 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
* Add support for GL_*_shader__framebuffer_fetchGravatar bsalomon@google.com2013-05-03
* Perform coverage blend with the dst in the shader when using a dst-reading xf...Gravatar bsalomon@google.com2013-04-19
* Take two for r8466:Gravatar jvanverth@google.com2013-04-01
* Rolling back r8466. Gravatar jvanverth@google.com2013-04-01