aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrDrawState.cpp
Commit message (Expand)AuthorAge
* Split GrDrawState and GrOptDrawState into separate classes and remove base cl...Gravatar egdaniel2014-09-26
* 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
* 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
* Create an optimized draw state but not hooked in yet to gpu pipelineGravatar egdaniel2014-09-15
* Make GrDrawState and GrEffectStage use the pending io/exec ref mechanisms.Gravatar bsalomon2014-09-05
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Don't take a ref on GP in AutoEffectRestore.Gravatar bsalomon2014-09-05
* Change behavior of GrDS::AutoEffectRestort wrt GPs.Gravatar bsalomon2014-09-05
* Initial change to create GeometryProcessorGravatar joshualitt2014-09-04
* Make setVertexAttribs in GrDrawState take a stride parameter.Gravatar egdaniel2014-08-28
* Revert of Make setVertexAttribs in GrDrawState take a stride parameter. (patc...Gravatar djsollen2014-08-27
* Make setVertexAttribs in GrDrawState take a stride parameter.Gravatar egdaniel2014-08-27
* Create Read-only Base class for GrDrawState that holds data members and gettersGravatar egdaniel2014-08-26
* Store vertex size in DrawState when setVertexAttribs is calledGravatar egdaniel2014-08-22
* Remove State struct from GrDrawStateGravatar egdaniel2014-08-21
* Fix srcAlpaWillBeOne() for coverage drawingGravatar bsalomon2014-08-18
* Add an opaqueness hint to GrDrawState.Gravatar bsalomon2014-08-08
* Create struct in GrDrawState to hold key DrawState data.Gravatar egdaniel2014-08-06
* Move functions from GrDrawState.h to GrDrawState.cpp and delete unused functi...Gravatar bsalomon2014-08-05
* Remove kDisableBlend_BlendOptFlag as it is no longer neededGravatar egdaniel2014-07-30
* Revert of Remove gpu support for willUseHWAALines. (https://codereview.chromi...Gravatar egdaniel2014-07-29
* Remove gpu support for willUseHWAALines.Gravatar egdaniel2014-07-29
* Remove gpu shader optimatization for solid white or trans black colorsGravatar egdaniel2014-07-21
* Cache the return values of getBlendOpts in GrDrawStateGravatar egdaniel2014-07-18
* Remove use of GrEffectRef from draw state and below.Gravatar bsalomon2014-07-07
* Remove GrDrawState::CommonStateGravatar bsalomon2014-07-07
* Apply hairline optimization only if the path renderer wants itGravatar commit-bot@chromium.org2013-11-22
* 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
* Replace uses of GR_DEBUGCODE by SkDEBUGCODE.Gravatar commit-bot@chromium.org2013-09-06
* 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
* Enable coverage when drawing to the stencil buffer.Gravatar commit-bot@chromium.org2013-08-15
* correctly copy constant coverage from GrPaint to GrDrawStateGravatar bsalomon@google.com2013-08-02
* Make GrPaint have a variable sized array of color and coverage stages rather ...Gravatar commit-bot@chromium.org2013-07-13
* Replace fixed-size array of effect stages in GrDrawState with two appendable ...Gravatar bsalomon@google.com2013-06-13
* Make text context responsible for setting GrPaint on GrDrawState.Gravatar bsalomon@google.com2013-06-13
* Replace GrDrawState::AutoDeviceCoordDraw with GrDrawState::AutoViewMatrixRest...Gravatar bsalomon@google.com2013-05-29
* Make GrContext track the current matrix, render target, and clip directly rat...Gravatar commit-bot@chromium.org2013-05-28
* Disable blending when there is an effect that reads the dst and draw state bl...Gravatar bsalomon@google.com2013-05-15
* Don't make dst copies when color stage requires dst but color writes are disa...Gravatar bsalomon@google.com2013-05-15
* Vertex Attrib configurations now handled as pointers vs. SkSTArraysGravatar robertphillips@google.com2013-04-20
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-04-02
* Fix clang compiler warning/errorGravatar robertphillips@google.com2013-04-01
* Take two for r8466:Gravatar jvanverth@google.com2013-04-01
* Rolling back r8466. Gravatar jvanverth@google.com2013-04-01