aboutsummaryrefslogtreecommitdiffhomepage
path: root/gpu/src/GrGLIndexBuffer.cpp
Commit message (Expand)AuthorAge
* When we're not using the NULL buffer data hint update with glBufferData rathe...Gravatar bsalomon@google.com2011-10-10
* Put caps in a struct, move up to GrDrawTargetGravatar bsalomon@google.com2011-09-22
* Add optional per-gl-func client callback.Gravatar bsalomon@google.com2011-09-01
* Make GrGLInterface a per-GrContext refcounted object rather than a globalGravatar bsalomon@google.com2011-08-19
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* Reapply r1951.Gravatar bsalomon@google.com2011-07-26
* Revert "Add sizeInBytes to GrResource, make GrRenderTarget aware of its pixel...Gravatar vandebo@chromium.org2011-07-26
* Add sizeInBytes to GrResource, make GrRenderTarget aware of its pixel configGravatar bsalomon@google.com2011-07-25
* Don't send NULL buffer data hint in chromeGravatar bsalomon@google.com2011-07-01
* Add GrResource base class for ibs, texs, vbs, etc.Gravatar bsalomon@google.com2011-03-30
* Remove old GR_* macros for GL extensions in favor of GrGLDefines.hGravatar 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
* Refactor how Gr handles vertex and index data. GrGpu and GrInOrderDrawBuffer ...Gravatar bsalomon@google.com2011-02-14
* add gpu backend (not hooked up yet)Gravatar reed@google.com2010-12-22