aboutsummaryrefslogtreecommitdiffhomepage
path: root/gpu/src/GrInOrderDrawBuffer.cpp
Commit message (Expand)AuthorAge
* Add GrSTAllocator subclass, hide cons in GrTAllocator that takes ptrGravatar bsalomon@google.com2011-09-28
* Add SkSTArray, hide stack storage cons in SkTArray, unify SkTArray init logicGravatar bsalomon@google.com2011-09-27
* Put caps in a struct, move up to GrDrawTargetGravatar bsalomon@google.com2011-09-22
* Correctly determine whether HW AA lines can be usedGravatar bsalomon@google.com2011-08-23
* Fail draws when can't get geom into vb/ib.Gravatar bsalomon@google.com2011-08-05
* Remove unnecessary dirty clip flag in GrGpu, remove getUsableStencilBits()Gravatar bsalomon@google.com2011-08-01
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* Refactor GrDrawTarget vertex/index apiGravatar bsalomon@google.com2011-06-21
* Fix warnings.Gravatar bsalomon@google.com2011-04-28
* Make Gr clear take a rect for a partial-clearGravatar bsalomon@google.com2011-04-27
* Fix signed/unsigned warning in GrInOrderDrawBuffer.cppGravatar bsalomon@google.com2011-04-26
* Make clear a GrDrawTarget virtual method and implement in GrInOrderDrawBufferGravatar bsalomon@google.com2011-04-25
* Fix alignment issues with stack allocated memory allocated as bytes but used ...Gravatar bsalomon@google.com2011-04-20
* rename XHelper members to onXGravatar bsalomon@google.com2011-04-12
* always flush accumulated draws before we purge the font cacheGravatar reed@google.com2011-04-04
* Delete GL tex ID when last of GrGLTexture or GrGLRenderTarget that reference ...Gravatar bsalomon@google.com2011-03-10
* If we compute an exact clip bounds prefer it over user passed bounds. Also cl...Gravatar bsalomon@google.com2011-03-08
* Add support for clipstack to Gr. GrClip is now a list of rects and paths with...Gravatar bsalomon@google.com2011-03-03
* Make a separate path renderer object. Move enum types to GrTypes.hGravatar bsalomon@google.com2011-02-22
* Batch consecutive draw rects.Gravatar bsalomon@google.com2011-02-16
* Refactor how Gr handles vertex and index data. GrGpu and GrInOrderDrawBuffer ...Gravatar bsalomon@google.com2011-02-14
* Towards issue #106Gravatar bsalomon@google.com2011-01-13
* rename DrawState to DrState -- MS decided to #define DrawState, complicatingGravatar reed@google.com2011-01-12
* add gpu backend (not hooked up yet)Gravatar reed@google.com2010-12-22