aboutsummaryrefslogtreecommitdiffhomepage
path: root/xcode/gpu/gpu.xcodeproj
Commit message (Expand)AuthorAge
* Add GR_DLL builds to Ganesh (minimal exports for Chrome multi-dll for now).Gravatar bsalomon@google.com2011-03-21
* This CL removes all dependencies on GL headers across all of Ganesh. NewGravatar twiz@google.com2011-03-18
* Implementation of a GL-virtualization layer for Skia. This allows forGravatar twiz@google.com2011-03-14
* Remove deleted GrApi.h from gpu xcode projectGravatar 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
* Add red black treeGravatar bsalomon@google.com2011-02-22
* use new high-quality blur in samplesGravatar reed@google.com2011-02-18
* Hide alloc size vs content size below APIGravatar bsalomon@google.com2011-02-17
* Refactor how Gr handles vertex and index data. GrGpu and GrInOrderDrawBuffer ...Gravatar bsalomon@google.com2011-02-14
* Rev the GrContext interface. Context has draw* functions that take a new GrPa...Gravatar bsalomon@google.com2011-01-21
* Cleanup including of GL headers and provide way to include custom headers, ex...Gravatar bsalomon@google.com2011-01-19
* Fix bug where createTexture may bind a texture to GL without ever updating fH...Gravatar bsalomon@google.com2010-12-23
* add gpu to the default makefileGravatar reed@google.com2010-12-23
* add gpu backend (not hooked up yet)Gravatar reed@google.com2010-12-22