| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
| |
BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1533953002
NOTREECHECKS=True
Review URL: https://codereview.chromium.org/1533953002
|
|
|
|
|
|
|
|
|
|
| |
Other text as blobs to follow.
https://gold.skia.org/search2?issue=1417703009&unt=true&query=source_type%3Dgm&master=false&include=true
BUG=skia:
Review URL: https://codereview.chromium.org/1417703009
|
|
|
|
|
|
|
|
| |
https://gold.skia.org/search2?issue=1432593002&unt=true&query=source_type%3Dgm&master=false&include=true
BUG=skia:
Review URL: https://codereview.chromium.org/1432593002
|
|
|
|
|
|
|
|
|
|
| |
You can see from the diffs this is a step forward, but with bugs to fix:
https://gold.skia.org/search2?issue=1418483006&unt=true&query=source_type%3Dgm&master=false&include=true
BUG=skia:
Review URL: https://codereview.chromium.org/1418483006
|
|
|
|
|
|
|
|
|
| |
Changes:
https://gold.skia.org/search2?issue=1408383007&unt=true&query=source_type%3Dgm&master=false&include=true
BUG=skia:
Review URL: https://codereview.chromium.org/1408383007
|
|
|
|
|
|
|
|
|
|
|
|
| |
- move Client / Server definitions to .cpp
- rename Client / Server to Canvas / Decoder
No diffs:
https://gold.skia.org/search2?issue=1409113005&unt=true&query=source_type%3Dgm&master=false&include=true
BUG=skia:
Review URL: https://codereview.chromium.org/1409113005
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Cache becomes CachingEncoder that wraps another Encoder
- Encoders provide IDs
- syntaxy improvements to Client
- ID isn't really protocol sensitive.
- I don't think we need Type::kNone.
No diffs.
https://gold.skia.org/search2?issue=1418863002&unt=true&query=source_type%3Dgm&master=false&include=true
BUG=skia:
Review URL: https://codereview.chromium.org/1418863002
|
|
|
|
|
|
|
|
| |
https://gold.skia.org/search2?issue=1417703003&unt=true&query=source_type%3Dgm&master=false&include=true&limit=60
BUG=skia:
Review URL: https://codereview.chromium.org/1417703003
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Note this changes the default ID for each type from a valid non-null value to a nullptr.
All the ()++ are now ++(), so we always work with non-null IDs when we define things.
Some of this is prematurely generalized with an eye for supporting other effects and ref-counted things.
https://gold.skia.org/search2?issue=1412223002&unt=true&query=source_type%3Dgm&master=false&include=true
BUG=skia:
Review URL: https://codereview.chromium.org/1412223002
|
|
|
|
|
|
|
|
|
|
|
| |
Misc only has data in the first 10 bytes of its 12 byte layout.
We need to stop hashing at 10 bytes.
C.f. http://build.chromium.org/p/client.skia/builders/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Valgrind/builds/581
BUG=skia:
Review URL: https://codereview.chromium.org/1409273006
|
|
|
|
|
|
|
|
|
|
|
| |
Drawing with SkRect::MakeLargest() isn't actually working.
This appears to work correctly, and even be correct.
(It's a case explicitly handled by SkCanvas::onDrawPath).
BUG=skia:
Review URL: https://codereview.chromium.org/1411303002
|
|
|
|
| |
Review URL: https://codereview.chromium.org/1412013002
|
|
|
|
| |
Review URL: https://codereview.chromium.org/1409273004
|
|
|
|
| |
Review URL: https://codereview.chromium.org/1410223002
|
|
|
|
| |
Review URL: https://codereview.chromium.org/1409253003
|
|
|
|
|
|
|
|
|
| |
It's only used by Cache and Client.
This moves it to SkRemote.cpp, where they live.
BUG=skia:
Review URL: https://codereview.chromium.org/1409273002
|
|
BUG=skia:
Review URL: https://codereview.chromium.org/1391023005
|