Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
4fe92577c5b771a47ad94e87eeae9b46d73f0bb8
/
tests
cf39f37
Remove maxCount resource cache limit
by Robert Phillips
· 5 years ago
beb7f52
Make GrSurfaceProxy constructors take arg that determines participation in
by Brian Salomon
· 5 years ago
095f5b4
.fp files now support user-defined functions
by Ethan Nicholas
· 5 years ago
d4efe68
SkSL sample() now permits specification of coordinates
by Ethan Nicholas
· 5 years ago
6d50818
Match CanvasStateHelpers.cpp change in Android repo
by Ravi Mistry
· 5 years ago
d72dd4d
Fix updating of current task index in GrResourceAllocator
by Greg Daniel
· 5 years ago
a036f0d
Make GrSurfaceProxy derive from GrNonAtomicRef and remove GrIORefProxy.
by Brian Salomon
· 5 years ago
a4c7883
Cleanups around fRemoteGlyphStateMap
by Herb Derby
· 5 years ago
dcf9ca1
Have visitProxies take a GrTexutreProxy instead of GrSurfaceProxy.
by Greg Daniel
· 5 years ago
334a642
remove unused sk_sp comparison operators
by Mike Klein
· 5 years ago
ea07123
Define Usage and image+origin wrapper for image filters
by Michael Ludwig
· 5 years ago
2d41d0d
Remove GrGpuTextureCommandBuffer class and rename to GrOpsRenderPass.
by Greg Daniel
· 5 years ago
92b3335
more rect api simplifications
by Mike Reed
· 5 years ago
9313874
Rename GrContextOption fReduceOpListSplitting to fReduceOpsTaskSplitting.
by Greg Daniel
· 5 years ago
c4b4735
Don't pass around renderTargetContexts from onFlush callbacks
by Chris Dalton
· 5 years ago
f41b2bd
Reland "Merge GrOpList and GrRTOpList and rename to GrOpsTask."
by Greg Daniel
· 5 years ago
f21bf9e
Revert "Merge GrOpList and GrRTOpList and rename to GrOpsTask."
by Greg Daniel
· 5 years ago
2a59541
Merge GrOpList and GrRTOpList and rename to GrOpsTask.
by Greg Daniel
· 5 years ago
3f412f9
[svgcanvas] Named colors support
by Florin Malita
· 5 years ago
a40db42
Bug fixes for Flutter
by Julia Lavrova
· 5 years ago
aa3cbb8
Mark mipmaps dirty from makeClosed() rather than opList constructors
by Chris Dalton
· 5 years ago
e1efd38
Remove GrPendingIOResource
by Robert Phillips
· 5 years ago
30eea6c
Convert GrManyDependentsMipMappedTest to a mock gpu test
by Chris Dalton
· 5 years ago
05bab9a
[svgcanvas] Don't emit default fill and stroke attributes
by Florin Malita
· 5 years ago
bf6b979
GrSurfaceContext not ref counted.
by Brian Salomon
· 5 years ago
4be31e2
Conservatively consider any path with tiny edges to be concave
by Brian Osman
· 5 years ago
80bff5b
Remove GrProxyPendingIO
by Robert Phillips
· 5 years ago
916a904
Placeholders implementation + unit tests
by Julia Lavrova
· 5 years ago
5f152f0
add path-edger; lightweight Iter for edges
by Mike Reed
· 5 years ago
aae845f
Fixed temp dir for snapshots
by Julia Lavrova
· 5 years ago
ba7e9a6
never check for degenerates in path::iter
by Mike Reed
· 5 years ago
7022b77
Part 1/2 to remove SkTextBlobCacheDiffCanvas::Settings
by herb
· 5 years ago
82963a3
Remove SkRemoteGlyphCacheImpl.h
by Herb Derby
· 5 years ago
bb10848
SkMallocPixelRef: remove MakeDirect and MakeWithProc from API.
by Hal Canary
· 5 years ago
9c73e3d
Turn off -Wreturn-std-move-in-c++11
by Brian Salomon
· 5 years ago
4c3fd34
Remove MakeCrossContextFromEncoded, unused argument from ...FromPixmap
by Brian Osman
· 5 years ago
096b091
Make GrBlend.h private
by Brian Salomon
· 5 years ago
e30a485
Move the source image into Context
by Michael Ludwig
· 5 years ago
201cdbb
Make GrSamplerState.h and GrRenderTarget.h private
by Brian Salomon
· 5 years ago
2e9f772
Move bigconic gm to be a test.
by Ben Wagner
· 5 years ago
7bfc913
Remove GrCaps isConfigTexturable.
by Greg Daniel
· 5 years ago
03f9ca3
Remove SkImageFilter_Base::OutputProperties
by Michael Ludwig
· 5 years ago
d566e2e
Remove unused dstColorSpace parameter from makeTextureImage
by Brian Osman
· 5 years ago
c222856
Existing unit tests are working with some minor differences
by Julia Lavrova
· 5 years ago
143987e
Update Metal backend's createBackendTexture to initialize to a given color
by Robert Phillips
· 5 years ago
3d77027
Reland "Initiate regeneration of mipmaps from proxy DAG land"
by Chris Dalton
· 5 years ago
67529b2
SkSL GLSL generator writes default precision for sampler2D/samplerExternalOS/sampler2DRect
by Brian Salomon
· 5 years ago
96b383a
Remove GrRenderable param from GrProxyProvider::createTextureProxy()
by Brian Salomon
· 5 years ago
cd8b6d5
Add tolerance to ProcessorCloneTest and dump images on failure.
by Brian Salomon
· 5 years ago
33c59ed
added error check for invalid 'in' variables
by Ethan Nicholas
· 5 years ago
f996311
extend lifetimes for hoisted used in loop
by Mike Klein
· 5 years ago
2af3e70
Don't use color type derived from GrPixelConfig to determine proxy texture swizzle.
by Brian Salomon
· 5 years ago
2739fd2
Reland: Enable YCbCr sampler support on platforms other than Android
by Sergey Ulanov
· 5 years ago
3e7fa79
Revert "Initiate regeneration of mipmaps from proxy DAG land"
by Robert Phillips
· 5 years ago
fe19203
Initiate regeneration of mipmaps from proxy DAG land
by Chris Dalton
· 5 years ago
74c19de
Add SkUNREACHABLE to definition of SK_ABORT.
by Brian Salomon
· 5 years ago
9fc5e8d
Revert "Enable YCbCr sampler support on platforms other than Android"
by Greg Daniel
· 5 years ago
db9f669
Dealing with ghost spaces
by Julia Lavrova
· 5 years ago
cc4573d
Enable YCbCr sampler support on platforms other than Android
by Sergey Ulanov
· 5 years ago
b7b0b3a
Paragraph cache: caching the shaped results only.
by Julia Lavrova
· 5 years ago
702b37b
Add unit test to prevent future memory regressions
by Robert Phillips
· 5 years ago
ec22b1a
Expose GrContext::dump() when SK_ENABLE_DUMP_GPU is defined.
by Brian Salomon
· 5 years ago
10e48d4
Allow SkMakeSpan to correctly handle the distinction between
by Herb Derby
· 5 years ago
d4764a1
Rework how backend-specific formats are retrieved from GrBackendFormat.
by Brian Salomon
· 5 years ago
6fa62e2
Remove use of GrColorType on GrCaps::getRenderTargetSampleCount.
by Greg Daniel
· 5 years ago
ea4ad30
Modify GrGLTexture/RenderTarget and related functions to not take GrSurfaceDesc.
by Brian Salomon
· 5 years ago
0875512
Add a GrTextureResolveManager class
by Chris Dalton
· 5 years ago
900583a
Update some gpu caps isFormatRenderable calls.
by Greg Daniel
· 5 years ago
ea6bb44
Add supported GrColorTypes to Mtl FormatTable.
by Greg Daniel
· 5 years ago
4eb38b7
Pass GrBackendFormat to GrResourceProvider and GrGpu texture create functions.
by Brian Salomon
· 5 years ago
55edb50
Update tests to use new image filter factories
by Michael Ludwig
· 5 years ago
8ee6cf3
Move SkImageFilter functionality into private SkImageFilter_Base
by Michael Ludwig
· 5 years ago
b994412
select, {eq,lt,gt}_i32 on x86
by Mike Klein
· 5 years ago
95529e8
x86 store16
by Mike Klein
· 5 years ago
d344284
More SkAutoPixmapStorage
by Robert Phillips
· 5 years ago
52010b7
x86, load16
by Mike Klein
· 5 years ago
94d054b
x86 uniform8
by Mike Klein
· 5 years ago
788967e
add vbroadcastss(Ymm, GP64, int)
by Mike Klein
· 5 years ago
01915c0
GrCaps::supportedWritePixelsColorType takes CT/format rather than config.
by Brian Salomon
· 5 years ago
22e04c6
Tweak css3 weight score, prevent ties.
by Ben Wagner
· 5 years ago
64acf4f
remove unneeded bitmapprovider abstraction
by Mike Reed
· 5 years ago
f77c146
Make read/write/transfer pixels functions take surface color type
by Brian Salomon
· 5 years ago
bac4672
Add a means of printing out the GrBackendFormat
by Robert Phillips
· 5 years ago
0258c90
Remove use of isConfigRenderable.
by Greg Daniel
· 5 years ago
ffe2729
Add GrCaps::getTestingCombinations
by Robert Phillips
· 5 years ago
8f8354a
Reland "Remove GrCaps::SupportedRead::fSwizzle and supporting code"
by Brian Salomon
· 5 years ago
a0f864d
Revert "Remove GrCaps::SupportedRead::fSwizzle and supporting code"
by Ben Wagner aka dogben
· 5 years ago
d7cf0be
SkPDF: SkPDFMakeShader handles pathological inputs better.
by Hal Canary
· 5 years ago
1cec69a
Remove GrCaps::SupportedRead::fSwizzle and supporting code
by Brian Salomon
· 5 years ago
9fdadb9
test a (the) zero-arg program
by Mike Klein
· 5 years ago
d4546d6
add vmovdqa(ymm,ymm)
by Mike Klein
· 5 years ago
95d8ceb
Add GrMipMapsStatus to GrTextureProxy
by Chris Dalton
· 5 years ago
0a15cc6
Propagate GrRenderable flag to GrCaps::getBackendFormatFromColorType
by Robert Phillips
· 5 years ago
81d5267
more unit tests
by Mike Klein
· 5 years ago
5591fdf
small refactors
by Mike Klein
· 5 years ago
d5e80ca
Add GrContext::defaultBackendFormat
by Robert Phillips
· 5 years ago
8ff8bcc
Add GrCaps::isFormatCompressed
by Robert Phillips
· 5 years ago
9dc0b9e
remove code now that loopers are dead (w.r.t. canvas and paint)
by Mike Reed
· 5 years ago
8ac9f4e
flesh out SkVM ops a bit more
by Mike Klein
· 5 years ago
1386366
renamed SkSL texture() and process() to sample()
by Ethan Nicholas
· 5 years ago
Next »