Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
9bb0a28b8424a89b0803e6bb9d871ff276dec989
9bb0a28
add flag for android
by Mike Reed
· 8 years ago
50f66d8
Be explicit on test and perf bots about GL vs GLES
by Brian Salomon
· 8 years ago
f6ce600
Remove "Unused uniform in shader" messages
by Brian Osman
· 8 years ago
025a1ca
add flag for google3
by Mike Reed
· 8 years ago
bc21243
SkXPS: fix drawBitmapRect()
by Hal Canary
· 8 years ago
31249bb
Revert "Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot""
by Robert Phillips
· 8 years ago
b2082af
Detect RenderDoc in Windows viewer and make a core profile
by Brian Osman
· 8 years ago
ce91b19
Update build tools to newer gn.
by Herb Derby
· 8 years ago
c35a2d4
Add nondeterministic seed option for ProcessorOptimization test
by Brian Osman
· 8 years ago
fed9cfd
remove legacy virtual for vertices, only support object form
by Mike Reed
· 8 years ago
e0a34e7
Only set dw antialias mode to grayscale for A8.
by Ben Wagner
· 8 years ago
d02b6f3
Make dstreadshuffle not crash in with --preAbandonGpuContext and look better in 565
by Brian Salomon
· 8 years ago
2fb3662
Fix overflow bug in slow span.
by Herb Derby
· 8 years ago
9bc39bb
Add highp to specular lighting intermediate to fix iOS bots
by Brian Osman
· 8 years ago
e88a1cb
Revert[2] "More SkVertices implementation work""
by Mike Reed
· 8 years ago
a392dba
Revert "Revert "Revert "Revert "Detect Chrome either by renderer or version strings.""""
by Brian Salomon
· 8 years ago
1eb3fef
Revert "More SkVertices implementation work"
by Mike Reed
· 8 years ago
73e21af
Revert "Add color spin test for SkColorSpaceXformCanvas"
by Eric Boren
· 8 years ago
14583e1
More SkVertices implementation work
by Mike Reed
· 8 years ago
dea7428
Enable Bazel build for ppc and arm.
by Ben Wagner
· 8 years ago
8627124
Reboot PixelCs before every task
by Kevin Lubick
· 8 years ago
5fa6645
remove unused VerticesFlags
by Mike Reed
· 8 years ago
c48af93
Revert "Remove GrPipeline from GrDrawOp."
by Brian Salomon
· 8 years ago
a839fc0
Add Chromium's fuzz_fileter_fuzz to skia.
by Herb Derby
· 8 years ago
fd47ca5
Revert "Revert "Revert "Detect Chrome either by renderer or version strings."""
by Brian Salomon
· 8 years ago
c551fa4
Revert "Revert "Detect Chrome either by renderer or version strings.""
by Brian Salomon
· 8 years ago
aa9e332
Revert[4] "store vertices arrays inline with object""""
by Mike Reed
· 8 years ago
2bf4b3a
Remove GrPipeline from GrDrawOp.
by Brian Salomon
· 8 years ago
1165b1e
Revert "Detect Chrome either by renderer or version strings."
by Brian Salomon
· 8 years ago
be4eed2
Detect Chrome either by renderer or version strings.
by Brian Salomon
· 8 years ago
2225306
Support pixel antialising in DirectWrite.
by Ben Wagner
· 8 years ago
dc3c336
fixed missing dependency in spirv-tools/BUILD.gn
by Ethan Nicholas
· 8 years ago
510dd42
In GrClipStackClip check whether op bounds are inside RT before checking for empty clip stack.
by Brian Salomon
· 8 years ago
0c492cf
Revert[3] "store vertices arrays inline with object"""
by Mike Reed
· 8 years ago
3fe3261
Marker for AMD driver update.
by Ben Wagner
· 8 years ago
ceb9905
turned off SPIR-V validation on ASAN bots
by Ethan Nicholas
· 8 years ago
9e9188f
Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot"
by Yuqian Li
· 8 years ago
a6ae1f7
wired up SPIR-V validator
by Ethan Nicholas
· 8 years ago
3338914
Support all gradient types in SkColorSpaceXformCanvas.
by Mike Klein
· 8 years ago
859621f
Outset dst texture bounds by a pixel to fix corruption in dstreadshuffle.
by Brian Salomon
· 8 years ago
b64bcbd
Remove budgeted parameter from SkSurface::makeImageSnapshot
by Robert Phillips
· 8 years ago
755a2c6
Add SK_API to SkCreateColorSpaceXformCanvas
by Christopher Cameron
· 8 years ago
8301046
Rename GrAADistanceFieldPathRenderer to GrSmallPathRenderer
by Jim Van Verth
· 8 years ago
69225d0
Make SkTArray not allocate unless reserve or initial count > 0
by Brian Salomon
· 8 years ago
0c984a0
More pre-emptive proxification
by Robert Phillips
· 8 years ago
f49b1e0
FuzzCanvas: only valid ChannelSelectors
by Hal Canary
· 8 years ago
2ba659e
Update recipes.py to f605e5c0bc2e748170ca851383cb552c7225316b
by Robert Iannucci
· 8 years ago
b66fa52
Revert "Support pixel antialising in DirectWrite."
by Mike Reed
· 8 years ago
5eefb85
remove legacy clipop names
by Mike Reed
· 8 years ago
34db1ee
Support pixel antialising in DirectWrite.
by Ben Wagner
· 8 years ago
cb01aec
Add color spin test for SkColorSpaceXformCanvas
by Matt Sarett
· 8 years ago
8336e94
Make dstreadshuffle GM more visually comprehensible
by Brian Salomon
· 8 years ago
0361d49
FuzzCanvas: make fuzzing drawImgNine easier
by Hal Canary
· 8 years ago
0b83319
SkDynamicMemoryWStream::detachAsStream() returns unique_ptr
by Hal Canary
· 8 years ago
81538ee
Run gen tasks
by Kevin Lubick
· 8 years ago
44801ca
FuzzCanvas: NativeGLCanvas
by Hal Canary
· 8 years ago
18ea816
Revert "Add pre-Flush callback to GrDrawingManager"
by Robert Phillips
· 8 years ago
d492db9
SkColorSpaceXformCanvas: simple support for shaders
by Mike Klein
· 8 years ago
7d9f9e3
Revert[2] "store vertices arrays inline with object""
by Mike Reed
· 8 years ago
a4c41b3
Push setMipColorMode calls further down-stack & add to GrTextureProxy
by Robert Phillips
· 8 years ago
2229d44
Recreate SVG asset
by Kevin Lubick
· 8 years ago
cd9ada5
must check for zero-length in reader32::read() before calling memcpy
by Mike Reed
· 8 years ago
2f3865b
Fix formatting error in test output
by Brian Osman
· 8 years ago
1a9dc87
Disable debug layers on non android vulkan bots
by Greg Daniel
· 8 years ago
d222ec4
Add pre-Flush callback to GrDrawingManager
by Robert Phillips
· 8 years ago
04ef48c
Fix warning in Clang 4.0 Mac build.
by Mike Klein
· 8 years ago
9e62df6
Revert "store vertices arrays inline with object"
by Mike Reed
· 8 years ago
d1e67e7
Use SkBlendMode_Name rather than one-off tables
by Brian Osman
· 8 years ago
eaaebb1
store vertices arrays inline with object
by Mike Reed
· 8 years ago
bd1f76f
Emit dumpInfo string when processor opt test fails
by Brian Osman
· 8 years ago
296b1cc
Retract GrContext from src/gpu/effects
by Robert Phillips
· 8 years ago
e0d4fba
Viewer's nonlinear blend mode uses SkColorSpaceXformCanvas
by Brian Osman
· 8 years ago
7aa7cf6
Add Linux GTX 960 tasks
by Kevin Lubick
· 8 years ago
8f0161a
Update coverage script to cover new Canvas Fuzzers
by Kevin Lubick
· 8 years ago
462c4bd
Roll freetype.
by Ben Wagner
· 8 years ago
dabe8ac
SkDynamicMemoryWStream::detachAsData more memory efficent
by Hal Canary
· 8 years ago
63954c9
GPU version of onMakeColorSpace
by Brian Osman
· 8 years ago
e8b5085
Update recipes.py to 78c57c5d69a38ef3db86d9763d539383f98714e6.
by Robert Iannucci
· 8 years ago
96cf206
option to make 'M' mean picture+serialize
by Mike Reed
· 8 years ago
9a8065d
add uniqueID
by Mike Reed
· 8 years ago
64b9748
SkJumper: update to Clang 4.0
by Mike Klein
· 8 years ago
009e68c
floor -> floor_, just like abs_
by Mike Klein
· 8 years ago
5224f46
SkJumper: more constants, _f and _i literals.
by Mike Klein
· 8 years ago
3150ec6
Added support for building for tvOS
by Matthew Leibowitz
· 8 years ago
dad29a0
Fix uninitialized values in FuzzCanvas
by Kevin Lubick
· 8 years ago
26c90e0
Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps
by Robert Phillips
· 8 years ago
97180af
Compute clipped draw bounds outside GrAppliedClip.
by Brian Salomon
· 8 years ago
1619c22
Rename remaining NUCs.
by Ben Wagner
· 8 years ago
6de1310
Begin implementation of SkImage_Base::makeColorSpace
by Matt Sarett
· 8 years ago
bdce9c2
vertices to/from data
by Mike Reed
· 8 years ago
8199d94
Generaly Fixes to gpu bezier code
by Greg Daniel
· 8 years ago
97eb4fe
add SkVertices::Builder
by Mike Reed
· 8 years ago
8f7d9b9
Revert "Begin implementation of SkImage_Base::makeColorSpace"
by Mike Reed
· 8 years ago
73e6270
Expose SkColorSpaceTransferFn inversion function
by Brian Osman
· 8 years ago
dce2590
Remove unused SkBitmap::RLEPixels
by Leon Scroggins III
· 8 years ago
e411a07
Add const to GrColorSpaceXform member arguments
by Brian Osman
· 8 years ago
f61d995
Update Mesa drivers to 17.0.1
by Kevin Lubick
· 8 years ago
c500d9b
Use SkTArray for mailbox polling
by Florin Malita
· 8 years ago
98629ef
Begin implementation of SkImage_Base::makeColorSpace
by Matt Sarett
· 8 years ago
30a6b81
Documentation: Consistancy
by Hal Canary
· 8 years ago
Next »