aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrStencil.cpp
Commit message (Expand)AuthorAge
* Separate user and raw stencil settingsGravatar cdalton2016-05-11
* Revert of Separate user and raw stencil settings (patchset #8 id:140001 of ht...Gravatar robertphillips2016-05-11
* Separate user and raw stencil settingsGravatar cdalton2016-05-10
* Use constexpr constructors of GrStencilSettings rather than hacky macro system.Gravatar bsalomon2016-04-29
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* Set up cache in vulkan to reuse GrVkPrograms (aka VkPipelines)Gravatar egdaniel2016-03-23
* Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAILGravatar commit-bot@chromium.org2014-04-30
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Removed GrClip & related classesGravatar robertphillips@google.com2012-08-01
* Fix the stencil rules to perfom an rdiff with an inverse pathGravatar bsalomon@google.com2012-06-25
* Make GrClipMaskManager configure the stencil and scissor on GrGpuGravatar bsalomon@google.com2012-06-21
* Minor refactoring to remove duplicate enum from Ganesh (_SetOp -> SkRegion::Op)Gravatar robertphillips@google.com2012-04-25
* Make GrStencilState a class to enable future optimizationsGravatar bsalomon@google.com2011-12-15
* Fix inverse union complex clip stencil rules, skip screen filling rectanglesGravatar bsalomon@google.com2011-12-09
* Speed up GrDrawState handling.Gravatar tomhudson@google.com2011-11-09
* Move gpu/include/* to include/gpu and gpu/src/* to src/gpuGravatar bsalomon@google.com2011-10-12