aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrDrawState.h
Commit message (Expand)AuthorAge
...
* Make global static variable kVertexAttribs in GrAARectRenderer local to funct...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
* 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
* Move vertex layout from GeometrySrcState to GrDrawState.Gravatar jvanverth@google.com2013-02-05
* Make drawIndexedInstances non-virtual and rewrite GrIODB's drawRect on top of...Gravatar bsalomon@google.com2013-02-01
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-29
* fix buildGravatar reed@google.com2013-01-28
* Move vertex layout definitions from GrDrawTarget to GrDrawState.Gravatar jvanverth@google.com2013-01-28
* Fix build break after r7411 when GR_STATIC_RECT_VB is enabled.Gravatar bsalomon@google.com2013-01-28
* Remove getter of writable GrEffectStage from GrDrawState.Gravatar bsalomon@google.com2013-01-28
* Fix logic bug introduced in r7346.Gravatar bsalomon@google.com2013-01-24
* Reland r7342 with fixes.Gravatar bsalomon@google.com2013-01-23
* Revert 7342 to investigate failures.Gravatar bsalomon@google.com2013-01-23
* Add GrDrawState::DeferredState for saving GrDrawStates in GrInOrderDrawBuffer.Gravatar bsalomon@google.com2013-01-23
* Add GPU support for axis-aligned ovals:Gravatar jvanverth@google.com2013-01-22
* Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffec...Gravatar bsalomon@google.com2013-01-17
* Wrap GrEffects in GrEffectPtr.Gravatar bsalomon@google.com2013-01-16
* Add a state bit to GrDrawState that forces coverage to be blended.Gravatar bsalomon@google.com2012-12-13
* Replace GrMatrix with SkMatrix.Gravatar bsalomon@google.com2012-11-01
* Remove GrScalar, replace with SkScalar.Gravatar bsalomon@google.com2012-11-01
* Reland r6233 with fix.Gravatar bsalomon@google.com2012-11-01
* Re-revert r6233.Gravatar bsalomon@google.com2012-11-01
* Reland r6233 with fix for config conversion texture matrices.Gravatar bsalomon@google.com2012-11-01
* Revert r6233 while investigating bot failures.Gravatar bsalomon@google.com2012-11-01
* Checkpoint in moving texture matrices out of GrGLProgram and into GrGLEffect.Gravatar bsalomon@google.com2012-11-01
* Pass GrCustomStage to key-generation functions and emitCode().Gravatar bsalomon@google.com2012-10-29
* Update comment in GrDrawState.h to reflect renaming changes and expansion of ...Gravatar bsalomon@google.com2012-10-26
* Rename GrSamplerState to GrEffectStage.Gravatar bsalomon@google.com2012-10-26
* Misc stage->effect renamingGravatar bsalomon@google.com2012-10-25
* GrCustomStage Renaming Part 5Gravatar bsalomon@google.com2012-10-25
* GrCustomStage Renaming Part 3Gravatar bsalomon@google.com2012-10-24
* GrCustomStage Renaming Part 2Gravatar bsalomon@google.com2012-10-24
* CustomStage Renaming Part 1Gravatar bsalomon@google.com2012-10-24
* Use GrCustomStage to implement color matrix.Gravatar bsalomon@google.com2012-10-17
* Separate out the texture matrix from the coord-system change matrix in GrSamp...Gravatar bsalomon@google.com2012-10-17
* Reland r5963 with two fixes:Gravatar bsalomon@google.com2012-10-16
* Revert r5962 because of failures.Gravatar bsalomon@google.com2012-10-16
* Require matrix for custom stage to be set when custom stage is installed.Gravatar bsalomon@google.com2012-10-16
* Spell correct some comments.Gravatar bsalomon@google.com2012-10-15
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-10-09
* Make additional code paths go through GrDrawState helper classes for their ma...Gravatar bsalomon@google.com2012-10-08
* Make GrDrawState::AutoRestoreViewMatrix handle sampler matrices.Gravatar bsalomon@google.com2012-10-08
* Move some auto restore helpers from GrDrawTarget to GrDrawState.Gravatar bsalomon@google.com2012-10-05
* Move setPaint from GrContext to GrDrawState.Gravatar bsalomon@google.com2012-10-05
* Add convenience function on GrDrawState to set state bit based on a bool.Gravatar bsalomon@google.com2012-10-04