Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
1bdfd3f4f09e47364f76d3f08177b1ce844ac786
/
src
/
utils
04c9695
Remove Picture deletion listeners.
by mtklein
· 10 years ago
158fcaa
Implement SkPicture::bytesUsed() for SkRecord backend
by tomhudson
· 10 years ago
b07a94f
add roundOut that returns its result
by reed
· 10 years ago
082a462
Move WGL header from include to src
by djsollen
· 10 years ago
b2db898
rename filterTextFlags to disableLCD
by reed
· 10 years ago
6987dca
Rename onCreateDevice -> onCreateCompatibleDevice
by fmalita
· 10 years ago
5adbf1b
Revert of move to modify onCreateDevice virtual (patchset #2 id:20001 of https://codereview.chromium.org/723743002/)
by reed
· 10 years ago
b122ee5
start to replace onCreateDevice with onCreateCompatibleDevice
by reed
· 10 years ago
8c89c52
Revert of Revert of SkDrawCommand scrubbing (patchset #1 id:1 of https://codereview.chromium.org/712683002/)
by fmalita
· 10 years ago
9063ddd
Revert of SkDrawCommand scrubbing (patchset #2 id:20001 of https://codereview.chromium.org/706363002/)
by fmalita
· 10 years ago
1931ec5
SkDrawCommand scrubbing
by fmalita
· 10 years ago
7a72c67
add patch and clicktracking to lua
by reed
· 10 years ago
21402e3
Bug fix for cull_line in SkDashPathEffect.
by egdaniel
· 10 years ago
9f2251c
Crop the fast path dashed lines to the cull rect
by robertphillips
· 10 years ago
7b86466
update slides
by reed
· 10 years ago
2bf8d09
Revert of Override SkCanvas::drawImage() in SkDeferredCanvas and SkGPipe (patchset #8 id:140001 of https://codereview.chromium.org/613673005/)
by piotaixr
· 10 years ago
36c9c11
add more typeface methods to lua
by reed
· 10 years ago
bb8a0ab
update slide content
by reed
· 10 years ago
1b6ab44
add textblobs to lua
by reed
· 10 years ago
db8d0e5
Manually load CONDITION_VARIABLE methods on Windows, checking for failure (XP).
by mtklein
· 10 years ago
615c593
move SkTextBox into utils
by reed
· 10 years ago
89889b6
MultiPictureDraw is taskgroup aware. SampleApp is multipicturedraw aware.
by reed
· 10 years ago
fa49471
SkTaskGroup::add(fn, arg)
by mtklein
· 10 years ago
e5909d3
Override SkCanvas::drawImage[Rect]() in SkProxyCanvas
by piotaixr
· 10 years ago
c830677
In SkPDFDocumentToBitmap, use SkCreateDataProviderFromStream
by halcanary
· 10 years ago
86217d8
add saveLayer to lua
by reed
· 10 years ago
47eedcc
Add utils to better quantize grayscale values to three bit indices while
by pavel
· 10 years ago
9bb7539
Override SkCanvas::drawImage() in SkDeferredCanvas and SkGPipe
by piotaixr
· 10 years ago
b975089
Fix debugger's SaveAs functionality
by robertphillips
· 10 years ago
dd5a1e0
Check SkStream::isAtEnd before attempting to read.
by scroggo
· 10 years ago
9fbc3f3
add gradients and drawPaint to lua
by reed
· 10 years ago
1f66e45
Add an assert that we still have a buffer to readFromBuffer().
by mtklein
· 10 years ago
468b181
add blurimagefilter to lua
by reed
· 10 years ago
6fedd3a
Revert of Override SkCanvas::drawImage() in SkDeferredCanvas and SkGPipe (patchset #5 id:80001 of https://codereview.chromium.org/613673005/)
by rmistry
· 10 years ago
7017168
"Fix" debugger's setMatrix handling
by robertphillips
· 10 years ago
687732f
Override SkCanvas::drawImage() in SkDeferredCanvas and SkGPipe
by piotaixr
· 10 years ago
bdc49ae
create and modify matrices in lua
by reed
· 10 years ago
96affcd
add pictures to lua
by reed
· 10 years ago
f355df5
add canvas:clear to lua
by reed
· 10 years ago
485557f
add surfaces to lua
by reed
· 10 years ago
09a1d67
add key handlers to lua
by reed
· 10 years ago
ba5fb93
add drawImageRect to lua, update sample
by reed
· 10 years ago
e099dd7
Small improvements to SkBitSet:
by mtklein
· 10 years ago
e356c7f
Restore a really single-threaded mode to DM.
by mtklein
· 10 years ago
b7bac3d
Override drawImage*() in SkNWayCanvas
by piotaixr
· 10 years ago
05c4a43
Revert of Revert of Fix SkTextBlob offset semantics. (patchset #1 id:1 of https://codereview.chromium.org/609223003/)
by fmalita
· 10 years ago
d46b8d2
Revert of Fix SkTextBlob offset semantics. (patchset #2 id:20001 of https://codereview.chromium.org/605533002/)
by robertphillips
· 10 years ago
faccb8e
SkMatrix44::preserves2dAxisAlignment()
by tomhudson
· 10 years ago
c13bc57
Fix SkTextBlob offset semantics.
by Florin Malita
· 10 years ago
b5fae93
SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas
by piotaixr
· 10 years ago
2456b76
Revert of SkCanvas::drawImage is the new way for drawing an SkImage to a Canvas (patchset #9 id:160001 of https://codereview.chromium.org/583453002/)
by borenet
· 10 years ago
4327899
SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas
by piotaixr
· 10 years ago
4a8126e
Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)"
by reed
· 10 years ago
29c857d
Revert of introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)
by reed
· 10 years ago
3716fd0
introduce Props to surface (work in progress)
by reed
· 10 years ago
4bcc202
Use SkImage::NewFromGenerator() instead of SkImage::newEncodedData()
by piotaixr
· 10 years ago
49005bf
Picture Recording: fix the performance bottleneck in SkDeferredCanvas::isFullFrame
by yunchao.he
· 10 years ago
5087b2c
Revert of Picture Recording: fix the performance bottleneck in SkDeferredCanvas::isFullFrame (patchset #7 id:140001 of https://codereview.chromium.org/545813002/)
by mtklein
· 10 years ago
8e45c37
Picture Recording: fix the performance bottleneck in SkDeferredCanvas::isFullFrame
by yunchao.he
· 10 years ago
eefd18c
Let SkTaskGroup work synchronously if no one created an SkTaskGroup::Enabler.
by mtklein
· 10 years ago
33a3050
SkData can allocate room for its contents in the same block
by reed
· 10 years ago
f548444
Detect presence of dwrite_1.h.
by bungeman
· 10 years ago
49f085d
"NULL !=" = NULL
by bsalomon
· 10 years ago
406654b
SkThreadPool ~~> SkTaskGroup
by mtklein
· 10 years ago
2460bbd
Revert of SkThreadPool ~~> SkTaskGroup (patchset #4 id:60001 of https://codereview.chromium.org/531653002/)
by mtklein
· 10 years ago
9c7207b
SkThreadPool ~~> SkTaskGroup
by mtklein
· 10 years ago
e5ea500
Hide fields in SkImageInfo
by reed
· 10 years ago
8482504
make allocPixels throw on failure
by reed
· 10 years ago
5577387
Debugger render support for SkDrawTextBlobCommand.
by fmalita
· 10 years ago
a8d7f0b
Try out scalar picture sizes
by robertphillips
· 10 years ago
3031350
Add missing text blob SkDrawCommand string.
by fmalita
· 10 years ago
b742517
SkTextBlob plumbing
by fmalita
· 10 years ago
5e7b4f9
Require length in sk_wchar_to_string.
by bungeman
· 10 years ago
8bf3df6
remove code for (dead) SK_SUPPORT_LEGACY_GETCLIPTYPE
by reed
· 10 years ago
95498ed
Fix typo
by krajcevski
· 10 years ago
7e5598a
Added bench for grid of patches.
by dandov
· 10 years ago
45f7842
Fixed memory leak for nanobench and crashing in SampleApp NOTREECHECKS=True
by dandov
· 10 years ago
b3f319f
Add support for new drawPicture entry point to debugger
by robertphillips
· 10 years ago
cc03adb
Proposal for the mesh gradient interface. Implemented as a grid of
by dandov
· 10 years ago
d211c54
Turn off pedantic blit rect
by krajcevski
· 10 years ago
dea60f6
Replace LLU with ULL to make VS2012 work again.
by halcanary
· 10 years ago
35fbd01
Migrate SkRTConfRegistry test to DEF_TEST().
by tfarina
· 10 years ago
b3c9d1c
SkCanvas::drawPatch param SkPoint[12]
by dandov
· 10 years ago
a10555a
Add BlitRect to SkTCompressedAlphaBlitter
by krajcevski
· 10 years ago
d5fa1a4
add drawPicture variant that takes a matrix and paint
by reed
· 10 years ago
dff491b
Implement BlitRect for SkTCompressedAlphaBlitter
by krajcevski
· 10 years ago
ab4c711
Fix bug in blitAntiH
by krajcevski
· 10 years ago
6eb03cc
Add option to dump images from nanobench.
by bsalomon
· 10 years ago
95b1b3d
Add astcbitmap to gm slides.
by krajcevski
· 10 years ago
7b62448
Revert of - Add astcbitmap to gm slides (https://codereview.chromium.org/444093002/)
by krajcevski
· 10 years ago
2fc0582
- Add astcbitmap to gm slides
by krajcevski
· 10 years ago
45a0bf5
Pass a struct of functions instead of a function to the compressed blitter
by krajcevski
· 10 years ago
b8ccc2f
Pass compressed blitters to our mask drawing algorithm
by krajcevski
· 10 years ago
963137b
Stopped skipping tests in dm of SkPatch by implementing the
by dandov
· 10 years ago
3c7edda
Initial ASTC decoder -- currently only supports 2D LDR decomrpession modes.
by krajcevski
· 10 years ago
683206a
Revert of Initial ASTC decoder -- currently only supports 2D LDR decomrpession modes. (https://codereview.chromium.org/444433002/)
by krajcevski
· 10 years ago
1840dcd
Initial ASTC decoder -- currently only supports 2D LDR decomrpession modes.
by krajcevski
· 10 years ago
847092c
SkThreadPool and co. are not public.
by mtklein
· 10 years ago
40a1e11
Add support for all compressed formats in KTX file format
by krajcevski
· 10 years ago
e90c900
Add ETC1 format to SkTextureCompressor
by krajcevski
· 10 years ago
Next »