aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrDrawState.h
Commit message (Expand)AuthorAge
...
* "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
* Remove GrDrawTarget::AutoRenderTargetRestore.Gravatar bsalomon2014-09-03
* 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
* Always use both a color and coverage attribute in GrAARectRenderer.Gravatar bsalomon2014-08-11
* 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
* Don't compare constant color and coverage between GrDrawStates when they are ...Gravatar bsalomon2014-08-05
* Replace op== with CombineIfPossible in GrDrawState.Gravatar bsalomon2014-08-05
* Don't compare coord change matrices to determine effect compatibility when us...Gravatar bsalomon2014-08-04
* 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
* 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 GrDrawState::CommonStateGravatar bsalomon2014-07-07
* Remove deferred version of GrDrawState.Gravatar bsalomon2014-07-07
* Reduce integer divides in GrAllocatorGravatar bsalomon2014-07-02
* Fall back to using clip effect for outer rect in drawdrrectGravatar bsalomon2014-06-03
* Move GrIPoint16 to SkIPoint16 (and remove GrPoint.h)Gravatar robertphillips2014-06-02
* SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.hGravatar commit-bot@chromium.org2014-03-28
* 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
* Make sure attribute indexes are correct after restoring vertex attributesGravatar commit-bot@chromium.org2013-10-16
* Replace uses of GrNoncopyable by SkNoncopyable.Gravatar commit-bot@chromium.org2013-09-18
* Remove GrRefCnt.h in favor of SkRefCnt.hGravatar commit-bot@chromium.org2013-09-09
* 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
* Add blend optimization helpers and use to convert rect draws to clears.Gravatar commit-bot@chromium.org2013-08-14
* Revert "Add blend optimization helpers and use to convert rect draws to clears."Gravatar bsalomon@google.com2013-08-07
* Add blend optimization helpers and use to convert rect draws to clears.Gravatar commit-bot@chromium.org2013-08-06
* Revert "Add blend optimization helpers and use to convert rect draws to clears."Gravatar bsalomon@google.com2013-08-05
* Add blend optimization helpers and use to convert rect draws to clears.Gravatar commit-bot@chromium.org2013-08-05
* Turn on -Wall -Wextra on Mac, and fix all the warnings that crop up for /usr/...Gravatar commit-bot@chromium.org2013-07-23
* Replace all instances of GrRect with SkRect.Gravatar commit-bot@chromium.org2013-07-17
* Remove possiblity of NULL effect in GrEffectStageGravatar commit-bot@chromium.org2013-07-15