Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
92de631edd3eb9b3430332d1f1d566e903ea2ea9
/
tests
92de631
Remove compressed (ETC1) texture support from Ganesh (take 2)
by Robert Phillips
· 7 years ago
79cdf28
Fix to lcd blending in ganesh
by Greg Daniel
· 7 years ago
bc262e1
Revert "Remove compressed (ETC1) texture support from Ganesh"
by Brian Osman
· 7 years ago
7128fdd
Remove kZeroCopy_GrSurfaceFlag
by Brian Salomon
· 7 years ago
ee26363
Remove compressed (ETC1) texture support from Ganesh
by Robert Phillips
· 7 years ago
b7b7e5f
Add fixes & test for isConfigTexturable and isConfigRenderable
by Robert Phillips
· 7 years ago
2f68787
SkWebpEncoder: use bgra for lossless and yuv for lossy
by Matt Sarett
· 7 years ago
6ebe4b9
Fix gpu lcd blending to semi-correctly handle alpha coverage
by Greg Daniel
· 7 years ago
bb5711a
Remove GrSurfaceDesc member from GrSurfaceProxy.
by Brian Salomon
· 7 years ago
4b330df
skslc comma operator and optimizer fixes
by Ethan Nicholas
· 7 years ago
c375704
Revert "Convert DstTexture to DstProxy"
by Robert Phillips
· 7 years ago
87f7f1c
Convert DstTexture to DstProxy
by Robert Phillips
· 7 years ago
d5a1691
Add support for webp lossless compression
by Matt Sarett
· 7 years ago
c090c64
move files out of private, and fix up callers to IWYU
by Mike Reed
· 7 years ago
ca2194b
add a test that sRGB stages round trip
by Mike Klein
· 7 years ago
bca46e2
Convert GrMesh back to a class
by Chris Dalton
· 7 years ago
e334c59
Attempt to work around iOS varying limit in GLPrograms test
by Brian Salomon
· 7 years ago
8a02f65
Switch ImageStorageAccess over to GrTextureProxies
by Robert Phillips
· 7 years ago
1772663
Include non-legacy GrMeshDrawOps in GLPrograms test.
by Brian Salomon
· 7 years ago
ebb1b5c
Add new SkImageGenerator::getPixels() API, deprecate the old
by Matt Sarett
· 7 years ago
7c8460e
Make GrRenderTarget[(Proxy)|(Context)]? advertise a "full scene aa type".
by Brian Salomon
· 7 years ago
6cdc22c
Split up opLists (take 3)
by Robert Phillips
· 7 years ago
b6deea8
Setup for another attempt to split up opLists
by Robert Phillips
· 7 years ago
85d34b2
Remove SkCrossContextImageData and all support code
by Brian Osman
· 7 years ago
5ac13c2
sksl support for static ifs & switches
by Ethan Nicholas
· 7 years ago
14113bc
add flag to hide deprecated clipops
by Mike Reed
· 7 years ago
ac70f84
Move all non-AA fill rect ops off of GrLegacyMeshDrawOp.
by Brian Salomon
· 7 years ago
13dddce
Added SkImage::MakeCrossContextFromEncoded
by Brian Osman
· 7 years ago
fe31908
Add downsampling option to SkJpegEncoder
by Matt Sarett
· 7 years ago
5c77975
Add flag to avoid stencil buffers in Skia
by Eric Karl
· 7 years ago
449d78f
Revert "Added SkImage::MakeCrossContextFromEncoded"
by Brian Salomon
· 7 years ago
83b1b3d
Added SkImage::MakeCrossContextFromEncoded
by Brian Osman
· 7 years ago
e308a12
Remove height functor for shadows and replace with plane equation params
by Jim Van Verth
· 7 years ago
b37208f
Revert "Revert "Re-enable deferred proxies in Chrome""
by Robert Phillips
· 7 years ago
be4c9b0
Add filtering and zlib-level options to SkPngEncoder
by Matt Sarett
· 7 years ago
2983f40
Re-land of "eliminated GrGLSLExpr".
by Ethan Nicholas
· 7 years ago
0562eb9
Allow wrapped resources to have unique keys
by Brian Osman
· 7 years ago
05814de
Revert "Re-enable deferred proxies in Chrome"
by Robert Phillips
· 7 years ago
555c49c
Re-enable deferred proxies in Chrome
by Robert Phillips
· 8 years ago
41a8ec0
Fix implicit ptr to bool
by Matt Sarett
· 8 years ago
04c3731
SkEncoder: Rename files, change webp API, for consistency
by Matt Sarett
· 8 years ago
c367d03
Add support for row-by-row png encodes
by Matt Sarett
· 8 years ago
fe199b7
Add postFlush call to GrOnFlushCallbackObject
by Chris Dalton
· 8 years ago
9d687df
Avoid interpolating color lut with less than 2 points
by Matt Sarett
· 8 years ago
788c3c4
SkDiscardableMemoryPool: always have a mutex for testing
by Hal Canary
· 8 years ago
c2371a4
sksl optimizer fixes
by Ethan Nicholas
· 8 years ago
209e4b1
Revert "Revert "SkTypeface::getAdvancedMetrics(): cleanup""
by Hal Canary
· 8 years ago
59ad782
Revert "SkTypeface::getAdvancedMetrics(): cleanup"
by Hal Canary
· 8 years ago
cef0188
SkTypeface::getAdvancedMetrics(): cleanup
by Hal Canary
· 8 years ago
ba90284
try re-enabling test_diagonal on 565
by Mike Klein
· 8 years ago
060d982
Combine the ambient and spot alphas into the base color for geometric shadows.
by Jim Van Verth
· 8 years ago
421fe44
Revert "Revert "Revert "eliminated GrGLSLExpr"""
by Ethan Nicholas
· 8 years ago
64dbb89
GrTessellator: fix for vertex coincident with enclosing edge.
by Stephen White
· 8 years ago
69b1045
disable test_diagonal on 565
by Mike Klein
· 8 years ago
ab244f0
Revert "Revert "Reland: Remove SkLights include from SkCanvas.h""
by Florin Malita
· 8 years ago
ff92650
Convert GrMesh to a struct
by Chris Dalton
· 8 years ago
a91e0b7
Allow TextureSamplers to have null GrTexture pointer
by Robert Phillips
· 8 years ago
9d5f66d
Revert "Reland: Remove SkLights include from SkCanvas.h"
by Florin Malita
· 8 years ago
796001c
Revert "Revert "eliminated GrGLSLExpr""
by Ethan Nicholas
· 8 years ago
fed0031
Reland: Remove SkLights include from SkCanvas.h
by Florin Malita
· 8 years ago
343fe49
Remove translateZ and lights from SkCanvas
by Jim Van Verth
· 8 years ago
5e550ab
Revert "eliminated GrGLSLExpr"
by Brian Salomon
· 8 years ago
26b44df
Add support for row-by-row jpeg encoding
by Matt Sarett
· 8 years ago
93f20f5
eliminated GrGLSLExpr
by Ethan Nicholas
· 8 years ago
0dd30d9
sksl support for buffer blocks
by Ethan Nicholas
· 8 years ago
c06f309
Revert "Add support for row-by-row jpeg encoding"
by Leon Scroggins
· 8 years ago
9b848d5
Add support for row-by-row jpeg encoding
by Matt Sarett
· 8 years ago
a18d2db
Fix VkWrapTest
by Greg Daniel
· 8 years ago
38aad81
Revert "Remove SkLights include from SkCanvas.h"
by Florin Malita
· 8 years ago
9ff301b
Remove SkLights include from SkCanvas.h
by Florin Malita
· 8 years ago
207282e
Make GrBackendTexture take Gr*Info refs in ctor, and copy them.
by Greg Daniel
· 8 years ago
b34ab04
Revert "Revert "SaveLayerRec::fClipMask -> raw pointer""
by Mike Klein
· 8 years ago
3354969
Revert "SaveLayerRec::fClipMask -> raw pointer"
by Mike Klein
· 8 years ago
a6b72cb
SaveLayerRec::fClipMask -> raw pointer
by Florin Malita
· 8 years ago
7575bb1
SkFontMgr::matchFamily should not crash on nullptr.
by bungeman
· 8 years ago
bcf612b
Revert "Revert "Plumb the use of GrBackendRenderTarget throughout Skia""
by Greg Daniel
· 8 years ago
53f77bd
Initial clip-mask-layer support
by Florin Malita
· 8 years ago
135c908
Remove temporary_internal_describeTopLayer
by Florin Malita
· 8 years ago
2a475ea
add drawString helper to canvas
by Cary Clark
· 8 years ago
68b8e3d
Revert "Revert "Delete copyTo(Allocator), hide copyTo() behind flag""
by Matt Sarett
· 8 years ago
0acd795
add helper makeShader for the common Clamp case
by Mike Reed
· 8 years ago
fe53e58
additional skslc vector optimizations
by Ethan Nicholas
· 8 years ago
cd90104
Disable deferred proxies in Chrome
by Robert Phillips
· 8 years ago
0122af0
Revert "Delete copyTo(Allocator), hide copyTo() behind flag"
by Matt Sarett
· 8 years ago
e3bd422
Revert "Plumb the use of GrBackendRenderTarget throughout Skia"
by Greg Daniel
· 8 years ago
fdd77da
Plumb the use of GrBackendRenderTarget throughout Skia
by Greg Daniel
· 8 years ago
d4a338f
Delete copyTo(Allocator), hide copyTo() behind flag
by Matt Sarett
· 8 years ago
b8a1392
Fix uncached getROPixels from GPU images
by Brian Osman
· 8 years ago
d59948a
SkPngCodec: Do not return kInvalidConversion on corrupt png
by Matt Sarett
· 8 years ago
c81d22f
broke up SkSLConstantFolding test
by Ethan Nicholas
· 8 years ago
c7be003
remove to_2dot2 and from_2dot2
by Mike Klein
· 8 years ago
78de212
Prevent creation of zero-sized proxies
by Robert Phillips
· 8 years ago
3deaeb2
sksl can now fold constant vector or matrix equality expressions
by Ethan Nicholas
· 8 years ago
7ab6a7f
Fix writePixels of sRGB data to legacy GPU surface
by Brian Osman
· 8 years ago
a294be2
SkDiscardableMemoryPool: modernize
by Hal Canary
· 8 years ago
600effb
Improve the Codec_end test and add fixes
by Leon Scroggins III
· 8 years ago
dd3b3f4
Rm makeRenderTargetContext in favor of deferred version (take 3)
by Robert Phillips
· 8 years ago
4a39504
Revert "Split up opLists (take 2)"
by Robert Phillips
· 8 years ago
3e38d82
Remove a print statement I meant to not check in
by Leon Scroggins III
· 8 years ago
b644650
Fix decoding incomplete PNG images
by Leon Scroggins III
· 8 years ago
Next »