Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
ee7e23d13f5400716715c1823ad6e41d9a5904ca
/
tests
47b679b
comment out info4 test until Rob can fix it
by reed@google.com
· 10 years ago
d049017
Reland bug fixes from "4x allocation in PipeController is probably overkill."
by commit-bot@chromium.org
· 10 years ago
f700fb2
Manually revert "4x allocation in PipeController is probably overkill."
by commit-bot@chromium.org
· 10 years ago
b7acbfe
Flatten resources directory
by halcanary@google.com
· 10 years ago
f9dc07c
Revert "Flatten resources directory"
by djsollen@google.com
· 10 years ago
e5e9602
Flatten resources directory
by commit-bot@chromium.org
· 10 years ago
95c2003
cleanup GrContext resource cache api
by commit-bot@chromium.org
· 10 years ago
8a1e688
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 10 years ago
f97d65d
Fix rendering artifacts in pull-saveLayers-forward mode
by commit-bot@chromium.org
· 10 years ago
888e468
Split Star into Star (stores nothing) and List (stores matches).
by commit-bot@chromium.org
· 10 years ago
1e44730
Noop away PushCull/PopCull pairs with nothing between them.
by commit-bot@chromium.org
· 10 years ago
b2c82c9
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 10 years ago
37f6e62
Move paints to the front of draw structs.
by commit-bot@chromium.org
· 10 years ago
c71da1f
Convert all SkRecordPattern matchers into SkRecord mutators.
by commit-bot@chromium.org
· 10 years ago
ba31f1d
Some small cleanups for image filter code.
by senorblanco@chromium.org
· 10 years ago
d4db657
Fix for SkDisplacementMap::onFilterBounds().
by senorblanco@chromium.org
· 10 years ago
467705a
save-draw*-restore -> noop-draw*-noop
by commit-bot@chromium.org
· 10 years ago
2db7fe7
When solving the cubic line intersection directly fails, use binary search as a fallback.
by commit-bot@chromium.org
· 10 years ago
2d91eff
4x allocation in PipeController is probably overkill.
by commit-bot@chromium.org
· 10 years ago
f5bf3cf
Add SaveLayer-Draw-Restore optimization.
by commit-bot@chromium.org
· 10 years ago
8cca4cc
Split CPU and GPU DeferredCanvas tests
by commit-bot@chromium.org
· 10 years ago
dbf2518
Revert of Split CPU and GPU DeferredCanvas tests (https://codereview.chromium.org/271483002/)
by commit-bot@chromium.org
· 10 years ago
a5b068c
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 10 years ago
68250c8
Fix for empty saveLayer() with a filter which affects transparent black.
by senorblanco@chromium.org
· 10 years ago
0992404
Split CPU and GPU DeferredCanvas tests
by commit-bot@chromium.org
· 10 years ago
1b54646
SaveLayer is not a draw.
by commit-bot@chromium.org
· 10 years ago
0205aba
Infrastructure changes to support pull-saveLayers-forward task
by commit-bot@chromium.org
· 10 years ago
73fffeb
Add pattern matchers for SkRecord
by commit-bot@chromium.org
· 10 years ago
300c606
Revert r14571 (Infrastructure changes to support pull saveLayers forward task - https://codereview.chromium.org/266203003) due to breaking Android unit tests
by robertphillips@google.com
· 10 years ago
11c6b39
Adds a mechanism for GrCacheable objects to notify the resource cache
by commit-bot@chromium.org
· 10 years ago
6b392b6
Infrastructure changes to support pull-saveLayers-forward task
by commit-bot@chromium.org
· 10 years ago
7066bf3
Update tests/RecordOptsTest.cpp
by commit-bot@chromium.org
· 10 years ago
3253f83
fix double->float warning
by reed@google.com
· 10 years ago
4e332f8
add rounding-using-doubles methods on SkScalar and SkRect
by commit-bot@chromium.org
· 10 years ago
089a780
Split GrResource into GrCacheable/GrGpuObject
by commit-bot@chromium.org
· 11 years ago
8c7372b
Fix for SkMatrixConvolutionImageFilter with large borders.
by senorblanco@chromium.org
· 11 years ago
9195743
Add a fix for a spurious assert in SkMatrixConvolutionImageFilter.
by senorblanco@chromium.org
· 11 years ago
1a98a06
one valgrind.supp to rule them all.
by commit-bot@chromium.org
· 11 years ago
901d10d
Add Valgrind suppressions for nvidia driver.
by commit-bot@chromium.org
· 11 years ago
86398e5
Avoid undefined behavior and enable asserts in ClampTest.
by commit-bot@chromium.org
· 11 years ago
91fc81c
fix cubic/line intersection; add skp tests
by commit-bot@chromium.org
· 11 years ago
8dac8b1
Backfill unit tests for SkRecord
by commit-bot@chromium.org
· 11 years ago
1ac99c8
Fixed issue found by clusterfuzz
by commit-bot@chromium.org
· 11 years ago
705b1ff
Don't bother doing the empty clip check in SkRecordDraw.
by commit-bot@chromium.org
· 11 years ago
0a5c233
Implement bounds traversals for tile and matrix convolution filters.
by senorblanco@chromium.org
· 11 years ago
daaafa6
add asAShadowBlur for android to drawlooper
by reed@google.com
· 11 years ago
a31eacb
Refactor SkPictureStateTree::Iterator to avoid use of kClip_SaveFlag.
by commit-bot@chromium.org
· 11 years ago
e396455
move common blur types into central header
by commit-bot@chromium.org
· 11 years ago
2e0c32a
Start using type traits in src/record instead of macros.
by commit-bot@chromium.org
· 11 years ago
9c9005a
Move SkShader::fLocalMatrix into SkShader constructor.
by commit-bot@chromium.org
· 11 years ago
e02c5da
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
8cb1daa
fix minor skp-found bugs
by commit-bot@chromium.org
· 11 years ago
b950c6f
Fix r14368 (First pass at GPU veto) for non-GPU builds
by robertphillips@google.com
· 11 years ago
e2cb12a
First pass at GPU veto
by commit-bot@chromium.org
· 11 years ago
915b972
Reland "Properly set alpha type in webp decode."
by commit-bot@chromium.org
· 11 years ago
76a3b2a
Remove support for inheriting the paint color from SkColorShader
by commit-bot@chromium.org
· 11 years ago
732bd66
Rearrange SkRecord public API to fit better with cc/resources/picture
by commit-bot@chromium.org
· 11 years ago
8f831f2
First step in pulling SkPicturePlayback & SkPictureRecord out of SkPicture
by commit-bot@chromium.org
· 11 years ago
ea26a0e
comment out SkDebugf (only needed for local testing)
by commit-bot@chromium.org
· 11 years ago
88c3e27
Refactor SkRecord opts, converting playback optimizations where possible.
by commit-bot@chromium.org
· 11 years ago
aec1438
Add asADash entry point into SkPathEffect to allow extracting Dash info from PathEffects
by commit-bot@chromium.org
· 11 years ago
2c4e75c
Remove offset to SkMallocPixelRef::NewWithData - use SkData::NewSubset instead.
by commit-bot@chromium.org
· 11 years ago
855e88e
Fixes for SkPictureShader.
by commit-bot@chromium.org
· 11 years ago
ad8ce57
anticipate more optimizations by renaming some files and methods
by commit-bot@chromium.org
· 11 years ago
33a94e2
remove unused fOverflowed from SkClampRange
by reed@google.com
· 11 years ago
770963f
Staging for cleanup of SkPicture-related headers
by robertphillips@google.com
· 11 years ago
091a594
Reduce internal explicit SaveFlags usage.
by commit-bot@chromium.org
· 11 years ago
60bd751
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
5fb2ce3
Staged removal of SkPicture-derived classes
by commit-bot@chromium.org
· 11 years ago
273a00d
fix expected size in 32bit builds
by reed@google.com
· 11 years ago
cc277b7
Orphan ProcXfermode, with an eye towards removing it
by commit-bot@chromium.org
· 11 years ago
efaf53b
remove unused tests to fix new clang build
by commit-bot@chromium.org
· 11 years ago
667b98d
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
45d86e7
always store bitfields along with dirty in FlatteningTraits
by commit-bot@chromium.org
· 11 years ago
39426e2
read/write function_ptrs as just void*, and not as 'array of bytes'
by commit-bot@chromium.org
· 11 years ago
d393b17
Retract SkPicture::kOptimizeForClippedPlayback_RecordingFlag from public API
by commit-bot@chromium.org
· 11 years ago
85faf50
remove legacy filter-flags, and store FilterLevel directly
by commit-bot@chromium.org
· 11 years ago
12a0412
initialize bounds in this test
by commit-bot@chromium.org
· 11 years ago
73cb153
Make sure SkDrawLooper objects can only be allocated on the heap.
by commit-bot@chromium.org
· 11 years ago
653d518
SkRecord bug fixes
by commit-bot@chromium.org
· 11 years ago
a1ed7ae
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
4431e77
Mike R: please sanity check SkPostConfig.h
by commit-bot@chromium.org
· 11 years ago
84b18c7
split SkPictureRecorder out of SkPicture
by robertphillips@google.com
· 11 years ago
f7efa50
Implement intra-frame cacheing in image filters.
by commit-bot@chromium.org
· 11 years ago
cae54f1
remove picture-backed surfaces
by commit-bot@chromium.org
· 11 years ago
c4b21e6
Mark our territory with (C).
by commit-bot@chromium.org
· 11 years ago
28fcae2
Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/)
by commit-bot@chromium.org
· 11 years ago
96edc24
Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/)
by commit-bot@chromium.org
· 11 years ago
18fd2b9
Add a focused public API for src/record.
by commit-bot@chromium.org
· 11 years ago
d923288
Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/)
by commit-bot@chromium.org
· 11 years ago
757ebd2
Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/)
by commit-bot@chromium.org
· 11 years ago
55c9b4e
Cast int to float.
by commit-bot@chromium.org
· 11 years ago
6573ce7
Create SkLayerRasterizer w/o destroying Builder.
by commit-bot@chromium.org
· 11 years ago
ff2de7c
SkRecordDraw: don't bother clipping an empty clip down further
by commit-bot@chromium.org
· 11 years ago
d9ce2be
SkRecordDraw: skip draw ops when the clip is empty
by commit-bot@chromium.org
· 11 years ago
149e9a1
Rename kPMColor_SkColorType to kN32_SkColorType.
by commit-bot@chromium.org
· 11 years ago
e1d9443
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
506db0b
SkRecord: make culling work if SkRecordAnnotateCullingPairs is called.
by commit-bot@chromium.org
· 11 years ago
9ffa52d
More SkRecord TODOs:
by commit-bot@chromium.org
· 11 years ago
b736962
More SkRecord TODOs:
by commit-bot@chromium.org
· 11 years ago
Next »