index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
gl
/
GrGLIndexBuffer.cpp
Commit message (
Expand
)
Author
Age
*
Add onMemoryDump to GrContext
ericrk
2015-09-15
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Make uncached textures uncached from the get go.
bsalomon
2015-01-14
*
Rename GrGpuGL -> GrGLGpu
jvanverth
2014-12-22
*
Rename GrGpuGL to GrGLGpu for consistency
bsalomon
2014-12-16
*
Make GrGpuResources register with GrResourceCache2 after fully constructed.
bsalomon
2014-08-26
*
Revert of Make GrGpuResources register with GrResourceCache2 after fully cons...
bsalomon
2014-08-26
*
Make GrGpuResources register with GrResourceCache2 after fully constructed.
bsalomon
2014-08-26
*
store map ptr in GrGeometryBuffer base class
commit-bot@chromium.org
2014-05-08
*
Rename from "(un)lock" to "(un)map" for geometry buffers.
commit-bot@chromium.org
2014-05-07
*
Split GrResource into GrCacheable/GrGpuObject
commit-bot@chromium.org
2014-05-02
*
Add support for vertex data rendered from CPU arrays.
bsalomon@google.com
2013-02-21
*
Add GrGLBufferImpl to unify implementation of GrGLVertexBuffer and GrGLIndexB...
bsalomon@google.com
2013-02-20
*
Refactor tracking of bound vbufs and ibufs and vertex attrib arrays.
bsalomon@google.com
2013-02-19
*
Make GrResource know whether 3D objects' lifetimes are managed by Skia or not.
bsalomon@google.com
2013-01-23
*
Enforce calling of inherited onRelease & onAbandon mthds in GrResource-derive...
robertphillips@google.com
2012-09-05
*
Hide GrDrawTarget::Caps's member vars
bsalomon@google.com
2012-08-28
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Move convolution from code in GrGLProgram to new GrConvolutionEffect
tomhudson@google.com
2012-05-10
*
Turn off pedantic check that causes too much noise in GL logs.
bsalomon@google.com
2012-03-08
*
Better workaround for osx / nv bug
bsalomon@google.com
2012-03-02
*
Workaround for chrome on mac buffer object performance issue.
bsalomon@google.com
2012-03-01
*
Move GL-specific source code to make room for D3D back end.
tomhudson@google.com
2012-02-10