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
*
use safemath::mull for buffer sizes
Mike Reed
2018-01-17
*
Move resourceProvider accessor to GrContextPriv (take 2)
Robert Phillips
2018-01-16
*
Revert "Move resourceProvider accessor to GrContextPriv"
Hal Canary
2018-01-16
*
Move resourceProvider accessor to GrContextPriv
Robert Phillips
2018-01-16
*
Cosmetic changes to GrDrawOpAtlas
Robert Phillips
2017-09-01
*
Automatically prepend "disabled-by-default-" to TRACE categories
Brian Osman
2017-07-26
*
Handle too many (or too large) paths in GrDefaultPathRenderer
Brian Osman
2017-06-20
*
Allow GrSurfaceProxy-derived classes to use flags when instantiating (take 2)
Robert Phillips
2017-02-28
*
Revert "Allow GrSurfaceProxy-derived classes to use flags when instantiating"
Robert Phillips
2017-02-28
*
Allow GrSurfaceProxy-derived classes to use flags when instantiating
Robert Phillips
2017-02-28
*
Delay creation of cpu-side buffer memory until actually needed
robertphillips
2016-08-18
*
GrBufferAllocPool: use _throw calloc() if unchecked.
mtklein
2016-07-14
*
Track GL buffer state based on unique resource ID
cdalton
2016-04-07
*
Revert of Track GL buffer state based on unique resource ID (patchset #6 id:1...
mtklein
2016-04-06
*
Track GL buffer state based on unique resource ID
cdalton
2016-04-06
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
Consolidate GPU buffer implementations
cdalton
2016-03-25
*
Revert of Consolidate GPU buffer implementations (patchset #10 id:180001 of h...
robertphillips
2016-03-25
*
Consolidate GPU buffer implementations
cdalton
2016-03-25
*
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
[next]