Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
4cb543d6057b692e1099e9f115155f0bf323a0c8
/
include
/
core
4cb543d
Implement support for a Context parameter in image filters
by senorblanco@chromium.org
· 11 years ago
13874c1
keep kVector enum in legacy mode for getDeviceProperties
by reed@google.com
· 11 years ago
bc3d92a
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
44c48d0
De-virtualize SkCanvas matrix ops.
by commit-bot@chromium.org
· 11 years ago
3da3b62
getDeviceCapabilities is no longer need, so remove it
by commit-bot@chromium.org
· 11 years ago
0f10f7b
Allow toString capability to be toggled independent of developer mode.
by commit-bot@chromium.org
· 11 years ago
fa5edbe
Add effect-based clip for nine-patch SkRRects.
by commit-bot@chromium.org
· 11 years ago
9c28fa5
Add comment for gcc compiler bug work-around for SK_COMPILE_ASSERT.
by bungeman@google.com
· 11 years ago
2f58209
Add required parens for r13779.
by bungeman@google.com
· 11 years ago
1db03d2
remove SK_SUPPORT_LEGACY_COPYTO_CONFIG
by commit-bot@chromium.org
· 11 years ago
562b2e6
Fix (1 << 31) to (1u << 31) in SkOTTable_OS_2.
by bungeman@google.com
· 11 years ago
e54a23f
De-virtualize SkCanvas save/restore.
by commit-bot@chromium.org
· 11 years ago
9c135db
support direct writing to top layer, and hide getTopLayer()
by reed@google.com
· 11 years ago
c30dcb9
Add capture snapshot as data to SkWriter32, use it to optimise record->playback.
by commit-bot@chromium.org
· 11 years ago
069a55a
Revert of Revert of Revert "De-virtualize SkCanvas save/restore." (https://codereview.chromium.org/196323003/)
by commit-bot@chromium.org
· 11 years ago
9e5f85e
Fixing SkPicture serialization
by commit-bot@chromium.org
· 11 years ago
79fbb40
[WIP] Add Context to SkDrawLooper.
by commit-bot@chromium.org
· 11 years ago
e60ae2e
Revert 13757.
by bungeman@google.com
· 11 years ago
3258a53
Fix (1 << 31) to (1u << 31) in SkOTTable_OS_2.
by bungeman@google.com
· 11 years ago
2cccf83
make onReadPixels protected and have default impl (so we can remove chrome override)
by commit-bot@chromium.org
· 11 years ago
4fcd92d
Revert of Revert "De-virtualize SkCanvas save/restore." (https://codereview.chromium.org/194923008/)
by commit-bot@chromium.org
· 11 years ago
f1292bc
Revert "De-virtualize SkCanvas save/restore."
by fmalita@google.com
· 11 years ago
80b1051
De-virtualize SkCanvas save/restore.
by fmalita@google.com
· 11 years ago
53ba425
Drop executable flag from headers so that they can be packaged
by robertphillips@google.com
· 11 years ago
b97c3ff
Enable use of distance fields via SkPaint flag.
by commit-bot@chromium.org
· 11 years ago
8213970
plumbing for GPU fast blur
by commit-bot@chromium.org
· 11 years ago
b93ba45
flag to make kClipToLayer_SaveFlag the default behavior
by reed@google.com
· 11 years ago
5c70cdc
hide getTotalClip, so we can eventually remove it
by commit-bot@chromium.org
· 11 years ago
4cd9e21
Add SkCanvas::writePixels that takes info+pixels directly
by commit-bot@chromium.org
· 11 years ago
a5572e5
Add a class to allocate small objects w/o extra calls to new.
by commit-bot@chromium.org
· 11 years ago
490fb6b
Add size_t bytesWritten() const to SkWStream.
by commit-bot@chromium.org
· 11 years ago
759cf48
Now that the matching changes have landed in Chromium we can clean up the API on our side.
by commit-bot@chromium.org
· 11 years ago
dcb8e54
This CL is motivated by the desire to make the skpinfo tool work a bit better. The main concern is that the assumptions made w.r.t. written bytes may not be valid for all SkWStream sub-classes.
by commit-bot@chromium.org
· 11 years ago
eef834f
DM: read image files without an extra copy
by commit-bot@chromium.org
· 11 years ago
f1f66c0
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
fab349c
remove SK_SUPPORT_DEEPCOPYTO_CONFIG code -- no longer used
by commit-bot@chromium.org
· 11 years ago
e494dbd
The motivation for this CL is to de-clutter SkPicture's beginRecording method.
by commit-bot@chromium.org
· 11 years ago
fbde87f
Add GM that directly tests GrRRectEffect and add inverse fill version of effect.
by commit-bot@chromium.org
· 11 years ago
ade9a34
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
6aa6fec
Cleanup patch to move all of SkImageFilterUtils into SkImageFilter.
by senorblanco@chromium.org
· 11 years ago
6f4fb0f
Generating the 1M skps frequently yields truncated skps. This tool is intended to help automate weeding these out.
by commit-bot@chromium.org
· 11 years ago
0bc406d
Adding code to calculate Underline Thickness from Font Metrics, this will be useful when Skia is used with Blink/Chrome. Blink changes are uploaded with code change in patch https://codereview.chromium.org/147703002/
by commit-bot@chromium.org
· 11 years ago
8f90a89
add new onClip* methods to SkCanvas
by robertphillips@google.com
· 11 years ago
03fc3b4
Revert of r13620 (add new onClip* methods to SkCanvas - https://codereview.chromium.org/183453002/) due to broken Chrome Canary and failing tests.
by robertphillips@google.com
· 11 years ago
392c9be
add new onClip* methods to SkCanvas
by robertphillips@google.com
· 11 years ago
3107b6a
add SkCanvas::NewRaster factory -- a very common use-case in chrome
by commit-bot@chromium.org
· 11 years ago
210ae2a
Culling API
by commit-bot@chromium.org
· 11 years ago
6f954b9
Use SkTLazy to hold path in SkClipStack::Element
by commit-bot@chromium.org
· 11 years ago
d957984
Factory methods for heap-allocated SkAnnotation objects.
by commit-bot@chromium.org
· 11 years ago
5007aab
Upstream changes from Android
by commit-bot@chromium.org
· 11 years ago
4ebe382
Revert "Revert of Add getReducedClipStack to lua canvas (https://codereview.chromium.org/180283004/)"
by bsalomon@google.com
· 11 years ago
1caedbb
Revert of Add getReducedClipStack to lua canvas (https://codereview.chromium.org/180283004/)
by commit-bot@chromium.org
· 11 years ago
a47ac2b
Add getReducedClipStack to lua canvas
by commit-bot@chromium.org
· 11 years ago
f792a1b
Builder class for SkLayerRasterizer.
by commit-bot@chromium.org
· 11 years ago
88a9543
Enable the SSSE3 files to be built for Android when SSSE3 is not present.
by commit-bot@chromium.org
· 11 years ago
e8d9614
This is intended to make it easier for us to be backwards compatible.
by commit-bot@chromium.org
· 11 years ago
754de5f
add isClipEmpty() -- encourage clients to call this rather than checking clipFoo() results
by reed@google.com
· 11 years ago
d5f032d
Do not define SK_SUPPORT_DEEPCOPYTO_CONFIG in Skia.
by commit-bot@chromium.org
· 11 years ago
e74e08c
Fix compile errors in legacy copyTo().
by senorblanco@chromium.org
· 11 years ago
8a2ad3c
add new copyTo version to SkBitmap, which takes SkColorType
by commit-bot@chromium.org
· 11 years ago
7b4edb2
Revert of Enable the SSSE3 files to be built for Android when SSSE3 is not present. (https://codereview.chromium.org/169753004/)
by commit-bot@chromium.org
· 11 years ago
32d58e6
Enable the SSSE3 files to be built for Android when SSSE3 is not present.
by commit-bot@chromium.org
· 11 years ago
032a52f
Use SkRRect to store rects in SkClipStack::Element
by commit-bot@chromium.org
· 11 years ago
def6468
Stub for conic section max curvature
by commit-bot@chromium.org
· 11 years ago
aca1c01
Merge tomhudson and mtklein SkPaint shrinking approaches.
by commit-bot@chromium.org
· 11 years ago
7c9d0f3
Factory methods for heap-allocated SkMaskFilter objects.
by commit-bot@chromium.org
· 11 years ago
ed9806f
add SkCanvas::drawDRRect
by commit-bot@chromium.org
· 11 years ago
900ecf2
use colortype instead of config
by reed@google.com
· 11 years ago
0a2bf90
Factory methods for heap-allocated SkPathEffect and SkXfermode objects.
by commit-bot@chromium.org
· 11 years ago
6285f4f
Offer single-param version of deepCopyTo -- much easier to migrate to colortypes
by commit-bot@chromium.org
· 11 years ago
ac50046
Reverting r13496 (Merge tomhudson and mtklein SkPaint shrinking approaches) due to memory leaks
by robertphillips@google.com
· 11 years ago
c2f7824
Analytic rrect clip for cicular corners, radius >= 0.5
by commit-bot@chromium.org
· 11 years ago
cf52f5b
Merge tomhudson and mtklein SkPaint shrinking approaches.
by commit-bot@chromium.org
· 11 years ago
d281c92
Add link to how to generate new SKPs when increasing the picture version
by commit-bot@chromium.org
· 11 years ago
ead1efb
Revert of Merge tomhudson and mtklein SkPaint shrinking approaches. (https://codereview.chromium.org/158913005/)
by commit-bot@chromium.org
· 11 years ago
d017542
Merge tomhudson and mtklein SkPaint shrinking approaches.
by commit-bot@chromium.org
· 11 years ago
31acdea
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
dac5225
replace SkBitmap::Config with SkColorType in gms
by commit-bot@chromium.org
· 11 years ago
2c56cb8
Use factories instead of directly creating SkImageInfo.
by bungeman@google.com
· 11 years ago
87001ed
fix style nit in drawIRect
by reed@google.com
· 11 years ago
403f8d7
still trying to kill setDevice: rename to setRootDevice (better name) and make private
by commit-bot@chromium.org
· 11 years ago
14e50ae
Make canvas pass rrects along to clip stack
by commit-bot@chromium.org
· 11 years ago
9cb671a
fix calling undef inline func build error
by commit-bot@chromium.org
· 11 years ago
e5b2af9
Store SkRRects in SkClipStack
by commit-bot@chromium.org
· 11 years ago
15a1405
Change device factories to take SkImageInfo instead of SkBitmap::Config
by commit-bot@chromium.org
· 11 years ago
a3b5327
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
9836bc3
When the CTM has perspective the back-project method in quickRejectY goes haywire.
by commit-bot@chromium.org
· 11 years ago
09321f5
Remove deprecation of SkBaseDevice::config() so compile can proceed.
by jvanverth@google.com
· 11 years ago
02d6f54
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
ca21a00
SkWriter32: throw in the SkTDArray towel.
by commit-bot@chromium.org
· 11 years ago
c3bd8af
add peekPixels to SkCanvas and SkSurface
by commit-bot@chromium.org
· 11 years ago
ea7d08e
Add unit test for unbalanced save and restores in pictures.
by commit-bot@chromium.org
· 11 years ago
bda591c
Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromium.org/161733002/)
by commit-bot@chromium.org
· 11 years ago
b2d93a9
add peekPixels to SkCanvas and SkSurface
by mike@reedtribe.org
· 11 years ago
5e1a7f2
Revert of r13379 (Move fLastMoveToIndex from SkPath to SkPathRef - https://codereview.chromium.org/146913002/) due to image quality regression in Chromium. See crbug.com/343123 (Regression - UI issue observed for any "Notification infobars" in Chrome browser)
by commit-bot@chromium.org
· 11 years ago
8441f0c
remove width>=0 asserts, as clients rely on this (at least for testing)
by reed@google.com
· 11 years ago
877c449
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
6fe16a3
remove unused deviceconfig from SkShader
by mike@reedtribe.org
· 11 years ago
536ac5e
Templetized SkWriter32 readTAt() & overwriteTAt()
by commit-bot@chromium.org
· 11 years ago
14747e5
Adding new 'extend' mode to SkPath::addPath
by commit-bot@chromium.org
· 11 years ago
Next »