Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
84cc4616dff2d098e159fa280636814a3de3a921
/
src
/
gpu
/
GrRenderTargetOpList.h
945ee65
Enforce non-overlap constraint from GrRenderTargetOpList
by Chris Dalton
· 6 years ago
ee21e6b
Move Op chain bounds calculations into tryConcat
by Chris Dalton
· 6 years ago
6f6ae6a
Convert GrRenderTargetOpList::tryConcat to an OOP-style method
by Chris Dalton
· 6 years ago
c39d0c8
Implement generic draw-as-clear fallback for color and stencil
by Michael Ludwig
· 6 years ago
588cec7
Reenable GrOp chaining.
by Brian Salomon
· 6 years ago
9a9baae
Use SkPMColor4f throughout clear APIs
by Brian Osman
· 6 years ago
348a037
Change mechanism that lets GrRenderTargetContext caller get op list ID.
by Brian Salomon
· 6 years ago
1986f88
Remove unused GrOpList::numOps()
by Brian Salomon
· 6 years ago
7d94bb5
Skip visiting for allocator gathering in GrTextureOp when all proxies
by Brian Salomon
· 6 years ago
f723264
Revert "Revert "Reland "Add ability to specify different GP textures for each mesh in a draw."""
by Brian Salomon
· 6 years ago
cd7907b
Revert "Reland "Add ability to specify different GP textures for each mesh in a draw.""
by Brian Salomon
· 6 years ago
2d0a6a1
Reland "Add ability to specify different GP textures for each mesh in a draw."
by Brian Salomon
· 6 years ago
deeb655
Revert "Add ability to specify different GP textures for each mesh in a draw."
by Derek Sollenberger
· 6 years ago
d1b8a16
Add ability to specify different GP textures for each mesh in a draw.
by Brian Salomon
· 6 years ago
d25f5bc
Allow GrOps to chain themselves together instead of merging.
by Brian Salomon
· 6 years ago
2739ab0
Fix explicit resource allocator bug
by Robert Phillips
· 6 years ago
6a4e60b
Revert "Reduce arbitrary opList splitting when sorting (take 2)"
by Robert Phillips
· 6 years ago
20d4e54
Reduce arbitrary opList splitting when sorting (take 2)
by Robert Phillips
· 6 years ago
c3833b4
Revert "Add genIDs from all contributing elements to GrReducedClip's mask key."
by Brian Salomon
· 6 years ago
1354048
Add genIDs from all contributing elements to GrReducedClip's mask key.
by Brian Salomon
· 6 years ago
c994a93
Move op memory storage to GrContext (take 2)
by Robert Phillips
· 6 years ago
4f6ba2e
Revert "Move op memory storage to GrContext"
by Robert Phillips
· 6 years ago
c8cee44
Move op memory storage to GrContext
by Robert Phillips
· 6 years ago
7c525e6
Plumb GrContext everywhere
by Robert Phillips
· 6 years ago
f104fec
Delete GrDrawOp::wasRecorded
by Chris Dalton
· 6 years ago
2748391
Add ability to dump opList info at flush-time
by Robert Phillips
· 7 years ago
3a9710b
Add handling for allocation failure in GrTextureOpList
by Robert Phillips
· 7 years ago
aa3dfbe
Remove Ops whose lazy proxies fail to instantiate on flush
by Greg Daniel
· 7 years ago
88260b5
Split GrContext into Normal/DDL flavors
by Robert Phillips
· 7 years ago
07320e4
Revert "Move more internal methods from GrContext to GrContextPriv"
by Hal Canary
· 7 years ago
f440cec
Move more internal methods from GrContext to GrContextPriv
by Robert Phillips
· 7 years ago
f06c358
Remove instanced rendering
by Brian Salomon
· 7 years ago
706a6ff
Add "lazy" texture proxies
by Chris Dalton
· 7 years ago
8816b93
Make sure to visit clips and dst proxies during gather
by Chris Dalton
· 7 years ago
c3fd600
Revert "Make sure to visit clips and dst proxies during gather"
by Chris Dalton
· 7 years ago
c666502
Make sure to visit clips and dst proxies during gather
by Chris Dalton
· 7 years ago
584a79a
Reland "Fold analytic clip FPs into GrReducedClip"
by Chris Dalton
· 7 years ago
554c1f0
Revert "Fold analytic clip FPs into GrReducedClip"
by Brian Osman
· 7 years ago
4355b26
Fold analytic clip FPs into GrReducedClip
by Chris Dalton
· 7 years ago
d8d1593
Revert "Fold analytic clip FPs into GrReducedClip"
by Chris Dalton
· 7 years ago
d29e0da
Fold analytic clip FPs into GrReducedClip
by Chris Dalton
· 7 years ago
a47b575
Revert "Fold analytic clip FPs into GrReducedClip"
by Chris Dalton
· 7 years ago
1af37b7
Fold analytic clip FPs into GrReducedClip
by Chris Dalton
· 7 years ago
a84cacf
Rename GrOpList::reset to endFlush
by Chris Dalton
· 7 years ago
d375dbf
Land scaffolding for explicit MDB resource allocation
by Robert Phillips
· 7 years ago
9d6c64f
Make GrCopySurfaceOp participate in the GrOplist DAG
by Robert Phillips
· 7 years ago
b493eeb
Add method to iterate over a GrOp's GrSurfaceProxies
by Robert Phillips
· 7 years ago
380b90c
Push full screen clears up to OpList
by Robert Phillips
· 7 years ago
407b342
Add GrPrepareCallback, always run at the start of flush
by Brian Osman
· 7 years ago
bfd18cd
Move GrAppliedClip into GrPipeline
by Brian Salomon
· 7 years ago
e5b399e
Remove GrLegacyMeshDrawOp and GrPipelineBuilder
by Brian Salomon
· 7 years ago
806be2d
Improve handling of clip stack ID
by Robert Phillips
· 7 years ago
2de8cfa
Move copy operation from GrRenderTargetContext/GrTextureContext to GrSurfaceContext
by Robert Phillips
· 7 years ago
646e429
Retract GrTexture*.h & GrRenderTarget*.h from other headers
by Robert Phillips
· 7 years ago
18166ee
Omnibus: Push instantiation of GrTextures later (post TextureSampler)
by Robert Phillips
· 7 years ago
a16f6cb
Update copyOp to split-opList world
by Robert Phillips
· 7 years ago
5efd5ea
Update clearOp for split-OpList world (take 3)
by Robert Phillips
· 7 years ago
bb581ce
Convert DstTexture to DstProxy (take 2)
by Robert Phillips
· 7 years ago
fb65a9f
Revert "Update clearOp for split-OpList world (take 2)"
by Mike Klein
· 7 years ago
3fdd0bf
Update clearOp for split-OpList world (take 2)
by Robert Phillips
· 7 years ago
33f8315
Revert "Update clearOp for split-OpList world"
by Robert Phillips
· 7 years ago
7f1ce29
Update clearOp for split-OpList world
by Robert Phillips
· 7 years ago
318c419
Remove RenderTarget pointer from GrRenderTargetOpList::RecordedOp
by Robert Phillips
· 7 years ago
c375704
Revert "Convert DstTexture to DstProxy"
by Robert Phillips
· 7 years ago
87f7f1c
Convert DstTexture to DstProxy
by Robert Phillips
· 7 years ago
6cdc22c
Split up opLists (take 3)
by Robert Phillips
· 7 years ago
b6deea8
Setup for another attempt to split up opLists
by Robert Phillips
· 7 years ago
c84c030
Add debug-only helper methods to get #ops & #clips per opList
by Robert Phillips
· 7 years ago
f6d7eb1
Remove pre-allocated clip space from GrRenderTargetOpList
by Robert Phillips
· 8 years ago
ee68365
Remove GrResourceProvider & GrGpu pointers from GrRenderTargetOpList
by Robert Phillips
· 8 years ago
8185f59
Hardwire opList lookAhead & lookBack parameters
by Robert Phillips
· 8 years ago
f5442bb
Split cleanup changes out of bigger CL (take 2)
by Robert Phillips
· 8 years ago
e186cfd
Revert "Split cleanup changes out of bigger CL"
by Mike Klein
· 8 years ago
cd11c80
Split cleanup changes out of bigger CL
by Robert Phillips
· 8 years ago
c589b0b
Remove lastOpList capability from GrSurface
by Robert Phillips
· 8 years ago
dc83b89
sk_sp-ify opList creation & storage
by Robert Phillips
· 8 years ago
e440721
Remove GrRenderTargetOpList::discard & move functionality to GrRenderTargetContext
by Robert Phillips
· 8 years ago
178ce3e
Make all GrRenderTargetOpList ops store a GrRenderTarget pointer
by Robert Phillips
· 8 years ago
1119dc3
Remove discard from GrRenderTarget & force it to always go through a RenderTargetContext
by Robert Phillips
· 8 years ago
bf25d43
Make GrCopySurfaceOp friendlier to GrSurfaceProxy (take 2)
by Robert Phillips
· 8 years ago
b9a02a1
Update stencil ops to have a parallel proxyID
by Robert Phillips
· 8 years ago
9a121cc
Revert "Make GrCopySurfaceOp friendlier to GrSurfaceProxy"
by Robert Phillips
· 8 years ago
d7cda9a
Make GrCopySurfaceOp friendlier to GrSurfaceProxy
by Robert Phillips
· 8 years ago
f7a7261
Add tracking of unique proxyID beside unique renderTargetID in auditTrail and clearOp
by Robert Phillips
· 8 years ago
54d212e
Revert "Revert "Remove GrPipeline from GrDrawOp.""
by Brian Salomon
· 8 years ago
eb35f4d
Add pre-Flush callback to GrDrawingManager (take 2)
by Robert Phillips
· 8 years ago
c48af93
Revert "Remove GrPipeline from GrDrawOp."
by Brian Salomon
· 8 years ago
2bf4b3a
Remove GrPipeline from GrDrawOp.
by Brian Salomon
· 8 years ago
18ea816
Revert "Add pre-Flush callback to GrDrawingManager"
by Robert Phillips
· 8 years ago
d222ec4
Add pre-Flush callback to GrDrawingManager
by Robert Phillips
· 8 years ago
9a76772
Remove origin from GrClipStackClip and GrWindowRectsState.
by Brian Salomon
· 8 years ago
c013892
Add a unique ID to GrOpLists and return it from GrRenderTargetContext::addDrawOp
by Robert Phillips
· 8 years ago
467921e
Move GrDrawOp pipeline/clip processing to GrRenderTargetContext
by Brian Salomon
· 8 years ago
9e50f7b
Store clipped bounds on GrOp rather than in parallel in GrRenderTargetOpList.
by Brian Salomon
· 8 years ago
e370cbe
Remove clip to bounds GrContextOption
by Brian Salomon
· 8 years ago
cdcc33f
Store GrRenderTarget rather than just its ID in GrRenderTargetOpList::RecordedOp.
by Brian Salomon
· 8 years ago
f833478
Remove ref counting from GrOp.
by Brian Salomon
· 8 years ago
69868af
Remove render target unique ID virtual from GrOp.
by Brian Salomon
· 8 years ago
09d994e
Misc batch->op cleanup Part 1 of 2
by Brian Salomon
· 8 years ago
8952743
move src/gpu/batches -> src/gpu/ops
by Brian Salomon
· 8 years ago
Next »