aboutsummaryrefslogtreecommitdiffhomepage
path: root/gpu/src/GrDrawTarget.cpp
Commit message (Expand)AuthorAge
* Add color filters to gpu path.Gravatar Scroggo2011-05-11
* Make reserveAndLockGeometry set index/vertex ptr to null if none requested. W...Gravatar bsalomon@google.com2011-04-28
* SSSA for drawVerts, cleanup determination of when stage is enabledGravatar bsalomon@google.com2011-04-26
* Per-draw super sampling. Disabled, path only, 2x2 onlyGravatar bsalomon@google.com2011-04-26
* remove static from template functionsGravatar reed@google.com2011-04-19
* rename XHelper members to onXGravatar bsalomon@google.com2011-04-12
* Adds read pixels to GrTexture and GrRenderTargetGravatar bsalomon@google.com2011-04-05
* 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
* Hide alloc size vs content size below APIGravatar bsalomon@google.com2011-02-17
* 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
* Fix warnings on linux build (strict aliasing, cons init order, vars used only...Gravatar bsalomon@google.com2011-02-03
* Adds ability to draw rects using a unit square vertex buffer. Useful when mat...Gravatar bsalomon@google.com2011-02-01
* Increase number of stages from 1 to 2Gravatar bsalomon@google.com2011-01-24
* Rev the GrContext interface. Context has draw* functions that take a new GrPa...Gravatar bsalomon@google.com2011-01-21
* Remove static from template specilizations (linux build complained)Gravatar reed@google.com2011-01-13
* Towards issue #106Gravatar bsalomon@google.com2011-01-13
* add gpu backend (not hooked up yet)Gravatar reed@google.com2010-12-22