aboutsummaryrefslogtreecommitdiffhomepage
path: root/gpu/include/GrContext.h
Commit message (Expand)AuthorAge
* Fix line endings in Gr files and set svn eol style to LFGravatar bsalomon@google.com2011-02-22
* Make a separate path renderer object. Move enum types to GrTypes.hGravatar bsalomon@google.com2011-02-22
* Reduce glGets for stencil bits.Gravatar bsalomon@google.com2011-02-18
* 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
* Adds ability to draw rects using a unit square vertex buffer. Useful when mat...Gravatar bsalomon@google.com2011-02-01
* fix slow performance on desktops by uping our max-texture-dim from 512 toGravatar reed@google.com2011-01-28
* Rev the GrContext interface. Context has draw* functions that take a new GrPa...Gravatar bsalomon@google.com2011-01-21
* add getter/setter for TextureCache, so that clients can make their budgetGravatar reed@google.com2011-01-18
* Remove notion of default rendertarget. This doesn't map well to usage pattern...Gravatar bsalomon@google.com2011-01-18
* Towards issue #106Gravatar bsalomon@google.com2011-01-13
* add gpu to the default makefileGravatar reed@google.com2010-12-23
* add gpu backend (not hooked up yet)Gravatar reed@google.com2010-12-22