index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrBufferAllocPool.cpp
Commit message (
Expand
)
Author
Age
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Add trace event when GrBufferAllocPool unmaps a buffer indicating what % of t...
bsalomon
2014-06-26
*
Rename from "(un)lock" to "(un)map" for geometry buffers.
commit-bot@chromium.org
2014-05-07
*
Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData.
commit-bot@chromium.org
2014-05-05
*
Split GrResource into GrCacheable/GrGpuObject
commit-bot@chromium.org
2014-05-02
*
Revert of Add support for glMapBufferRange. Use glMapBufferRange and glMapBuf...
djsollen@google.com
2014-05-02
*
Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData.
commit-bot@chromium.org
2014-05-02
*
SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.h
commit-bot@chromium.org
2014-03-28
*
Start cleaning up 64bit Win warnings
robertphillips@google.com
2013-10-14
*
Replace uses of GR_DEBUG by SK_DEBUG.
commit-bot@chromium.org
2013-08-28
*
Replace uses of GrAssert by SkASSERT.
tfarina@chromium.org
2013-08-17
*
Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps.
bsalomon@google.com
2013-03-25
*
Make GrDrawTarget::Caps ref counted and GrGLCaps derive from it.
bsalomon@google.com
2013-03-25
*
Removed unused parameters
sugoi@google.com
2013-03-11
*
Add support for vertex data rendered from CPU arrays.
bsalomon@google.com
2013-02-21
*
Change vertex buffer allocator functions to take size rather than layout, tak...
jvanverth@google.com
2013-01-31
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-31
*
Change vertex buffer allocator functions to take size rather than layout.
jvanverth@google.com
2013-01-31
*
Move vertex layout definitions from GrDrawTarget to GrDrawState.
jvanverth@google.com
2013-01-28
*
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
*
Fix GrBufferAllocPool to include padding in bytes used for an allocation
bsalomon@google.com
2012-03-08
*
Fix cycling through buffers in buffer alloc pool
bsalomon@google.com
2012-03-01
*
Remove ref in buffer alloc pool.
bsalomon@google.com
2012-03-01
*
reset cpu shadow of vertex buffer to our usual vb size
bsalomon@google.com
2011-12-14
*
Don't update vertex/index buffer twice!
bsalomon@google.com
2011-12-12
*
Move gpu/include/* to include/gpu and gpu/src/* to src/gpu
bsalomon@google.com
2011-10-12