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
*
Comments Style: s/skbug.com/bug.skia.org/
halcanary
2015-11-07
*
Use calloc to allocate data that will be uploaded to vertex/index buffers in ...
bsalomon
2015-08-19
*
Some cleanup in GrTextureProvider and GrResourceProvider.
bsalomon
2015-07-31
*
Refactor GrBufferAllocPools to use resource cache
robertphillips
2015-06-24
*
Revert of Refactor GrBufferAllocPools to use resource cache (patchset #15 id:...
robertphillips
2015-06-23
*
Refactor GrBufferAllocPools to use resource cache
robertphillips
2015-06-23
*
Trivial change to bump minimum block size for Buffer pool
joshualitt
2015-06-04
*
add context override of GeometryBufferMapThreshold
joshualitt
2015-05-29
*
rename GrDrawTargetCaps.h to GrCaps.h and move to include
bsalomon
2015-05-22
*
rename GrDrawTargetCaps to GrCaps
bsalomon
2015-05-19
*
Revert of Refactor GrBufferAllocPools to use resource cache (patchset #9 id:1...
robertphillips
2015-05-14
*
Refactor GrBufferAllocPools to use resource cache
robertphillips
2015-05-13
*
Isolate GrBufferAllocPools inside GrBatchTarget
robertphillips
2015-05-07
*
Reduce the API surface of GrBufferAllocPool and its derivatives
robertphillips
2015-05-06
*
Remove unneeded features from GrBufferAllocPool
bsalomon
2015-04-29
*
Initialize the pad memory in GrBufferAllocPool.
dongseong.hwang
2015-01-22
*
Replace GrResourceCache with GrResourceCache2.
bsalomon
2014-11-14
*
removing setVertexArraySource from drawtarget
joshualitt
2014-11-04
*
"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