Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
cdd774104cef41bab2f418fff0a581b1124b39de
/
tests
17e2714
skip _imm ops on ARM
by Mike Klein
· 5 years ago
24cbdab
SKQP Build for Fuchsia SDK
by John Rosasco
· 5 years ago
0d59368
Add subspan() to SkZip
by Herb Derby
· 5 years ago
c9dcd09
Add last() to SkZip
by Herb Derby
· 5 years ago
67a625e
Make GrProgramInfo take pointers to the GrPipeline and the GrPrimitiveProcessor
by Robert Phillips
· 5 years ago
8bc157e
Reduce max # of AA Quads that can be merged or chained into a single GrTextureOp (take 2)
by Robert Phillips
· 5 years ago
e837e61
Respect the max indexBuffer limits in the bulk texture draw API (take 2)
by Robert Phillips
· 5 years ago
438d986
Respect max index buffer sizes in GrFillRectOp::MakeSet
by Robert Phillips
· 5 years ago
bf5c0c0
Fixed sampling non-SkSL FPs with coordinates
by Brian Salomon
· 5 years ago
37be771
implement assert_true on ARM
by Mike Klein
· 5 years ago
6b4afb2
Disable VkProtectedContext_DDLMakeRenderTargetTest
by Emircan Uysaler
· 5 years ago
ae01f62
Revert "Respect the max indexBuffer limits in the bulk texture draw API"
by Robert Phillips
· 5 years ago
dd947ce
Respect the max indexBuffer limits in the bulk texture draw API
by Robert Phillips
· 5 years ago
cb443a5
Force single glyph calls through bulk interface
by Herb Derby
· 5 years ago
a9b348f
Reland fully delineate GL usage w/ skia_use_gl.
by John Rosasco
· 5 years ago
8c1e0ef
sketch out structure for ops with immediates
by Mike Klein
· 5 years ago
749eef6
implement assert_true on x86
by Mike Klein
· 5 years ago
5e8cdfd
Add 'numRasterSamples' and 'isMixedSampled' to GrProgramInfo
by Chris Dalton
· 5 years ago
9187e49
Detect whether trying to blit a Metal swapchain texture, and fail if so.
by Jim Van Verth
· 5 years ago
ee5864a
add int3, vptest, jc
by Mike Klein
· 5 years ago
1360117
add assert_true()
by Mike Klein
· 5 years ago
b30d481
Yet another build fix
by Julia Lavrova
· 5 years ago
6e4aad9
rename to_i32 -> trunc, and add round
by Mike Klein
· 5 years ago
a53e47f
native f32 min/max
by Mike Klein
· 5 years ago
052a05a
add flatten test to SkFont
by Mike Reed
· 5 years ago
2e30fde
Font resolution: all unit tests working
by Julia Lavrova
· 5 years ago
81a8d28
Reland "hook up float comparisons to x86 JIT"
by Mike Klein
· 5 years ago
3f7c865
avoid the JIT on MSAN builds
by Mike Klein
· 5 years ago
252cdb7
One glyph() to rule them all!!!
by herb
· 5 years ago
297d5a0
Revert "hook up float comparisons to x86 JIT"
by Mike Klein
· 5 years ago
12cea8d
hook up float comparisons to x86 JIT
by Mike Klein
· 5 years ago
cea290f
Add GrPrimitiveType to GrProgramInfo
by Robert Phillips
· 5 years ago
2959749
Allow more sub-pixel position bits
by Herb Derby
· 5 years ago
714f8cc
add vcmpps
by Mike Klein
· 5 years ago
f7ce19e
Improve the dynamic range of SkPackedGlyphID ctor
by Herb Derby
· 5 years ago
6790423
fix tolerance in read pixels tests
by Brian Salomon
· 5 years ago
0efc01d
Revert "Fully delineate GL usage w/ skia_use_gl"
by Robert Phillips
· 5 years ago
078cf3e
Fully delineate GL usage w/ skia_use_gl
by John Rosasco
· 5 years ago
da53dd5
Reland "Fix empty run handling in trivial shaper iterators"
by Ben Wagner
· 5 years ago
1803f4ef
Revert "Fix empty run handling in trivial shaper iterators"
by Ben Wagner
· 5 years ago
0f3a26d
Fix empty run handling in trivial shaper iterators
by Ben Wagner
· 5 years ago
e643da6
Add new macro for checking device lost when making Vulkan calls.
by Greg Daniel
· 5 years ago
b3bd864
Cleanup kGray_8 readback.
by Brian Salomon
· 5 years ago
7a13b46
x86-64 JIT support for Op::index
by Mike Klein
· 5 years ago
85c3d68
Some improvements to backend texture creation.
by Brian Salomon
· 5 years ago
e94cdd2
Use QuadHelper and PatternHelper in more places
by Robert Phillips
· 5 years ago
790eff8
Fix fuzz bug in isValid for SkDescriptor
by Herb Derby
· 5 years ago
524e28b
Use GrSurfaceProxyView for dst proxies.
by Greg Daniel
· 5 years ago
2b73e66
Add BT2020 (non-constant-luminance) YUV color space
by Brian Osman
· 5 years ago
f5ad3f4
Fast SkPackedGlyphID CTOR
by Herb Derby
· 5 years ago
c7a8df8
Swap SkPackedGlyphID bitfields around
by Herb Derby
· 5 years ago
2777cd3
Have SkWuffsCodec use two Wuffs decoders
by Nigel Tao
· 5 years ago
b0fd4b1
Reland "Revert "Revert "Rename gl_SampleMask to sk_SampleMask"""
by Chris Dalton
· 5 years ago
a1cc9f6
Test Codec::getFrameCount updates with more data
by Nigel Tao
· 5 years ago
5f95519
Use GPU special images in two GPU image filter tests
by Brian Osman
· 5 years ago
16f5c65
Use GrSurfaceProxyView in RenderTasks.
by Greg Daniel
· 5 years ago
d4b95d2
Revert "Implement refPinnedTextureProxy for SkImage_Lazy."
by Robert Phillips
· 5 years ago
1e0f2f3
Implement refPinnedTextureProxy for SkImage_Lazy.
by Jim Van Verth
· 5 years ago
9ead6c7
Guard against integer overflow when classifying transfer functions
by Brian Osman
· 5 years ago
1e058a5
Reland "Revert "Rename gl_SampleMask to sk_SampleMask""
by Greg Daniel
· 5 years ago
4ac3763
Revert "Revert "Rename gl_SampleMask to sk_SampleMask""
by Ethan Nicholas
· 5 years ago
3683a4f
Remove legacy async read pixels APIs.
by Brian Salomon
· 5 years ago
7697476
Disable async readback from protected memory
by Emircan Uysaler
· 5 years ago
f5e9b42
Change from single prepareForDrawing to prepare[Mask|SDFT|Path]ForDrawing
by Herb Derby
· 5 years ago
28a8f28
Rename functions in TestUtils.h
by Brian Salomon
· 5 years ago
95ea4c4
Change code() to glyphID() on SkGlyph.
by Herb Derby
· 5 years ago
557e812
Make GrSurfaceProxy ref counts thread safe.
by Brian Salomon
· 5 years ago
5a8f3e4
Reland "Enable Programs (formerly GLPrograms) test for other APIs"
by Jim Van Verth
· 5 years ago
e107faa
SkRemoteGlyphCache Add tracing to diff canvas
by Hal Canary
· 5 years ago
4a1af26
Fix fuzzer bug in SkDescriptor::isValid
by Herb Derby
· 5 years ago
5918e83
Rewrite ReadPixels_Gpu test to be more exhaustive and share code.
by Brian Salomon
· 5 years ago
e9462dd
Rename *worstCase* to backingStore* in GrSurfaceProxy
by Robert Phillips
· 5 years ago
40b815d
Revert "Rename gl_SampleMask to sk_SampleMask"
by Robert Phillips
· 5 years ago
d48488b
reorder to minimize register pressure
by Mike Klein
· 5 years ago
23716d4
Rename gl_SampleMask to sk_SampleMask
by Chris Dalton
· 5 years ago
2638f3d
rename atlassize->atlasdimensions
by Brian Salomon
· 5 years ago
61fc799
Add creation-time POD memory pool for GrOps
by Robert Phillips
· 5 years ago
6387dc1
Revert "Enable Programs (formerly GLPrograms) test for other APIs"
by Michael Ludwig
· 5 years ago
9f2b86c
More SkISizification in GPU code.
by Brian Salomon
· 5 years ago
5987416
Enable Programs (formerly GLPrograms) test for other APIs
by Jim Van Verth
· 5 years ago
4eda710
Simplify sk_gpu_test::MakeTextureProxyFromData.
by Brian Salomon
· 5 years ago
c056e16
SkPDF: simplify Producer metadata logic
by Hal Canary
· 5 years ago
c89d1b5
Rename SkDevice::ctm() to localToDevice()
by Michael Ludwig
· 5 years ago
6c2aa7a
Revert "Reduce inputs to GrProgramDesc::Build method(s)"
by Robert Phillips
· 5 years ago
63a3873
Reduce inputs to GrProgramDesc::Build method(s)
by Robert Phillips
· 5 years ago
d7689d4
Reland "Introduce SkGlyphSourceBuffer"
by Herbert Derby
· 5 years ago
97afd2e
add bsl.16b, cmeq.4s, cmgt.4s
by Mike Klein
· 5 years ago
f29cb70
Revert "Introduce SkGlyphSourceBuffer"
by Herb Derby
· 5 years ago
1dfc77c
Add unit test to exercise GrTextureFreed message handling after a context abandon
by Robert Phillips
· 5 years ago
77c5308
Introduce SkGlyphSourceBuffer
by Herbert Derby
· 5 years ago
ddc2148
Work around un-safe downcast in PromiseLazyInstantiateCallback destructor after a context abandon
by Robert Phillips
· 5 years ago
11e6aa8
Starting to hack up HDR transfer function support
by Brian Osman
· 5 years ago
0f61c12
add used_in_loop bit to skvm::Builder::Instruction
by Mike Klein
· 5 years ago
b5a3076
Reland "mark which SkVM tests should JIT or not"
by Mike Klein
· 5 years ago
4e11526
Revert "mark which SkVM tests should JIT or not"
by Mike Klein
· 5 years ago
5243550
mark which SkVM tests should JIT or not
by Mike Klein
· 5 years ago
634d150
fix SkTextBlob::getIntercepts regression no longer considering glyph vertical offset
by Lee Salzman
· 5 years ago
c594e62
Plumb GrColorType through all ops/processors that sample textures.
by Greg Daniel
· 5 years ago
7d7aaf4
Slim down GrFragmentProcessor::TextureSampler and GrPrimitiveProcessor::TextureSampler
by Robert Phillips
· 5 years ago
a4828a1
Remove GrPixelConfigIsAlphaOnly call and transition calls to it.
by Greg Daniel
· 5 years ago
Next »