index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrDrawingManager.h
Commit message (
Expand
)
Author
Age
*
Hardwire opList lookAhead & lookBack parameters
Robert Phillips
2017-04-26
*
Make InstancedRendering more opList-splitting friendly
Robert Phillips
2017-04-24
*
Split cleanup changes out of bigger CL (take 2)
Robert Phillips
2017-04-18
*
Revert "Split cleanup changes out of bigger CL"
Mike Klein
2017-04-17
*
Split cleanup changes out of bigger CL
Robert Phillips
2017-04-17
*
sk_sp-ify opList creation & storage
Robert Phillips
2017-04-14
*
Add GrSurfaceProxy* parameter to GrContext::flush
Robert Phillips
2017-03-30
*
Add pre-Flush callback to GrDrawingManager (take 2)
Robert Phillips
2017-03-21
*
Revert "Add pre-Flush callback to GrDrawingManager"
Robert Phillips
2017-03-15
*
Add pre-Flush callback to GrDrawingManager
Robert Phillips
2017-03-15
*
Move read/write-Pixels up to GrSurfaceContext
Robert Phillips
2017-01-18
*
Rename GrBatchFlushState to GrOpFlushState
Brian Salomon
2016-12-07
*
Added GrSurfaceContext and GrTextureContext
Brian Osman
2016-11-23
*
Consolidate GrSurfaceProxy Make methods
Robert Phillips
2016-11-09
*
Remove SkAutoTDelete.
Ben Wagner
2016-11-03
*
Make GrDrawContext be GrRenderTargetProxy-backed
Robert Phillips
2016-10-28
*
Rename GrDrawContext to GrRenderTargetContext
Brian Osman
2016-10-27
*
Add GrOpList and rename GrDrawTarget to GrRenderTargetOpList
Robert Phillips
2016-10-26
*
Revert of Make GrResourceCache dynamically change between LRU and random repl...
robertphillips
2016-10-04
*
Make GrResourceCache dynamically change between LRU and random replacement st...
bsalomon
2016-10-03
*
Add GrContextOptions flag to disable distance field path renderer.
bsalomon
2016-09-15
*
Move prepareForExternalIO implementation from GrContext to GrDrawingManager
bsalomon
2016-09-08
*
Restructure flushing relationship between GrContext, GrDrawingManager, and Gr...
bsalomon
2016-09-07
*
Revert of Restructure flushing relationship between GrContext, GrDrawingManag...
bsalomon
2016-09-06
*
Revert of fix uninit immediate mode member var in GrDrawingManager (patchset ...
bsalomon
2016-09-06
*
fix uninit immediate mode member var in GrDrawingManager
bsalomon
2016-09-06
*
Restructure flushing relationship between GrContext, GrDrawingManager, and Gr...
bsalomon
2016-09-06
*
Don't purge resources for trivial GrContext flushes
bsalomon
2016-08-31
*
Move GrAtlasTextContext to GrDrawingManager, so we only have one.
brianosman
2016-08-11
*
Rename GrDrawingManager::drawContext to makeDrawContext
robertphillips
2016-08-05
*
Add SkColorSpace to GrDrawContext
brianosman
2016-07-21
*
Rename GrDrawingMgr::abandon to wasAbandoned & add a matching entry point to ...
robertphillips
2016-05-16
*
Bring sk_sp to GrDrawContext
robertphillips
2016-04-27
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
Delete GrTextContext
joshualitt
2016-02-16
*
Create GrPathRenderingDrawContext
joshualitt
2016-02-16
*
Move surface props off of GrTextContext
joshualitt
2016-02-11
*
Reland of Make a single GrSingleOwner in GrContext (patchset #1 id:1 of https...
joshualitt
2016-01-08
*
Revert of Make a single GrSingleOwner in GrContext (patchset #3 id:40001 of h...
joshualitt
2016-01-07
*
Make a single GrSingleOwner in GrContext
joshualitt
2016-01-07
*
Add Drawing Manager guards against re-entrant flushes
joshualitt
2015-12-18
*
Add debug option to clip each GrBatch to its device bounds
bsalomon
2015-11-30
*
Update testing frameworks/tests for MDB
robertphillips
2015-11-16
*
Revert of Update testing frameworks/tests for MDB (patchset #4 id:60001 of ht...
egdaniel
2015-11-13
*
Update testing frameworks/tests for MDB
robertphillips
2015-11-13
*
Move GrBatchFlushState from GrDrawTarget to GrDrawingManager
robertphillips
2015-11-11
*
Remove GrPipelineBuilder from getPathRenderer call
robertphillips
2015-10-29
*
Add immediate mode option for gpu configs in dm
bsalomon
2015-10-23
*
Remove DrawingMgr shims from GrContext
robertphillips
2015-10-17