Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
2e2cb9bc768bd13e1beeafc9acf8b8f19bea3215
/
include
89cb821
Separate SkArithmeticImageFilter from SkXfermodeImageFilter.
by Brian Salomon
· 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
5cb9a4e
move SkBlitRow.h out of public
by Mike Reed
· 8 years ago
ff80c2a
remove SkMemoryWStream -- unused externally
by Mike Reed
· 8 years ago
c3063e5
remove SkDebugWStream and other cleanups
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
68dd8d0
add writePixels to SkBitmap
by Mike Reed
· 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
3546ff1
Stage SkFontMgr factories to return smart pointers.
by Ben Wagner
· 8 years ago
7551898
Make C API compatible with -Wstrict-prototypes
by Brian Salomon
· 8 years ago
55325b7
clean up non-ASCII comments
by Hal Canary
· 8 years ago
f833478
Remove ref counting from GrOp.
by Brian Salomon
· 8 years ago
615d66d
Add ImageToColorSpace helper in SkImageFilter
by Brian Osman
· 8 years ago
85ff848
remove unused ForceUnique option from makeImageSnapshot
by Mike Reed
· 8 years ago
a4cb388
Revert "Add ImageToColorSpace helper in SkImageFilter"
by Brian Osman
· 8 years ago
e02d3ca
Add ImageToColorSpace helper in SkImageFilter
by Brian Osman
· 8 years ago
69868af
Remove render target unique ID virtual from GrOp.
by Brian Salomon
· 8 years ago
b62ea22
Change GPU read/write pixels API to support color space conversion
by Brian Osman
· 8 years ago
d5733c7
remove SK_SUPPORT_LEGACY_PREROLL code
by Mike Reed
· 8 years ago
463c848
helper to convert CGImage -> SkImage
by Mike Reed
· 8 years ago
09d994e
Misc batch->op cleanup Part 1 of 2
by Brian Salomon
· 8 years ago
a69f4cf
Remove sk_ref_sp's misleading preprocessor define and comment
by Brian Osman
· 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
f4e27f6
Remove getDevice_just_for_deprecated_compatibility_testing (take 2)
by Robert Phillips
· 8 years ago
42ad83a
Rename batch->op in GrAuditTrail.
by Brian Salomon
· 8 years ago
33667da
Restore getDevice_just_for_deprecated_compatibility_testing
by Robert Phillips
· 8 years ago
22f4a1f
Remove getDevice_just_for_deprecated_compatibility_test()
by Robert Phillips
· 8 years ago
3711e11
switch to _deprecated suffix for exotic SkClipOps
by Mike Reed
· 8 years ago
2410717
Fix swapped interpretation of c and e in SkColorSpace_ICC
by Matt Sarett
· 8 years ago
65869fb
update dox for generateScaledPixels
by Mike Reed
· 8 years ago
98624d2
"Fix" some ImageFilter fuzzer issues
by Robert Phillips
· 8 years ago
5cbc7b9
simplify generatescaledpixels
by Mike Reed
· 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
2ee084e
Rename GrBatchAtlas -> GrDrawOpAtlas.
by Brian Salomon
· 8 years ago
ee1c73f
tweak SkOnce.h header to work around issues with std::atomic::compare_exchange_strong
by Lee Salzman
· 8 years ago
fc8dc31
WIP: Skia support library for ICC tasks
by Matt Sarett
· 8 years ago
f856fd1
Rename GrBatchFontCache->GrAtlasGlyphCache
by Brian Salomon
· 8 years ago
884300d
Remove SkDynamicMemoryWStream::getOffset.
by Ben Wagner
· 8 years ago
138ea97
Add color space to picture image as a creation parameter
by Brian Osman
· 8 years ago
9864257
hide deprecated SkImage::preroll
by Mike Reed
· 8 years ago
6b00a07
simplify SkTHash* move support
by Mike Klein
· 8 years ago
d85dd53
Shrink the SkImageGenerator API
by Brian Osman
· 8 years ago
9c457ad
speedup dynamicwstream
by Mike Reed
· 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
8dc1f62
Remove strange 'write' overload on SkDynamicMemoryWStream.
by bungeman
· 8 years ago
222e9ad
Make picture backed images sRGB by default
by Brian Osman
· 8 years ago
31c2608
Demote savePixels to save_pixels
by Robert Phillips
· 8 years ago
acef51f
Remove tombstones from SkTHash.
by Herb Derby
· 8 years ago
2dc5237
remove PLAIN_ENUM flag for SkClipOp
by Mike Reed
· 8 years ago
e305cc1f
Partially defer GrSWMaskHelper
by Robert Phillips
· 8 years ago
78c212a
SK_API-export SkCodec
by Florin Malita
· 8 years ago
3639faa
Add SkCodec::FrameInfo::fFullyReceived
by Leon Scroggins III
· 8 years ago
8dcc84f
Prefer F16 in SkAndroidCodec for high precision images
by Matt Sarett
· 8 years ago
4a24da5
Make filterMaskGPU use GrTextureProxy
by Robert Phillips
· 8 years ago
2734136
Add asDeferredTexture & asDeferredRenderTarget helpers to GrSurfaceContext
by Robert Phillips
· 8 years ago
65115a1
Remove mutex guards from GrContext::readSurfacePixels
by Robert Phillips
· 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
24f1978
Make GrRenderTargetContext::addDrawOp use sk_sp
by Brian Salomon
· 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
0abc8b4
Add helper for idenitfying hw GrAATypes.
by Brian Salomon
· 8 years ago
4431de6
Add a deferred copy surface
by Robert Phillips
· 8 years ago
4ec2b71
don't use deprecated api
by Mike Reed
· 8 years ago
5f1bb0a
Add a method in SkCanvas to set "hard" clip bounds.
by Stan Iliev
· 8 years ago
966bb34
Decode to sRGB on Android
by Matt Sarett
· 8 years ago
689169d
Hide exotic clipops, with a private rename for internal use
by Mike Reed
· 8 years ago
1b3387b
SkBitmap::setPixelRef(): less reference churn
by Hal Canary
· 8 years ago
d737bee
Updated the get_images_from_skps tool to check for ICC profile support
by raftias
· 8 years ago
ebfce6d
change SkClipOp to a class enum
by Mike Reed
· 8 years ago
c87f99e
Make subset param to texture generation API non-optional
by Brian Osman
· 8 years ago
9950408
Fix comment formatting for GrRenderTargetContext::drawArc
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
784b7bf
Different approach to fixing gpu blurs on platforms that "useDrawInsteadOfClear"
by Robert Phillips
· 8 years ago
252b724
Revert "SkImageEncoder::* going away"
by Herb Derby
· 8 years ago
3489b2b
SkImageEncoder::* going away
by Hal Canary
· 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
df8599a
remove SK_SUPPORT_LEGACY_REFENCODEDDATA_NOCTX flag
by Mike Reed
· 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
42521e8
Rename GrRTC::drawBatch to addDrawOp and local vars in GrRTC.cpp
by Brian Salomon
· 8 years ago
02b7349
no need for SK_SUPPORT_LEGACY_CANVAS_IS_REFCNT anymore
by Mike Reed
· 8 years ago
58a7694
SkBitmap::ComputeIsOpaque -> SkPixmap::computeIsOpaque
by Hal Canary
· 8 years ago
4cba3fe
SkBitmap::ComputeIsOpaque and SkBitmap::eraseColor support F16
by Hal Canary
· 8 years ago
fd87be8
hide emboss from everyone (except android for now)
by Mike Reed
· 8 years ago
b88ca7e
Revert "SkImageEncoder::* going away"
by Hal Canary
· 8 years ago
d7e1666
SkImageEncoder::* going away
by Hal Canary
· 8 years ago
Next »