Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
abc96536f6fb6b5811571e61468ce1d64b1e7aa0
/
tests
abc9653
[SkSVGCanvas] Add flag for converting text to paths
by Florin Malita
· 5 years ago
37607d4
Reland "more JIT refactoring"
by Mike Klein
· 5 years ago
d864d1d
Revert "more JIT refactoring"
by Mike Klein
· 5 years ago
558b639
more JIT refactoring
by Mike Klein
· 5 years ago
869a3e8
Reland "Interpreter: Bounds check array access, add bool return from run"
by Brian Osman
· 5 years ago
00fb724
Move read swizzle from GL ConfigInfo to FormatInfo.
by Greg Daniel
· 5 years ago
634c941
add inverse() intrinsic function to sksl
by Mike Reed
· 5 years ago
62bccda
move death back into Builder::Instruction
by Mike Klein
· 5 years ago
52c1bf1
Interpreter: Fix code-gen for postfix ++/-- used only for side effect
by Brian Osman
· 5 years ago
3e6aa9f
Revert "Interpreter: Bounds check array access, add bool return from run"
by Brian Osman
· 5 years ago
9724582
return self from matrix setters to allow chaining
by Mike Reed
· 5 years ago
f42de9e
Interpreter: Bounds check array access, add bool return from run
by Brian Osman
· 5 years ago
c7dced5
Revert "Remove simple GrGpu::createTexture helper"
by Brian Salomon
· 5 years ago
83cfe4f
Remove simple GrGpu::createTexture helper
by Brian Salomon
· 5 years ago
dd39980
Revert "Make rest of GrGpu::wrapBackend* methods take a GrColorType"
by Robert Phillips
· 5 years ago
c6dc5cf
Move FormatType from ConfigInfo to FormatInfo.
by Greg Daniel
· 5 years ago
9725638
Make rest of GrGpu::wrapBackend* methods take a GrColorType
by Robert Phillips
· 5 years ago
c2fb3b4
split deaths() out of other analysis
by Mike Klein
· 5 years ago
009ad25
Remove RG32F color type and pixel config.
by Greg Daniel
· 5 years ago
f2c2ba9
Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable.
by Brian Salomon
· 5 years ago
6432909
Move renderable flag and valid samplecounts in GrGLCaps to FormatInfo.
by Greg Daniel
· 5 years ago
e574f1e
[reland] SkMetaData: move from src/ to tools/
by Hal Canary
· 5 years ago
9977efa
test both JIT and interpreter
by Mike Klein
· 5 years ago
2616efd
pin down arg() stride (a.k.a. type) info sooner
by Mike Klein
· 5 years ago
947efe2
makeDeferredSurfaceContext -> makeDeferredTextureContext and makeDeferredRenderTargetContext.
by Brian Salomon
· 5 years ago
a3e2996
Rework how initial clearing of texture works.
by Brian Salomon
· 5 years ago
6aecd5e
Rework transfer pixels tests to be more robust.
by Brian Salomon
· 5 years ago
0902c98
Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls (take 2)
by Robert Phillips
· 5 years ago
fe88bf6
Revert "Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls"
by Greg Daniel
· 5 years ago
12e7585
Revert "SkMetaData: move from src/ to tools/"
by Greg Daniel
· 5 years ago
5572737
Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls
by Robert Phillips
· 5 years ago
9d844d8
SkMetaData: move from src/ to tools/
by Hal Canary
· 5 years ago
85aeccf
Make pixel comparison utility in ReadPixelsTest shareable
by Brian Salomon
· 5 years ago
35b97c3
handle x86 tail in JIT code too
by Mike Klein
· 5 years ago
86a645c
fix bug for add/sub with r8-r15
by Mike Klein
· 5 years ago
4a47da7
Interpreter: Disallow return statements inside loops or conditionals
by Brian Osman
· 5 years ago
65c10b5
make all instructions take two-way labels
by Mike Klein
· 5 years ago
980d03b
Reland "Update Wuffs version"
by Leon Scroggins
· 5 years ago
ce7b88c
bidirectional Labels
by Mike Klein
· 5 years ago
658d499
New approach to fixing Vulkan MSAA.
by Jim Van Verth
· 5 years ago
4cfe3ed
instructions for JIT tail support on ARM
by Mike Klein
· 5 years ago
7825d49
Add comparison of rendered SkPictures to Serialization unit test
by Ben Wagner
· 5 years ago
e877dce
Add kRGBA_8888_SRGB GrColorType and remove GrSRGBEncoded.
by Greg Daniel
· 5 years ago
aed8009
Revert "Update Wuffs version"
by Leon Scroggins
· 5 years ago
42ece2b
Update Wuffs version
by Nigel Tao
· 5 years ago
3cd5432
Add protected status to SkSurfaceCharacterization
by Robert Phillips
· 5 years ago
6f5358f
Interpreter: Disallow recursion
by Brian Osman
· 5 years ago
96fdfe0
Fix test TextBlob_serialize
by Ben Wagner
· 5 years ago
5c96db8
Move last few uses of SkColorType out of GrCaps.
by Greg Daniel
· 5 years ago
a5e78be
Make Mock GrBackendFormat use GrColorType (instead of GrPixelConfig)
by Robert Phillips
· 5 years ago
b450f3b
Use vkCmdClearColorImage to clear backend textures
by Brian Salomon
· 5 years ago
627d053
Move uses of functions taking SkColorType to GrColorType versions in GrCaps.
by Greg Daniel
· 5 years ago
112ac7f
Check for uninitialized memory during jpeg encode
by Leon Scroggins III
· 5 years ago
7c8af17
Remove some uses of isTestingOnlyBackendTexture
by Robert Phillips
· 5 years ago
2f2caea
Make isFormatTexturable take a GrColorType.
by Greg Daniel
· 5 years ago
829b6a0
Fix Metal includes breaking macOS local builds
by Aaron O'Mullan
· 5 years ago
27ae52c
Make deferred render target context without config or format
by Brian Salomon
· 5 years ago
02dc030
Add bridge between GrContext::createBackendTexture and SkSurface::MakeFromBackendTexture
by Robert Phillips
· 5 years ago
aab45b5
add misc. value programs to SkVMTest.expected
by Mike Klein
· 5 years ago
7e65076
move Builder/Program dump()
by Mike Klein
· 5 years ago
9ee1edd
Add SkMakeSpan and helpful conversion
by Herb Derby
· 5 years ago
624f906
Be more stringent about API failure cases in AsyncReadPixels test
by Brian Salomon
· 5 years ago
1047a49
GrGpu requires row bytes to be non-zero before read/writePixels and createTexture
by Brian Salomon
· 5 years ago
bd3d8d3
Remove GrPixelConfig from GrColorSpaceInfo.
by Brian Salomon
· 5 years ago
effee20
Use mixed samples internally for default coverage AA
by Chris Dalton
· 5 years ago
da2e67a
Add GrProtected parameter to all createBackendTexture variants
by Robert Phillips
· 5 years ago
a7de0f3
Reenable GPU ReadPixels tests on ANGLE ES2
by Brian Salomon
· 5 years ago
1d43530
Pass alpha type to GrSurfaceContext::read/writePixels and remove flags.
by Brian Salomon
· 5 years ago
1fa149a
finish up arm64 ops
by Mike Klein
· 5 years ago
c046ff0
Add SkSurfaceCharacterization::isCompatible
by Robert Phillips
· 5 years ago
ab013eb
Move GL caps textureable and fbocolorattachment flags to FormatInfo.
by Greg Daniel
· 5 years ago
bb8dde8
Reland "Reland "Separate compressed and uncompressed texture functions""
by Brian Salomon
· 5 years ago
c29e6dc
Disable texturing and rendering to F32 pixel configs.
by Greg Daniel
· 5 years ago
425eb45
Reland "Replace GrQuadList with variable-length quad buffer"
by Michael Ludwig
· 5 years ago
1550064
Revert "Reland "Separate compressed and uncompressed texture functions""
by Greg Daniel
· 5 years ago
e706735
Reland "Removed made-up kSBGRA pixel config."
by Greg Daniel
· 5 years ago
c051923
Reland "Separate compressed and uncompressed texture functions"
by Brian Salomon
· 5 years ago
19628ec
Revert "Replace GrQuadList with variable-length quad buffer"
by Brian Salomon
· 5 years ago
70aae53
Revert "Removed made-up kSBGRA pixel config."
by Brian Salomon
· 5 years ago
e51632e
128-bit load / store
by Mike Klein
· 5 years ago
15a368d
some scalar ops
by Mike Klein
· 5 years ago
ff95f6c
Removed made-up kSBGRA pixel config.
by Greg Daniel
· 5 years ago
eed7d63
Disable VkTransitionExternalQueueTest.
by Greg Daniel
· 5 years ago
31539a8
Revert "Separate compressed and uncompressed texture functions"
by Brian Salomon
· 5 years ago
f281604
Replace GrQuadList with variable-length quad buffer
by Michael Ludwig
· 5 years ago
9acfb33
Separate compressed and uncompressed texture functions
by Brian Salomon
· 5 years ago
b3c9745
Remove "nvpr" configs
by Chris Dalton
· 5 years ago
9907e6e
Expose SkSurface::isCompatible
by Robert Phillips
· 5 years ago
a4eecd8
findImage(const SkGlyph&) -> prepareImage(SkGlyph*)
by Herb Derby
· 5 years ago
6580914
more aarch64 instructions
by Mike Klein
· 5 years ago
d628747
Make GrColorSpaceInfo store GrColorType.
by Brian Salomon
· 5 years ago
9f4df80
baby steps for aarch64 support
by Mike Klein
· 5 years ago
88c0a90
assemble directly into mmap'd memory
by Mike Klein
· 5 years ago
1a79f0b
ByteCode: Improved ExternalValue interface
by Brian Osman
· 5 years ago
1f1cd1f
Pause Wuffs' getFrameCount in incremental decode
by Nigel Tao
· 5 years ago
511dcfc
Remove getGlyphIDMatrics type calls.
by Herb Derby
· 5 years ago
bd0d3e4
Fix EGLImageTest asserts on Android
by Brian Salomon
· 5 years ago
d8f79a2
Reduce GrCaps' reliance on GrPixelConfig
by Robert Phillips
· 5 years ago
e7499c7
GrColorSpaceInfo stores SkAlphaType.
by Brian Salomon
· 5 years ago
2b7b2a2
add bit_clear
by Mike Klein
· 5 years ago
Next »