Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
1047a49d820c9d6b2b614eb47dc263aa1ff5b615
/
src
/
gpu
/
GrRenderTargetOpList.cpp
6b98280
Track if we need stencil on GrRenderTargetContext
by Chris Dalton
· 6 years ago
2c3398d
Switch from querying swizzle on caps to using swizzles stored on proxies.
by Greg Daniel
· 6 years ago
b520476
Swap GrSurfaceProxy over to being held via sk_sp
by Robert Phillips
· 6 years ago
f91aeb2
Move a bunch of gpu files out of include/private and into src/gpu.
by Greg Daniel
· 6 years ago
663afe5
Move GrPathUtils, GrRect, and GrShape into src/gpu/geometry/
by Michael Ludwig
· 6 years ago
7eb5c0f
Add "GrMipMapped" parameter to visitProxies
by Chris Dalton
· 6 years ago
1706cbf
Remove VisitorType from GrOp::visitProxies
by Chris Dalton
· 6 years ago
6e17f1d
Revert "Clear and discard stencil buffers on tilers"
by Michael Ludwig
· 6 years ago
7b2c855
Clear and discard stencil buffers on tilers
by Chris Dalton
· 6 years ago
c0bd9f9
rewrite includes to not need so much -Ifoo
by Mike Klein
· 6 years ago
c73666f
Implement alternate method for determining recycle-ability of allocated GrSurfaces (take 2)
by Robert Phillips
· 6 years ago
29c1c80
Revert "Implement alternate method for determining recycle-ability of allocated GrSurfaces"
by Robert Phillips
· 6 years ago
7eec3cd6
Implement alternate method for determining recycle-ability of allocated GrSurfaces
by Robert Phillips
· 6 years ago
12c4629
Remove the option of disabling explicit resource allocation
by Robert Phillips
· 6 years ago
831a293
Plumb sk_sp through the GrOpList class hierarchy
by Robert Phillips
· 6 years ago
9313aa7
Skip flush in GrDrawingManager if the specifed proxy doesn't have any work (take 2)
by Robert Phillips
· 6 years ago
9a7c7be
Revert "Skip flush in GrDrawingManager if the specifed proxy doesn't have any work"
by Robert Phillips
· 6 years ago
4187ac5
Skip flush in GrDrawingManager if the specifed proxy doesn't have any work
by Robert Phillips
· 6 years ago
3bf3d4a
Minor cleanup of GrResourceAllocator
by Robert Phillips
· 6 years ago
cb32415
Add support for VK_IMAGE_LAYOUT_PRESENT_SRC_KHR in skia vulkan.
by Greg Daniel
· 6 years ago
be9aff2
Remove GrContextPriv.h from GrRenderTargetContext.h
by Robert Phillips
· 6 years ago
9da87e0
Rename GrContext::contextPriv to priv
by Robert Phillips
· 7 years ago
945ee65
Enforce non-overlap constraint from GrRenderTargetOpList
by Chris Dalton
· 7 years ago
ee21e6b
Move Op chain bounds calculations into tryConcat
by Chris Dalton
· 7 years ago
6f6ae6a
Convert GrRenderTargetOpList::tryConcat to an OOP-style method
by Chris Dalton
· 7 years ago
c39d0c8
Implement generic draw-as-clear fallback for color and stencil
by Michael Ludwig
· 7 years ago
9548c3b42
No longer round the non-AA clip bounds
by Robert Phillips
· 7 years ago
070cbaf
Add support to gpu command buffers to wrap an external command buffer.
by Greg Daniel
· 7 years ago
1688507
Try out clang-tidy, starting with bugprone-use-after-move
by Mike Klein
· 7 years ago
52a6ed3
Fix audit trail when ops merge after chaining change.
by Brian Salomon
· 7 years ago
19ec80f
Discard ops that don't have a finite bounds.
by Brian Salomon
· 7 years ago
588cec7
Reenable GrOp chaining.
by Brian Salomon
· 7 years ago
9a9baae
Use SkPMColor4f throughout clear APIs
by Brian Osman
· 7 years ago
348a037
Change mechanism that lets GrRenderTargetContext caller get op list ID.
by Brian Salomon
· 7 years ago
a7682c8
Disable GrOp chaining.
by Brian Salomon
· 7 years ago
029b22c
error when draw ops do not go through addDrawOp
by Ethan Nicholas
· 7 years ago
56d19a5
add support for clears to Metal backend
by Ethan Nicholas
· 7 years ago
7d94bb5
Skip visiting for allocator gathering in GrTextureOp when all proxies
by Brian Salomon
· 7 years ago
a41a74a
Revert "In GrVkGpuCommandBuffer when setting bounds to full RT use proxy bounds instead of surface."
by Greg Daniel
· 7 years ago
9b7bfd0
In GrVkGpuCommandBuffer when setting bounds to full RT use proxy bounds instead of surface.
by Greg Daniel
· 7 years ago
c525d4f
When merging into an already chained op update the head's op bounds.
by Brian Salomon
· 7 years ago
764e546
Fix op chaining painter's order violation in GrRenderTargetOpList.
by Brian Salomon
· 7 years ago
5b5d84c
Cache the command buffer objects
by Robert Phillips
· 7 years ago
d25f5bc
Allow GrOps to chain themselves together instead of merging.
by Brian Salomon
· 7 years ago
7eae3e0
Reland "Move GrGeometryProcessor's textures out of classes and into"
by Brian Salomon
· 7 years ago
fdf05f4
Revert "Move GrGeometryProcessor's textures out of classes and into"
by Brian Salomon
· 7 years ago
641ac7d
Make result of GrOp::combineIfPossible be an enum.
by Brian Salomon
· 7 years ago
fd98c2c
Make some GrSurfaceProxy and GrTextureProxy methods easier to access
by Brian Salomon
· 7 years ago
ed1205a
Make GrRenderTargetOpList::purgeOpsWithUninstantiatedProxies match the GrTextureOpList version
by Robert Phillips
· 7 years ago
c3833b4
Revert "Add genIDs from all contributing elements to GrReducedClip's mask key."
by Brian Salomon
· 7 years ago
1354048
Add genIDs from all contributing elements to GrReducedClip's mask key.
by Brian Salomon
· 7 years ago
c994a93
Move op memory storage to GrContext (take 2)
by Robert Phillips
· 7 years ago
4f6ba2e
Revert "Move op memory storage to GrContext"
by Robert Phillips
· 7 years ago
c8cee44
Move op memory storage to GrContext
by Robert Phillips
· 7 years ago
7c525e6
Plumb GrContext everywhere
by Robert Phillips
· 7 years ago
f104fec
Delete GrDrawOp::wasRecorded
by Chris Dalton
· 7 years ago
9712601
Add more granularity inside of SkCanvas::Flush traces.
by Xiao Yu
· 7 years ago
2748391
Add ability to dump opList info at flush-time
by Robert Phillips
· 7 years ago
dbdba60
Add discard check when deciding if we should execute op list or not.
by Greg Daniel
· 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
· 8 years ago
88260b5
Split GrContext into Normal/DDL flavors
by Robert Phillips
· 8 years ago
07320e4
Revert "Move more internal methods from GrContext to GrContextPriv"
by Hal Canary
· 8 years ago
f440cec
Move more internal methods from GrContext to GrContextPriv
by Robert Phillips
· 8 years ago
6be756b
Move resourceProvider accessor to GrContextPriv (take 2)
by Robert Phillips
· 8 years ago
be46e24
Revert "Move resourceProvider accessor to GrContextPriv"
by Hal Canary
· 8 years ago
1f9ed85
Move resourceProvider accessor to GrContextPriv
by Robert Phillips
· 8 years ago
f06c358
Remove instanced rendering
by Brian Salomon
· 8 years ago
51b20f2
Add explicit GPU resource allocation of deferred proxies
by Robert Phillips
· 8 years ago
706a6ff
Add "lazy" texture proxies
by Chris Dalton
· 8 years ago
8816b93
Make sure to visit clips and dst proxies during gather
by Chris Dalton
· 8 years ago
c3fd600
Revert "Make sure to visit clips and dst proxies during gather"
by Chris Dalton
· 8 years ago
c666502
Make sure to visit clips and dst proxies during gather
by Chris Dalton
· 8 years ago
6368e32
Revert "Make sure to visit clips and dst proxies during gather"
by Robert Phillips
· 8 years ago
b9d98e3
Make sure to visit clips and dst proxies during gather
by Chris Dalton
· 8 years ago
c82dd4e
Delete an opList's clips when it survives a flush
by Chris Dalton
· 8 years ago
f8e2502
Prepare to enable explicit gpu resource allocation (take 2)
by Robert Phillips
· 8 years ago
065b41d
Revert "Prepare to enable explicit gpu resource allocation"
by Greg Daniel
· 8 years ago
f290376
Prepare to enable explicit gpu resource allocation
by Robert Phillips
· 8 years ago
6a40abc
Revert "Implement window rectangles in vulkan"
by Jim Van Verth
· 8 years ago
94c0468
Implement window rectangles in vulkan
by Chris Dalton
· 8 years ago
8186cbe
Make the intervals in GrResourceAllocator use SkArenaAlloc
by Robert Phillips
· 8 years ago
29b60c9
Make deferred upload handling and draw recording be virtual interfaces implemented by GrOpFlushState.
by Brian Salomon
· 8 years ago
a84cacf
Rename GrOpList::reset to endFlush
by Chris Dalton
· 8 years ago
099fa0f
Revert^6 "Make threaded proxy generation MDB-friendly, and defer instantiation"
by Brian Osman
· 8 years ago
9b1f4bd
Revert "Revert "Revert "Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instantiation"""""
by Brian Osman
· 8 years ago
fdd2cb5
Revert "Revert "Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instantiation""""
by Brian Osman
· 8 years ago
9f8d4d3
Revert "Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instantiation"""
by Brian Osman
· 8 years ago
e8b8397
Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instantiation""
by Brian Osman
· 8 years ago
d375dbf
Land scaffolding for explicit MDB resource allocation
by Robert Phillips
· 8 years ago
9d6c64f
Make GrCopySurfaceOp participate in the GrOplist DAG
by Robert Phillips
· 8 years ago
cb2e235
Reduce stencil buffer clearing
by Robert Phillips
· 8 years ago
380b90c
Push full screen clears up to OpList
by Robert Phillips
· 8 years ago
6b47c7d
Store discard request on the opList and remove GrDiscardOp (take 3)
by Robert Phillips
· 8 years ago
445b557
Revert "Store discard request on the opList and remove GrDiscardOp (take 2)"
by Robert Phillips
· 8 years ago
9b0b32f
Store discard request on the opList and remove GrDiscardOp (take 2)
by Robert Phillips
· 8 years ago
500d58b
Make Copy Ops to go through GpuCommandBuffer instead of straigt to GPU.
by Greg Daniel
· 8 years ago
407b342
Add GrPrepareCallback, always run at the start of flush
by Brian Osman
· 8 years ago
2af578d
Add additional logging in GrRenderTargetOpList
by Stan Iliev
· 8 years ago
54190c4
Revert "Store discard request on the opList and remove GrDiscardOp"
by Robert Phillips
· 8 years ago
Next »