Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
380b90c92bead0c1b869df08b2d2790c302c5c71
/
src
/
gpu
/
GrRenderTargetContext.cpp
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
3416969
Revert "Revert "Revert "Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible""""
by Brian Salomon
· 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
a184ac7
Revert "Revert "Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible"""
by Brian Salomon
· 8 years ago
20af6d1
Revert "Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible""
by Brian Salomon
· 8 years ago
ceef4fb
Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible"
by Brian Salomon
· 8 years ago
3fd2955
Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible
by Brian Salomon
· 8 years ago
b4aab9a
Replace SkFAIL with SK_ABORT.
by Ben Wagner
· 8 years ago
aff329b
Make GrFragmentProcessor be non-refcounted and use std::unique_ptr.
by Brian Salomon
· 8 years ago
6504813
Remove accessRenderTarget calls in service of binding stencil buffer
by Robert Phillips
· 8 years ago
54190c4
Revert "Store discard request on the opList and remove GrDiscardOp"
by Robert Phillips
· 8 years ago
b681a0f
Store discard request on the opList and remove GrDiscardOp
by Robert Phillips
· 8 years ago
9521447
Add explicit clear of stencil buffer before opLists that use them
by Robert Phillips
· 8 years ago
65a88fa
Add GrDebugMarkerOp
by Robert Phillips
· 8 years ago
73d8fd9
Add a private API for writing the clip to the stencil
by Stan Iliev
· 8 years ago
5131678
Revert "Revert "Revert "Revert "Add support for semaphores to be inserted on GrContext flush""""
by Greg Daniel
· 8 years ago
cc8eb60
Revert "Revert "Revert "Add support for semaphores to be inserted on GrContext flush"""
by Yuqian Li
· 8 years ago
876aed8
Revert "Revert "Add support for semaphores to be inserted on GrContext flush""
by Greg Daniel
· 8 years ago
1af03d4
Compute correct bounds for DrawShadowRec.
by Jim Van Verth
· 8 years ago
16d8ec6
Pull non-substantive changes out of omnibus GrSurface CL
by Robert Phillips
· 8 years ago
8724b46
Revert "Add support for semaphores to be inserted on GrContext flush"
by Mike Reed
· 8 years ago
cd1416e
Add support for semaphores to be inserted on GrContext flush
by Greg Daniel
· 8 years ago
8761e0c
Add ability to pre-initialize vulkan semaphores when flushing surfaces
by Greg Daniel
· 8 years ago
e5b399e
Remove GrLegacyMeshDrawOp and GrPipelineBuilder
by Brian Salomon
· 8 years ago
dcbb9d9
Add SkDebugf trace event handler.
by Brian Salomon
· 8 years ago
c2f4254
Make GrDrawVerticesOp a non-legacy GrMeshDrawOp
by Brian Salomon
· 8 years ago
0088f94
Make GrDrawAtlasOp a non-legacy GrMeshDrawOp
by Brian Salomon
· 8 years ago
0596909
Make ShadowRRectOp a non-legacy GrMeshDrawOp
by Brian Salomon
· 8 years ago
f036632
Make RegionOp a non-legacy GrMeshDrawOp
by Brian Salomon
· 8 years ago
815486c
Convert NonAALatticeOp to non-legacy GrMeshDrawOp.
by Brian Salomon
· 8 years ago
2de8cfa
Move copy operation from GrRenderTargetContext/GrTextureContext to GrSurfaceContext
by Robert Phillips
· 8 years ago
d261e10
Re-enable opList dependency tracking
by Robert Phillips
· 8 years ago
a2cebd8
When flushing a surface with semaphores, have last semaphore op call glFlush
by Greg Daniel
· 8 years ago
c64ee46
Add return to surface semaphore calls to indicate when we don't support them
by Greg Daniel
· 8 years ago
5f970fe
Fix logic error when drawing path as nested rects
by Brian Salomon
· 8 years ago
f86d37b
Rename GrDrawOp::xpRequiresDstTexture to finalize and change return type to an enum
by Brian Salomon
· 8 years ago
a5cb781
Revert "Revert "Add API for flushing surfaces with gpu semaphores""
by Greg Daniel
· 8 years ago
7292231
Revert "Add API for flushing surfaces with gpu semaphores"
by Greg Daniel
· 8 years ago
66366c6
Add API for flushing surfaces with gpu semaphores
by Greg Daniel
· 8 years ago
fbcef6e
Clean up GrResourceProvider usage
by Robert Phillips
· 8 years ago
baaf439
Revert "Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses.""
by Brian Salomon
· 8 years ago
a0485d9
Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses."
by Brian Salomon
· 8 years ago
941d144
Prevent onFlushCB created opLists from being grouped with the normal ones (new)
by Robert Phillips
· 8 years ago
1ec03f3
Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses.
by Brian Salomon
· 8 years ago
d991486
Drop the ref on the GrOpList's target in makeClosed (take 2)
by Robert Phillips
· 8 years ago
c8ecb03
Revert "Drop the ref on the GrOpList's target in makeClosed"
by Robert Phillips
· 8 years ago
e225b56
Force AAType to MSAA if the render target has MSAA and the API doesn't support disabling it.
by Brian Salomon
· 8 years ago
dcd499c
Drop the ref on the GrOpList's target in makeClosed
by Robert Phillips
· 8 years ago
646e429
Retract GrTexture*.h & GrRenderTarget*.h from other headers
by Robert Phillips
· 8 years ago
34d6e4b
Add tonal color support for shadows.
by Jim Van Verth
· 8 years ago
e23bffd
Remove support in GPU backend for distance vector field.
by Brian Salomon
· 8 years ago
a16f6cb
Update copyOp to split-opList world
by Robert Phillips
· 8 years ago
2f4ddf6
Update more GrOps to split-opList world
by Robert Phillips
· 8 years ago
fa6d865
Do color correction of vertex colors in GPU drawVertices
by Brian Osman
· 8 years ago
5efd5ea
Update clearOp for split-OpList world (take 3)
by Robert Phillips
· 8 years ago
bb581ce
Convert DstTexture to DstProxy (take 2)
by Robert Phillips
· 8 years ago
9bee2e5
Revise system for checking for uninstantiated proxies
by Robert Phillips
· 8 years ago
ae0c50c
Only support SkVertices in GrDrawVerticesOp and GrRenderTargetContext
by Brian Osman
· 8 years ago
fb65a9f
Revert "Update clearOp for split-OpList world (take 2)"
by Mike Klein
· 8 years ago
3fdd0bf
Update clearOp for split-OpList world (take 2)
by Robert Phillips
· 8 years ago
33f8315
Revert "Update clearOp for split-OpList world"
by Robert Phillips
· 8 years ago
3af1af9
Remove ambient and spot mask filters.
by Jim Van Verth
· 8 years ago
7f1ce29
Update clearOp for split-OpList world
by Robert Phillips
· 8 years ago
955235f
Switch over GrDiscardOp to IORef-ing the GrRenderTargetProxy
by Robert Phillips
· 8 years ago
a4c93ac
Add check for incorrect opList splits
by Robert Phillips
· 8 years ago
bb5711a
Remove GrSurfaceDesc member from GrSurfaceProxy.
by Brian Salomon
· 8 years ago
c375704
Revert "Convert DstTexture to DstProxy"
by Robert Phillips
· 8 years ago
87f7f1c
Convert DstTexture to DstProxy
by Robert Phillips
· 8 years ago
05441c4
Convert GrOvalOpFactory from GrLegacyMeshDrawOp to GrMeshDrawOp using GrSimpleDrawOpHelper.
by Brian Salomon
· 8 years ago
7c8460e
Make GrRenderTarget[(Proxy)|(Context)]? advertise a "full scene aa type".
by Brian Salomon
· 8 years ago
6cdc22c
Split up opLists (take 3)
by Robert Phillips
· 8 years ago
b6deea8
Setup for another attempt to split up opLists
by Robert Phillips
· 8 years ago
a8b5cf3
Fix transparent ambient shadows
by Jim Van Verth
· 8 years ago
ac70f84
Move all non-AA fill rect ops off of GrLegacyMeshDrawOp.
by Brian Salomon
· 8 years ago
5c77975
Add flag to avoid stencil buffers in Skia
by Eric Karl
· 8 years ago
c84c030
Add debug-only helper methods to get #ops & #clips per opList
by Robert Phillips
· 8 years ago
8d1e0ac
More analytic shadow refactoring.
by Jim Van Verth
· 8 years ago
6d4b65e
Revert "Revert "Add a new non-AA rect op that does not inherit from GrLegacyMeshDrawOp.""
by Brian Salomon
· 8 years ago
0f35332
Revert "Add a new non-AA rect op that does not inherit from GrLegacyMeshDrawOp."
by Brian Salomon
· 8 years ago
ff574e0
Add a new non-AA rect op that does not inherit from GrLegacyMeshDrawOp.
by Brian Salomon
· 8 years ago
57061ee
Optimizations for analytic shadows.
by Jim Van Verth
· 8 years ago
4a39504
Revert "Split up opLists (take 2)"
by Robert Phillips
· 8 years ago
df2bf21
Split up opLists (take 2)
by Robert Phillips
· 8 years ago
e3302df
Make InstancedRendering more opList-splitting friendly
by Robert Phillips
· 8 years ago
7ce67db
Revert "Split up opLists"
by Robert Phillips
· 8 years ago
bc8ee52
Split up opLists
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
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
a90aa2b
consolidate read/writePixels in GrSurfaceContext
by Robert Phillips
· 8 years ago
48d1b4c
Revert "Revert "Create GrXferProcessor while doing GrProcessorSet analysis.""
by Brian Salomon
· 8 years ago
5dac9b3
Revert "Create GrXferProcessor while doing GrProcessorSet analysis."
by Brian Salomon
· 8 years ago
0ae0e23
Create GrXferProcessor while doing GrProcessorSet analysis.
by Brian Salomon
· 8 years ago
bf25d43
Make GrCopySurfaceOp friendlier to GrSurfaceProxy (take 2)
by Robert Phillips
· 8 years ago
Next »