Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
000ca636e6de2e2b8bf9c82e3dee2d7ad8e1bed8
/
tests
1252ec4
Make SkColorToHSV and SkHSVToColor "perfect" inverses
by Leon Scroggins III
· 8 years ago
c456b73
Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h"
by Kevin Lubick
· 8 years ago
bc6b99d
Add test for processor->resource ref/io counts
by Brian Salomon
· 8 years ago
a5494f1
SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h
by Hal Canary
· 8 years ago
7ba89a1
SkSplicer: test and fix loop logic
by Mike Klein
· 8 years ago
561c1b0
Rename function in PathOpsExtendedTest which takes strings.
by Ben Wagner
· 8 years ago
e94255d
Specify bit depth and color space in SkImage::MakeFromPicture()
by Matt Sarett
· 8 years ago
a163392
Revert "Revert "Removing ref counting from GrXPFactory.""
by Brian Salomon
· 8 years ago
003312a
Revert "Removing ref counting from GrXPFactory."
by Brian Salomon
· 8 years ago
a8f80de
Removing ref counting from GrXPFactory.
by Brian Salomon
· 8 years ago
1026ccf
make SkRBuffer always validate
by Mike Reed
· 8 years ago
f4c5ce9
fix to not assign uninitialized array to string
by Mike Reed
· 8 years ago
ff80c2a
remove SkMemoryWStream -- unused externally
by Mike Reed
· 8 years ago
19f0ed5
Purge clip masks when they are no longer findable.
by Brian Salomon
· 8 years ago
1090da6
Add support for tagging GrUniqueKeys with a debug string
by Brian Salomon
· 8 years ago
7f71d88
SkXbyak basics
by Mike Klein
· 8 years ago
8c8cb5b
simplify by removing _d stages
by Mike Klein
· 8 years ago
3afa628
Revert "Explicitly fail read/writePixels in invalid color space scenarios"
by Brian Osman
· 8 years ago
efcc418
Explicitly fail read/writePixels in invalid color space scenarios
by Brian Osman
· 8 years ago
07792b2
Add context markup to integer texture test
by Brian Osman
· 8 years ago
bfd5183
Removes tracking of whether color is ignored by XP.
by Brian Salomon
· 8 years ago
e151bdb
Fix color space matrix hashing to avoid hashing the typemask
by Matt Sarett
· 8 years ago
8c852be
Removing tracking of whether GP/FP coverage calculations are used by XP.
by Brian Salomon
· 8 years ago
1e85424
Improve detection of color space transfer fns
by Matt Sarett
· 8 years ago
2be687a
fix skslc crash when ternary parameter types don't match
by Ethan Nicholas
· 8 years ago
b60e864
Scale the result of TightBounds when path was inverse-scaled
by Fredrik Söderquist
· 8 years ago
9a5610e
fixed a divide-by-zero bug in skslc
by Ethan Nicholas
· 8 years ago
e3374d6
validate deserialized path verbs
by Mike Reed
· 8 years ago
b0b625b
GIF: Better check for frame dependency
by Leon Scroggins III
· 8 years ago
534cbe5
Increase "large" image size in DeferredTextureImage.
by Brian Salomon
· 8 years ago
5a2057a
fix fuzzer
by Cary Clark
· 8 years ago
3de1adf
remove debugging printf from resource cache test.
by Brian Salomon
· 8 years ago
f833478
Remove ref counting from GrOp.
by Brian Salomon
· 8 years ago
43fb7a0
BUILD.gn: skia_enable_pdf
by Hal Canary
· 8 years ago
85ff848
remove unused ForceUnique option from makeImageSnapshot
by Mike Reed
· 8 years ago
09d994e
Misc batch->op cleanup Part 1 of 2
by Brian Salomon
· 8 years ago
92aee3d
This renames methods and classes that relate to static analysis of combinations of GrDrawOps and GrPipelines.
by Brian Salomon
· 8 years ago
5ec9def
Rename files, macros, types, and functions related to GrDrawOp testing.
by Brian Salomon
· 8 years ago
58f100c
Update libwebp to v0.5.2-rc2
by Leon Scroggins III
· 8 years ago
22f4a1f
Remove getDevice_just_for_deprecated_compatibility_test()
by Robert Phillips
· 8 years ago
1bfcf88
Implement SkICC::WriteICC()
by Matt Sarett
· 8 years ago
2410717
Fix swapped interpretation of c and e in SkColorSpace_ICC
by Matt Sarett
· 8 years ago
98624d2
"Fix" some ImageFilter fuzzer issues
by Robert Phillips
· 8 years ago
932efed
GIF: Avoid copying/storing data when possible
by Leon Scroggins III
· 8 years ago
d4b9c35
Fix iOS build
by Matt Sarett
· 8 years ago
113d05f
Revert "Revert "WIP: Skia support library for ICC tasks""
by Ravi Mistry
· 8 years ago
eb733fb
Revert "WIP: Skia support library for ICC tasks"
by Ravi Mistry
· 8 years ago
ab2d73b
rework xor to be more like winding
by Cary Clark
· 8 years ago
fc8dc31
WIP: Skia support library for ICC tasks
by Matt Sarett
· 8 years ago
4cd6865
Only attempt index8 if underlying GIF is index8
by Leon Scroggins III
· 8 years ago
884300d
Remove SkDynamicMemoryWStream::getOffset.
by Ben Wagner
· 8 years ago
9f67f04
dump path fill type with data
by Cary Clark
· 8 years ago
138ea97
Add color space to picture image as a creation parameter
by Brian Osman
· 8 years ago
8952743
move src/gpu/batches -> src/gpu/ops
by Brian Salomon
· 8 years ago
0b24cbd
Stop supporting kUnknown_BmpHeaderType
by Leon Scroggins III
· 8 years ago
1b9924f
Added SkLRUCache.h and converted GPU program cache to use it.
by Ethan Nicholas
· 8 years ago
5adaf8b
remove unused dynamicwstream.snapshotAsData()
by Mike Reed
· 8 years ago
e2f7d18
Add a deferred copy surface (take 3)
by Robert Phillips
· 8 years ago
3639faa
Add SkCodec::FrameInfo::fFullyReceived
by Leon Scroggins III
· 8 years ago
4928229
add tests/bench for dynamicwstream
by Mike Reed
· 8 years ago
ff11428
more simplify bugs
by Cary Clark
· 8 years ago
d316e77
Revert "Add a deferred copy surface (take 2)"
by Robert Phillips
· 8 years ago
398487a
Add a deferred copy surface (take 2)
by Robert Phillips
· 8 years ago
293d696
Revert "Add a deferred copy surface"
by Robert Phillips
· 8 years ago
db402ca
add move semantics to SkTHash*
by Mike Klein
· 8 years ago
4431de6
Add a deferred copy surface
by Robert Phillips
· 8 years ago
941e7e2
re-land of added sk_FragCoord support to skslc
by Ethan Nicholas
· 8 years ago
56e3209
SkGifCodec: intersect frameRect with image size
by Leon Scroggins III
· 8 years ago
1b3387b
SkBitmap::setPixelRef(): less reference churn
by Hal Canary
· 8 years ago
3fc97d7
Fix SkGifCodec bugs around truncated data
by Leon Scroggins III
· 8 years ago
e8e4a3e
Revert "added sk_FragCoord support to skslc"
by Greg Daniel
· 8 years ago
ce33f10
added sk_FragCoord support to skslc
by Ethan Nicholas
· 8 years ago
ebfce6d
change SkClipOp to a class enum
by Mike Reed
· 8 years ago
1951f3d
Rename testingOnly_drawBatch to testingOnly_addDrawOp and sk_sp
by Brian Salomon
· 8 years ago
0e8fc8b
Relandx2 "Remove antialiasing control from GrPaint."
by Brian Salomon
· 8 years ago
61624f0
Plumb dst color space in many places, rather than "mode"
by Brian Osman
· 8 years ago
073285c
Revert "Reland "Remove antialiasing control from GrPaint.""
by Brian Salomon
· 8 years ago
3944484
Reland "Remove antialiasing control from GrPaint."
by Brian Salomon
· 8 years ago
d263413
Remove SkImage::makeTextureImage
by Brian Osman
· 8 years ago
4993b95
Do not create SkGifCodec if true size is not known
by Leon Scroggins III
· 8 years ago
c1f7774
Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS"
by Mike Reed
· 8 years ago
a129dfe
Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS"
by Mike Reed
· 8 years ago
8e7432b
remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS
by Mike Reed
· 8 years ago
7eb01e0
simplify bug
by Cary Clark
· 8 years ago
419d81e
Revert "Remove antialiasing control from GrPaint."
by Brian Salomon
· 8 years ago
9f54935
Remove antialiasing control from GrPaint.
by Brian Salomon
· 8 years ago
742e31d
Rename GrBatchFlushState to GrOpFlushState
by Brian Salomon
· 8 years ago
02e65df
fix build. tests/BitmapTest w/ nogpu
by Hal Canary
· 8 years ago
4cba3fe
SkBitmap::ComputeIsOpaque and SkBitmap::eraseColor support F16
by Hal Canary
· 8 years ago
851c238
Skip the sRGB mip-map testing on command buffer
by brianosman
· 8 years ago
8392634
Divide up CodecTest
by Leon Scroggins III
· 8 years ago
287f651
Add a context stack to Reporter, for better error messages
by Brian Osman
· 8 years ago
d87fbee
Do not create an SkRawCodec with zero dimensions
by Leon Scroggins III
· 8 years ago
2047189
Two (related) changes here:
by brianosman
· 8 years ago
dad2923
Rename GrVertexBatch->GrMeshDrawOp
by Brian Salomon
· 8 years ago
a6abb57
Revert of Enable sRGB on iOS, make sRGB decode support optional (patchset #12 id:220001 of https://codereview.chromium.org/2539993002/ )
by brianosman
· 8 years ago
1aeb78c
Two (related) changes here:
by brianosman
· 8 years ago
5476128
Added CMYK support for ICC profiles.
by raftias
· 8 years ago
0a2782c
Revert of Enable sRGB on iOS, make sRGB decode support optional (patchset #11 id:200001 of https://codereview.chromium.org/2539993002/ )
by brianosman
· 8 years ago
9db12d2
Two (related) changes here:
by brianosman
· 8 years ago
Next »