aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLVertexBuffer.h
Commit message (Expand)AuthorAge
* store map ptr in GrGeometryBuffer base classGravatar commit-bot@chromium.org2014-05-08
* Rename from "(un)lock" to "(un)map" for geometry buffers.Gravatar commit-bot@chromium.org2014-05-07
* Split GrResource into GrCacheable/GrGpuObjectGravatar commit-bot@chromium.org2014-05-02
* Replace uses of GrAssert by SkASSERT.Gravatar tfarina@chromium.org2013-08-17
* Add GrGLBufferImpl to unify implementation of GrGLVertexBuffer and GrGLIndexB...Gravatar bsalomon@google.com2013-02-20
* Refactor tracking of bound vbufs and ibufs and vertex attrib arrays.Gravatar bsalomon@google.com2013-02-19
* Make GrResource know whether 3D objects' lifetimes are managed by Skia or not.Gravatar bsalomon@google.com2013-01-23
* Enforce calling of inherited onRelease & onAbandon mthds in GrResource-derive...Gravatar robertphillips@google.com2012-09-05
* Move convolution from code in GrGLProgram to new GrConvolutionEffectGravatar tomhudson@google.com2012-05-10
* Move GL-specific include files to their own subdirectory, to betterGravatar tomhudson@google.com2012-02-14
* Move GL-specific source code to make room for D3D back end.Gravatar tomhudson@google.com2012-02-10