aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrDrawState.cpp
Commit message (Expand)AuthorAge
* 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
* Revise attribute binding interface.Gravatar commit-bot@chromium.org2013-04-01
* Make GrGLShaderBuilder::TextureSampler extract only required info from GrText...Gravatar bsalomon@google.com2013-03-28
* Replace edge types with GrEdgeEffect. Gravatar bsalomon@google.com2013-03-26
* Attempt to reland 8264-5 with warning-as-error fixes.Gravatar bsalomon@google.com2013-03-20
* revert 8265-8264 (broke build)Gravatar reed@google.com2013-03-20
* Adds local coords to GrEffect system.Gravatar bsalomon@google.com2013-03-20
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-13
* Add GrEllipseEdgeEffect.Gravatar commit-bot@chromium.org2013-03-12
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-02
* Remove constructors from GrVertexAttrib. Gravatar jvanverth@google.com2013-03-01
* Resubmit r7899 and r7901.Gravatar jvanverth@google.com2013-03-01
* Revert r7901 & r7899 to allow DEPS rollGravatar robertphillips@google.com2013-02-28
* Add new vertex attribute array specification.Gravatar jvanverth@google.com2013-02-28
* Assign color=0 in GrDrawState.cpp to stop tools from raising false alarms abo...Gravatar bsalomon@google.com2013-02-27
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-02-15
* Remove unused texture coordinate flags.Gravatar jvanverth@google.com2013-02-14
* Move blend optimization functions to GrDrawState.Gravatar bsalomon@google.com2013-02-12
* Remove compile time option to use different types for text vertices.Gravatar bsalomon@google.com2013-02-07
* Make drawIndexedInstances non-virtual and rewrite GrIODB's drawRect on top of...Gravatar bsalomon@google.com2013-02-01
* Move vertex layout definitions from GrDrawTarget to GrDrawState.Gravatar jvanverth@google.com2013-01-28