Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
aeac5d8e90e34e0ae641e8b59821d142a6710b22
/
tests
aeac5d8
Change comments to refer to "render target context" rather than "draw context"
by Brian Salomon
· 8 years ago
7d954ad
remove xfermode from public api
by Mike Reed
· 8 years ago
99e3f7d
Remove unneeded SkColorSpace constructor TBR=reed@google.com BUG=skia:
by Matt Sarett
· 8 years ago
8c05b45
Add tests for ColorSpacePrimaries to XYZD50
by Matt Sarett
· 8 years ago
c7635fa
Make GrDrawContext be GrRenderTargetProxy-backed
by Robert Phillips
· 8 years ago
471e894
Reduced skslc memory consumption
by ethannicholas
· 8 years ago
693a540
Rename renderTargetContextPriv to priv, and some more leftover DCs
by Brian Osman
· 8 years ago
1105224
Rename GrDrawContext to GrRenderTargetContext
by Brian Osman
· 8 years ago
18fa642
chmod -x *.cpp *.h
by Hal Canary
· 8 years ago
6bd5284
Remove SkAutoTUnref and SkAutoTDelete from public includes.
by bungeman
· 8 years ago
5638052
Revert of Reduced skslc memory consumption (patchset #3 id:50001 of https://codereview.chromium.org/2442063002/ )
by benjaminwagner
· 8 years ago
cffaa70
Reduced skslc memory consumption
by ethannicholas
· 8 years ago
bd3fe47
Convert SkRasterPipeline loads and stores to indirect.
by Mike Klein
· 8 years ago
6ad9909
Turn on -Wrange-loop-analysis.
by Mike Klein
· 8 years ago
618d304
GrConstColorProcessor uses 4f colors in the destination space
by Brian Osman
· 8 years ago
8a4e9c5
SkGifCodec: do not write off the end of memory when repeatCount > 1
by Matt Sarett
· 8 years ago
e9f74b8
SkRasterPipeline::compile().
by Mike Klein
· 8 years ago
9feb632
fix fuzz
by caryclark
· 8 years ago
7614794
remove discardablepixelref
by Mike Reed
· 8 years ago
38a2cf5
Include "SkBitmap.h" in CodecAnimTest.cpp
by scroggo
· 8 years ago
19b9153
Add support for multiple frames in SkCodec
by scroggo
· 8 years ago
34efb70
nc seal breaks simplify
by caryclark
· 8 years ago
526972e
Rename all color space factories from New* to Make*
by Brian Osman
· 8 years ago
1326068
formalize host debugging
by caryclark
· 8 years ago
958788a
remove 4 legacy flags (clients already updated)
by Mike Reed
· 8 years ago
bbf251b
Hash the gamut of XYZ color spaces, to speed up comparison
by Brian Osman
· 8 years ago
78a37a5
fix more fuzz, carsvg
by caryclark
· 8 years ago
96dc1c9
fix more chrome asan fuzzer failures
by caryclark
· 8 years ago
3f490cc
Make SkFixedRound/Ceil/FloorToFixed as inline func
by liyuqian
· 8 years ago
ddb37d6
re-re-land of skslc now automatically turns on derivatives support
by ethannicholas
· 8 years ago
a35ab3e
fix fuzzers
by caryclark
· 8 years ago
9488833
Refactored SkColorSpace and added in a Lab PCS GM
by raftias
· 8 years ago
2e68865
Fix ASAN bot.
by Mike Klein
· 8 years ago
f1e7583
fix -NoGPU build bots.
by Mike Klein
· 8 years ago
ac66ae6
Revert "re-land of skslc now automatically turns on derivatives support"
by Mike Klein
· 8 years ago
b36a3cd
break ambiguous angle sorting loop
by caryclark
· 8 years ago
d7d1997
re-land of skslc now automatically turns on derivatives support
by Ethan Nicholas
· 8 years ago
37269ff
Revert "skslc now automatically turns on derivatives support"
by Ethan Nicholas
· 8 years ago
311742b
skslc now automatically turns on derivatives support
by Ethan Nicholas
· 8 years ago
29121eb
Avoid integer overflow in SkIcoCodec and SkImageInfo
by Matt Sarett
· 8 years ago
6c15cc7
Modify deferred texture image API's handling of gamma
by Brian Osman
· 8 years ago
ea4567c
more skslc hardening
by ethannicholas
· 8 years ago
df3fbd6
Apply correct sRGB->Linear4f conversion in SkModeColorFilter
by Matt Sarett
· 8 years ago
4a6b28e
Add "Narrow" RGB gamut to DM
by Brian Osman
· 8 years ago
af01741
Revert "Avoid integer overflow in SkIcoCodec"
by Matt Sarett
· 8 years ago
20cba06
Avoid integer overflow in SkIcoCodec
by Matt Sarett
· 8 years ago
e6522ea
fix some fuzz
by caryclark
· 8 years ago
f489886
Cache dst LUTs in SkColorSpaceXform
by Matt Sarett
· 8 years ago
273f7d4
Fix bad test that was asserting on Vulkan Win10 bot
by Brian Osman
· 8 years ago
11abd8d
Explicit control in tools of ANGLE frontend and backend
by bsalomon
· 8 years ago
777b563
Remove many uses of kSkia8888 and kSkiaGamma8888
by Brian Osman
· 8 years ago
c434f51
Add NewRGB() with float gamma to SkColorSpace public API
by Matt Sarett
· 8 years ago
ad146f6
added SkSL support for mustForceNegatedAtanParamToFloat cap
by ethannicholas
· 8 years ago
22f939e
added basic dataflow analysis to skslc
by ethannicholas
· 8 years ago
e54c75f
remove SkError
by Mike Klein
· 8 years ago
7c602de
Removed makeLinearGamma() from the public API for SkColorSpace
by raftias
· 8 years ago
5961bc9
Turned on SkSL->GLSL compiler
by ethannicholas
· 8 years ago
df44fc5
Add SkColorSpaceTransferFn to SkColorSpace
by Matt Sarett
· 8 years ago
a2415ac
implement A8 destination fast-path for SkPixelInfo::CopyPixels
by lsalzman
· 8 years ago
31d097e8
Add SkColorSpaceXform to the public API
by msarett
· 8 years ago
9df16b5
Revert of Turned on SkSL->GLSL compiler (patchset #49 id:1240001 of https://codereview.chromium.org/2288033003/ )
by jvanverth
· 8 years ago
a5a31dd
Add SkColorSpacePrimaries to help with making D50 matrices
by msarett
· 8 years ago
ccb1dd8
Turned on SkSL->GLSL compiler
by ethannicholas
· 8 years ago
4824cf4
Revert of Turned on SkSL->GLSL compiler (patchset #48 id:1220001 of https://codereview.chromium.org/2288033003/ )
by mtklein
· 8 years ago
dcfe6db
Turned on SkSL->GLSL compiler
by ethannicholas
· 8 years ago
15341a2
Revert of Turned on SkSL->GLSL compiler (patchset #47 id:1200001 of https://codereview.chromium.org/2288033003/ )
by jvanverth
· 8 years ago
e61b3b4
Report 0 rowsDecoded for no rows (SkPngCodec interlaced)
by scroggo
· 8 years ago
c46cdd4
Fix an assert statement in SkPngCodec
by scroggo
· 8 years ago
08b2ccf
Turned on SkSL->GLSL compiler
by ethannicholas
· 8 years ago
0871401
fix another fuzz
by caryclark
· 8 years ago
221a4bb
fix fuzz busters
by caryclark
· 8 years ago
8f18643
remove sprintf
by caryclark
· 8 years ago
33cbfd7
Make load4 and store4 part of SkNx properly.
by Mike Klein
· 8 years ago
40f2378
fuzzer fix
by Cary Clark
· 8 years ago
f114a9b
fix mac all build
by caryclark
· 8 years ago
374772b
Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints"
by reed
· 8 years ago
61c21cd
tight bounds optimization
by caryclark
· 8 years ago
c245574
Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints"
by Mike Reed
· 8 years ago
0c52b17
validate using nx to match bounds
by caryclark
· 8 years ago
2b2fc7d
Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints"
by Mike Reed
· 8 years ago
26bea5d
Make test lower-level, make const_cast more visible.
by Mike Klein
· 8 years ago
b9ae537
fix fuzz
by Cary Clark
· 8 years ago
d0ccb57
looks like red and blue start wrong (more unit test debugging)
by Mike Klein
· 8 years ago
c876e99
initialize result in SkRasterPipelineTest... more debugging
by Mike Klein
· 8 years ago
85a45d9
more debugging for this test.
by Mike Klein
· 8 years ago
433b306
Revert "Debug Mac test failure."
by Mike Klein
· 8 years ago
3ed485f
Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints"
by Mike Reed
· 8 years ago
1834242
Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints"
by Mike Reed
· 8 years ago
4a3717a
run dean4 test everywhere
by Cary Clark
· 8 years ago
67dd94a
Debug Mac test failure.
by Mike Klein
· 8 years ago
3fdf52c
fix fuzz with null check
by Cary Clark
· 8 years ago
9161ef0
Make all SkRasterPipeline stages stock stages in SkOpts.
by Mike Klein
· 8 years ago
a35c68d
fix initialization order
by Cary Clark
· 8 years ago
ab87d7a
coin debugging runs all tests in extended
by Cary Clark
· 8 years ago
2cbcd12
Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"""
by Mike Reed
· 8 years ago
70cdb39
Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""
by Mike Reed
· 8 years ago
a3b45d4
Move clip CTM application to SkRasterClip and SkClipStack
by Brian Salomon
· 8 years ago
ce02e71
Revert "replace SkXfermode obj with SkBlendMode enum in paints"
by Mike Reed
· 8 years ago
0591897
replace SkXfermode obj with SkBlendMode enum in paints
by Mike Reed
· 8 years ago
d921dbb
Propagate validation errors from inner readbuffer when deserializing picture. Also allow null paints.
by reed
· 8 years ago
Next »