summaryrefslogtreecommitdiff
path: root/gpu/gl/GrGLIndexBuffer.h
AgeCommit message (Expand)Author
2014-05-02Split GrResource into GrCacheable/GrGpuObjectcommit-bot@chromium.org
2013-08-17Replace uses of GrAssert by SkASSERT.tfarina@chromium.org
2013-02-20Add GrGLBufferImpl to unify implementation of GrGLVertexBuffer and GrGLIndexB...bsalomon@google.com
2013-02-19Refactor tracking of bound vbufs and ibufs and vertex attrib arrays.bsalomon@google.com
2013-01-23Make GrResource know whether 3D objects' lifetimes are managed by Skia or not.bsalomon@google.com
2012-09-05Enforce calling of inherited onRelease & onAbandon mthds in GrResource-derive...robertphillips@google.com
2012-05-10Move convolution from code in GrGLProgram to new GrConvolutionEffecttomhudson@google.com
2012-02-14Move GL-specific include files to their own subdirectory, to bettertomhudson@google.com
2012-02-10Move GL-specific source code to make room for D3D back end.tomhudson@google.com