Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
6d1c0d4196f19537cc64f74bacc7d123de3be454
/
src
6d1c0d4
Avoid use of SkMatrixImageFilter to handle CTM for backdrop filtering
by Michael Ludwig
· 6 years ago
d6cda8d
Rename GrGLIRect to GrNativeRect
by Chris Dalton
· 6 years ago
76500e5
Clean up GrGLIRect
by Chris Dalton
· 6 years ago
f0b8bf3
Fix profile width check in GrRectBlurEffect.
by Brian Salomon
· 6 years ago
e736684
Go back to rect blur profile textures.
by Brian Salomon
· 6 years ago
8bb6f61
[svgcanvas] Refactor clipping
by Florin Malita
· 6 years ago
6be3ea7
[pdf] Disable default width calculation.
by Ben Wagner
· 6 years ago
a66081d
Move SkSL caching out of GR_TEST_UTILS, trim persistent cache options
by Brian Osman
· 6 years ago
e9d9a32
Remove GrGLProgram cache stats, remove spurious declarations/includes
by Brian Osman
· 6 years ago
b20d7e5
Track all sampled textures in GrOpsTask and pass them to GrOpsRenderPass.
by Greg Daniel
· 6 years ago
e91f2235
[pdf] Only compute needed advances.
by Ben Wagner
· 6 years ago
7a7ddc4
Add parens to assert
by Brian Salomon
· 6 years ago
4fe9257
Comment out assert in onClear in GrVkOpsRenderPass.
by Greg Daniel
· 6 years ago
a3d88db
[svgcanvas] Skip redundant clip-rule attributes
by Florin Malita
· 6 years ago
cf39f37
Remove maxCount resource cache limit
by Robert Phillips
· 6 years ago
beb7f52
Make GrSurfaceProxy constructors take arg that determines participation in
by Brian Salomon
· 6 years ago
94c6647
Revert "Only send the RemoteStrikes that have pending glyphs."
by Khushal Sagar
· 6 years ago
0a1e9ef
Don't use AA convex path renderer if direction can't be determined
by Michael Ludwig
· 6 years ago
8ef18d3
Override operator delete for GrCCPathCache::Key
by Andy Weiss
· 6 years ago
15ecdf9
Just skip uninstantiated GrOps instead of delete them on flush.
by Greg Daniel
· 6 years ago
4ece96d
Reland "Initiate MSAA resolves during DAG generation"
by Chris Dalton
· 6 years ago
095f5b4
.fp files now support user-defined functions
by Ethan Nicholas
· 6 years ago
e7a6bad
removed dead code from SkSLPipelineStateCodeGenerator
by Ethan Nicholas
· 6 years ago
a43e2d2
Don't assert mips actually need resolve during texResolveRenderTask
by Chris Dalton
· 6 years ago
d4efe68
SkSL sample() now permits specification of coordinates
by Ethan Nicholas
· 6 years ago
e264131
Dawn: Implement RenderPipeline caching (optimization).
by Stephen White
· 6 years ago
d72dd4d
Fix updating of current task index in GrResourceAllocator
by Greg Daniel
· 6 years ago
a036f0d
Make GrSurfaceProxy derive from GrNonAtomicRef and remove GrIORefProxy.
by Brian Salomon
· 6 years ago
d729e2d
Dawn: submit all command buffers in a single call.
by Stephen White
· 6 years ago
3783375
Only send the RemoteStrikes that have pending glyphs.
by Herb Derby
· 6 years ago
ca8b07c
Reland "Pin the GLSL version to be no larger than the GL version"
by Brian Osman
· 6 years ago
a4b4488
Reland "Calculate draw bounds in drawEdgeAAImageSet"
by Michael Ludwig
· 6 years ago
ac35212
Reland "Combine snapBackImage and snapSpecial"
by Michael Ludwig
· 6 years ago
0042cb0
Revert "Pin the GLSL version to be no larger than the GL version"
by Brian Osman
· 6 years ago
9c853fa
Fix non-zero special-image subsets in magnifier filter
by Michael Ludwig
· 6 years ago
6c580f3
Revert "Fix flutter roll"
by Michael Ludwig
· 6 years ago
0e68f44
SkAnimatedImage: Update HEIF duration
by Leon Scroggins III
· 6 years ago
066ceb1
Implement fences and semaphores for Metal.
by Jim Van Verth
· 6 years ago
63655b5
Pin the GLSL version to be no larger than the GL version
by Brian Osman
· 6 years ago
76556a3
Alpha8 support cleanup in GrGLCaps.
by Brian Salomon
· 6 years ago
ecd03db
Override operator delete for GrCpuBuffer
by Andy Weiss
· 6 years ago
a4c7883
Cleanups around fRemoteGlyphStateMap
by Herb Derby
· 6 years ago
7be971f
Fix flutter roll
by Michael Ludwig
· 6 years ago
fd849a5
Revert "Combine snapBackImage and snapSpecial"
by Michael Ludwig
· 6 years ago
a595f86
Add Color4f variant for DrawEdgeAAQuad
by Michael Ludwig
· 6 years ago
a5fa56e
Revert "Calculate draw bounds in drawEdgeAAImageSet"
by Michael Ludwig
· 6 years ago
45739aa
Combine snapBackImage and snapSpecial
by Michael Ludwig
· 6 years ago
8157885
Check RemoteStrike pointer is still valid to send
by Herb Derby
· 6 years ago
c17de1d
Add a way to disable baseline snapping.
by Ben Wagner
· 6 years ago
dcf9ca1
Have visitProxies take a GrTexutreProxy instead of GrSurfaceProxy.
by Greg Daniel
· 6 years ago
977b50a
Calculate draw bounds in drawEdgeAAImageSet
by Michael Ludwig
· 6 years ago
6aeb8e8
Add renderTasks to the DAG before calling addDependency
by Chris Dalton
· 6 years ago
674ee74
Make sure we use clear load op on GrOpsTask as often as possible.
by Greg Daniel
· 6 years ago
ea6fb83
Fix subset errors in blur, matrix, and morphology filters
by Michael Ludwig
· 6 years ago
334a642
remove unused sk_sp comparison operators
by Mike Klein
· 6 years ago
e2cbd94
Fix long line
by Michael Ludwig
· 6 years ago
f010089
Revert "gpu: Update GrGLCaps usage of fTextureRectangle with chromium."
by Michael Ludwig
· 6 years ago
48e08aa
<ostream> -> <iosfwd>
by Mike Klein
· 6 years ago
c43ab22
gpu: Update GrGLCaps usage of fTextureRectangle with chromium.
by Khushal
· 6 years ago
30cd12e
Track RemoteStrikes to send using pointers instead of descriptors
by Herb Derby
· 6 years ago
6f31cc3
Revert "Initiate MSAA resolves during DAG generation"
by Chris Dalton
· 6 years ago
ef2dc90
Dawn: update for GrGpuCommandBuffer -> GrOpsRenderPass change.
by Stephen White
· 6 years ago
14c4486
Make image filter virtuals private where possible
by Michael Ludwig
· 6 years ago
ea68eac
heif: Update to actual frame duration when the frame is decoded
by Chong Zhang
· 6 years ago
804f6a0
Initiate MSAA resolves during DAG generation
by Chris Dalton
· 6 years ago
11eae3d
Basic changes to get XPS drawing text.
by Ben Wagner
· 6 years ago
ea07123
Define Usage and image+origin wrapper for image filters
by Michael Ludwig
· 6 years ago
2d41d0d
Remove GrGpuTextureCommandBuffer class and rename to GrOpsRenderPass.
by Greg Daniel
· 6 years ago
3012cba
remove unneeded noemptycheck variants of intersect
by Mike Reed
· 6 years ago
ff37942
Rename SkGlyphCacheState -> RemoteStrike
by Herb Derby
· 6 years ago
92b3335
more rect api simplifications
by Mike Reed
· 6 years ago
e8a2c80
Dawn: update to recent GrGpu/CopySurface changes.
by Stephen White
· 6 years ago
9313874
Rename GrContextOption fReduceOpListSplitting to fReduceOpsTaskSplitting.
by Greg Daniel
· 6 years ago
359f61b
track SkNoPixelsDevice's origin
by Mike Klein
· 6 years ago
9ea6315
remove redundant rect methods
by Mike Reed
· 6 years ago
b7eaedc
Dawn: implement a ring buffer for uniform uploads.
by Stephen White
· 6 years ago
c4b4735
Don't pass around renderTargetContexts from onFlush callbacks
by Chris Dalton
· 6 years ago
0f15d73
optimize verts
by Mike Reed
· 6 years ago
5e8f7c4
Revert "Don't send strike with no pending glyphs"
by Herb Derby
· 6 years ago
f41b2bd
Reland "Merge GrOpList and GrRTOpList and rename to GrOpsTask."
by Greg Daniel
· 6 years ago
f21bf9e
Revert "Merge GrOpList and GrRTOpList and rename to GrOpsTask."
by Greg Daniel
· 6 years ago
2a59541
Merge GrOpList and GrRTOpList and rename to GrOpsTask.
by Greg Daniel
· 6 years ago
3f412f9
[svgcanvas] Named colors support
by Florin Malita
· 6 years ago
5abfff2
Delete unused GrTextureOpList.
by Greg Daniel
· 6 years ago
2243c7b
Don't perform dst reads on MSAA targets that require manual resolve
by Chris Dalton
· 6 years ago
2b39cbe
Remove SK_LEGACY_HEIF_API
by Leon Scroggins III
· 6 years ago
068af9e
Revert "Temporary Lua hook to measure impact of conservative convexity"
by Brian Osman
· 6 years ago
31316e1
Only send font metrics if not already sent.
by Herb Derby
· 6 years ago
57f211b
SK_API in src/gpu cleanup
by Brian Salomon
· 6 years ago
49d140d
[svgcanvas] Add flag to suppress newlines and tabs in XML
by Florin Malita
· 6 years ago
9e081d1
Don't send strike with no pending glyphs
by Herb Derby
· 6 years ago
7e16b58
SkRuntimeShaderMaker -> SkRuntimeShaderFactory
by Brian Osman
· 6 years ago
e227fe4
Move CopyOps to CopyRenderTask.
by Greg Daniel
· 6 years ago
aa3cbb8
Mark mipmaps dirty from makeClosed() rather than opList constructors
by Chris Dalton
· 6 years ago
e1efd38
Remove GrPendingIOResource
by Robert Phillips
· 6 years ago
30eea6c
Convert GrManyDependentsMipMappedTest to a mock gpu test
by Chris Dalton
· 6 years ago
05bab9a
[svgcanvas] Don't emit default fill and stroke attributes
by Florin Malita
· 6 years ago
af69650
Fix sk_sp<> for incomplete type build issue
by Brian Salomon
· 6 years ago
cd111cd
Simplify gdi handle use with gdi fonts.
by Ben Wagner
· 6 years ago
bf6b979
GrSurfaceContext not ref counted.
by Brian Salomon
· 6 years ago
Next »