aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrBufferAllocPool.cpp
Commit message (Expand)AuthorAge
* SkTypes: more into SkMacrosGravatar Hal Canary2018-06-12
* use safemath::mull for buffer sizesGravatar Mike Reed2018-01-17
* Move resourceProvider accessor to GrContextPriv (take 2)Gravatar Robert Phillips2018-01-16
* Revert "Move resourceProvider accessor to GrContextPriv"Gravatar Hal Canary2018-01-16
* Move resourceProvider accessor to GrContextPrivGravatar Robert Phillips2018-01-16
* Cosmetic changes to GrDrawOpAtlasGravatar Robert Phillips2017-09-01
* Automatically prepend "disabled-by-default-" to TRACE categoriesGravatar Brian Osman2017-07-26
* Handle too many (or too large) paths in GrDefaultPathRendererGravatar Brian Osman2017-06-20
* Allow GrSurfaceProxy-derived classes to use flags when instantiating (take 2)Gravatar Robert Phillips2017-02-28
* Revert "Allow GrSurfaceProxy-derived classes to use flags when instantiating"Gravatar Robert Phillips2017-02-28
* Allow GrSurfaceProxy-derived classes to use flags when instantiatingGravatar Robert Phillips2017-02-28
* Delay creation of cpu-side buffer memory until actually neededGravatar robertphillips2016-08-18
* GrBufferAllocPool: use _throw calloc() if unchecked.Gravatar mtklein2016-07-14
* Track GL buffer state based on unique resource IDGravatar cdalton2016-04-07
* Revert of Track GL buffer state based on unique resource ID (patchset #6 id:1...Gravatar mtklein2016-04-06
* Track GL buffer state based on unique resource IDGravatar cdalton2016-04-06
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* Consolidate GPU buffer implementationsGravatar cdalton2016-03-25
* Revert of Consolidate GPU buffer implementations (patchset #10 id:180001 of h...Gravatar robertphillips2016-03-25
* Consolidate GPU buffer implementationsGravatar cdalton2016-03-25
* Comments Style: s/skbug.com/bug.skia.org/Gravatar halcanary2015-11-07
* Use calloc to allocate data that will be uploaded to vertex/index buffers in ...Gravatar bsalomon2015-08-19
* Some cleanup in GrTextureProvider and GrResourceProvider.Gravatar bsalomon2015-07-31
* Refactor GrBufferAllocPools to use resource cacheGravatar robertphillips2015-06-24
* Revert of Refactor GrBufferAllocPools to use resource cache (patchset #15 id:...Gravatar robertphillips2015-06-23
* Refactor GrBufferAllocPools to use resource cacheGravatar robertphillips2015-06-23
* Trivial change to bump minimum block size for Buffer poolGravatar joshualitt2015-06-04
* add context override of GeometryBufferMapThresholdGravatar joshualitt2015-05-29
* rename GrDrawTargetCaps.h to GrCaps.h and move to includeGravatar bsalomon2015-05-22
* rename GrDrawTargetCaps to GrCapsGravatar bsalomon2015-05-19
* Revert of Refactor GrBufferAllocPools to use resource cache (patchset #9 id:1...Gravatar robertphillips2015-05-14
* Refactor GrBufferAllocPools to use resource cacheGravatar robertphillips2015-05-13
* Isolate GrBufferAllocPools inside GrBatchTargetGravatar robertphillips2015-05-07
* Reduce the API surface of GrBufferAllocPool and its derivativesGravatar robertphillips2015-05-06
* Remove unneeded features from GrBufferAllocPoolGravatar bsalomon2015-04-29
* Initialize the pad memory in GrBufferAllocPool.Gravatar dongseong.hwang2015-01-22
* Replace GrResourceCache with GrResourceCache2.Gravatar bsalomon2014-11-14
* removing setVertexArraySource from drawtargetGravatar joshualitt2014-11-04
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Add trace event when GrBufferAllocPool unmaps a buffer indicating what % of t...Gravatar bsalomon2014-06-26
* Rename from "(un)lock" to "(un)map" for geometry buffers.Gravatar commit-bot@chromium.org2014-05-07
* Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData.Gravatar commit-bot@chromium.org2014-05-05
* Split GrResource into GrCacheable/GrGpuObjectGravatar commit-bot@chromium.org2014-05-02
* Revert of Add support for glMapBufferRange. Use glMapBufferRange and glMapBuf...Gravatar djsollen@google.com2014-05-02
* Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData.Gravatar commit-bot@chromium.org2014-05-02
* SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.hGravatar commit-bot@chromium.org2014-03-28
* Start cleaning up 64bit Win warningsGravatar robertphillips@google.com2013-10-14
* Replace uses of GR_DEBUG by SK_DEBUG.Gravatar commit-bot@chromium.org2013-08-28
* Replace uses of GrAssert by SkASSERT.Gravatar tfarina@chromium.org2013-08-17
* Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps.Gravatar bsalomon@google.com2013-03-25