Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
40f6e3a25c0d35b9416346b72f1b6ba07778d173
/
dm
5aacfe9
Remove setLocalMatrix calls from picture shader GM.
by commit-bot@chromium.org
· 11 years ago
c09abe6
Revert of Remove setLocalMatrix calls from picture shader GM. (https://codereview.chromium.org/260863007/)
by commit-bot@chromium.org
· 11 years ago
74b8cb1
Remove setLocalMatrix calls from picture shader GM.
by commit-bot@chromium.org
· 11 years ago
9dccafa
Fix type in DM/mesa
by bsalomon@google.com
· 11 years ago
90d81c9
DM: Apply initial transform in --skr mode.
by commit-bot@chromium.org
· 11 years ago
3f03215
DM: Push GPU-parent child tasks to the front of the queue.
by commit-bot@chromium.org
· 11 years ago
b0c7156
DM: run child tasks that are already on the CPU threadpool serially
by commit-bot@chromium.org
· 11 years ago
125c6cd
DM: when 32-bit, disable pathops internal threading by default
by commit-bot@chromium.org
· 11 years ago
a90c680
Turn on quilt mode in DM.
by commit-bot@chromium.org
· 11 years ago
96eb624
DM's rtree picture replay mode can ignore kSkippedTiled_Flag safely.
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
2c4e75c
Remove offset to SkMallocPixelRef::NewWithData - use SkData::NewSubset instead.
by commit-bot@chromium.org
· 11 years ago
770963f
Staging for cleanup of SkPicture-related headers
by robertphillips@google.com
· 11 years ago
5fb2ce3
Staged removal of SkPicture-derived classes
by commit-bot@chromium.org
· 11 years ago
d393b17
Retract SkPicture::kOptimizeForClippedPlayback_RecordingFlag from public API
by commit-bot@chromium.org
· 11 years ago
b17a24f
SkRecord: turn on cull annotation pass in public API.
by commit-bot@chromium.org
· 11 years ago
5199701
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
84b18c7
split SkPictureRecorder out of SkPicture
by robertphillips@google.com
· 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
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
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
506db0b
SkRecord: make culling work if SkRecordAnnotateCullingPairs is called.
by commit-bot@chromium.org
· 11 years ago
e3ff558
SkRecord strawman
by commit-bot@chromium.org
· 11 years ago
fa8cb1c
Make DM play nice with the plan to split CPU and GPU work.
by commit-bot@chromium.org
· 11 years ago
787227d
Let DM work without a GPU.
by commit-bot@chromium.org
· 11 years ago
b640186
Add NVPR configs to DM
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
a39874b
DM: tweak output. Show task name in verbose mode only, and add task runtime.
by commit-bot@chromium.org
· 11 years ago
1426c1e
DM: fix -w/-r problems stemming from PM/UPM conversions.
by commit-bot@chromium.org
· 11 years ago
ef57b7e
DM: make GPU tasks multithreaded again. Big refactor.
by commit-bot@chromium.org
· 11 years ago
d1a7e2e
DM: don't crash on Mac.
by commit-bot@chromium.org
· 11 years ago
38aeb0f
DM: also run benches once.
by commit-bot@chromium.org
· 11 years ago
0dc5bd1
Let DM run unit tests.
by commit-bot@chromium.org
· 11 years ago
79e1326
Revert of Let DM run unit tests. (https://codereview.chromium.org/178273002/)
by commit-bot@chromium.org
· 11 years ago
6bd250a
Let DM run unit tests.
by commit-bot@chromium.org
· 11 years ago
8a2ad3c
add new copyTo version to SkBitmap, which takes SkColorType
by commit-bot@chromium.org
· 11 years ago
8565917
DM: don't run rtree when kSkipTiled is set.
by commit-bot@chromium.org
· 11 years ago
5301070
DM: don't run rtree when kSkipTiled is set.
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
0888b75
DM: catch -r foo -w foo.
by commit-bot@chromium.org
· 11 years ago
b06faac
Factor out UnPreMultiplyPreservingByteOrder
by commit-bot@chromium.org
· 11 years ago
389fb7f
DM: don't change byte order when unpremultiplying to compare to PNGs.
by commit-bot@chromium.org
· 11 years ago
88e1ec8
Add 565 to dm defaults.
by commit-bot@chromium.org
· 11 years ago
672588b
change offset to xy for pixelref subsetting
by reed@google.com
· 11 years ago
69a0d7a
DM: fix failures when using -r by comparing unpremultiplied.
by commit-bot@chromium.org
· 11 years ago
261c666
Make tests output spin on the same line by default.
by commit-bot@chromium.org
· 11 years ago
99589af
Add support for reading a directory of images with --expectations (-r).
by commit-bot@chromium.org
· 11 years ago
9e5a549
Missed this flag. imagemagnifier asserts without it.
by commit-bot@chromium.org
· 11 years ago
d6bab02
Reverting r12427
by rmistry@google.com
· 11 years ago
5b39f5b
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
73afd37
Add missing SkIntToScalars.
by mtklein@google.com
· 11 years ago
09f2579
DM: add --tileGrid
by mtklein@google.com
· 11 years ago
ca5bb87
DM: write failed comparison mode .pngs one more level deep in the tree.
by mtklein@google.com
· 11 years ago
ee21a3e
DM: some refactoring
by mtklein@google.com
· 11 years ago
1ecd9cf
Fix a warning building DM using ninja on Mac.
by scroggo@google.com
· 11 years ago
c136242
DM: add --rtree.
by commit-bot@chromium.org
· 11 years ago
0caa68a
DM: add --quiet
by commit-bot@chromium.org
· 11 years ago
2d3a789
DM: add --pipe
by commit-bot@chromium.org
· 11 years ago
cdd3620
DM: move --match check earlier to fix the "N GMs x M configs" log line.
by commit-bot@chromium.org
· 11 years ago
a34b1f8
DM: print cache stats after every GPU GM when GR_CACHE_STATS is set
by commit-bot@chromium.org
· 11 years ago
192cbf6
DM: add --serialize
by commit-bot@chromium.org
· 11 years ago
a7a9f37
DM: add --writePath
by mtklein@google.com
· 11 years ago
66bb3d1
DM: duh, don't calculate digests unless we're going to look at them.
by commit-bot@chromium.org
· 11 years ago
846872f
Fix DM build failures:
by commit-bot@chromium.org
· 11 years ago
d36522d
dm is like gm, but faster and with fewer features.
by mtklein@google.com
· 11 years ago