Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
a100bb25a5bdad593b088c706ba767c779de9f58
a100bb2
New baselines for imagefiltersclipped, imagefiltersscaled GMs.
by senorblanco@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
cb33687
Start prototyping what DisplayList support will look like.
by commit-bot@chromium.org
· 11 years ago
e09244d
Apply the CTM to the offset in the slow SkOffsetImageFilter path.
by senorblanco@chromium.org
· 11 years ago
707bd60
Make rrects.cpp compile in no-gpu mode TBR=robertphillips@google.com
by bsalomon@google.com
· 11 years ago
8cc39a6
rebaseline_server: better reporting for bad URL fetch
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
f23910b
New baselines for perspective switch
by commit-bot@chromium.org
· 11 years ago
ade9a34
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
3b98759
rebaseline_server: keep going on exception in ImagePair.__init__()
by commit-bot@chromium.org
· 11 years ago
1643b2c
This adds cull rect visualization to the debugger's "mega" visualization mode.
by commit-bot@chromium.org
· 11 years ago
5f6ac03
Don't emit declaration of gl_FragPos unless also changing the origin.
by commit-bot@chromium.org
· 11 years ago
b83ec64
bench rebase after skp update.
by commit-bot@chromium.org
· 11 years ago
6aa6fec
Cleanup patch to move all of SkImageFilterUtils into SkImageFilter.
by senorblanco@chromium.org
· 11 years ago
94e43ff
Baselines for skia:2146
by commit-bot@chromium.org
· 11 years ago
085a6e4
Rename test files to end with Test.cpp.
by commit-bot@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
1b94819
roll_deps: Return a tuple even when returning early
by commit-bot@chromium.org
· 11 years ago
450d9ef
Add the ability to select bbh type, and include quadtree support.
by commit-bot@chromium.org
· 11 years ago
768ac85
The new "mega" viz mode both adds visualization and forces all drawing to the visible canvas (by replacing the active saveLayers with saves).
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
47d98c8
Fix CTM scaling and clipping of SkRectShaderImageFilter.
by senorblanco@chromium.org
· 11 years ago
c9b2c88
New approach for GPU font atlas
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
370a899
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
f4c0653
Rebaseline convexclip2_aa gpu on win7
by bsalomon@google.com
· 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
f535561
Cleanup GrGLInterface after Chromium changes
by commit-bot@chromium.org
· 11 years ago
ad4bcb7
Image rebaselines for r13627 (add new onClip* methods to SkCanvas)
by robertphillips@google.com
· 11 years ago
e892615
Adding flag to switch bench_record into tilegrid mode
by commit-bot@chromium.org
· 11 years ago
8f90a89
add new onClip* methods to SkCanvas
by robertphillips@google.com
· 11 years ago
069c2a4
Updates to the Android.mk writer.
by commit-bot@chromium.org
· 11 years ago
6c50cd3
remove SK_SUPPORT_DEEPCOPYTO_CONFIG
by reed@google.com
· 11 years ago
e72a408
Updates to gyp files for building Android.mk
by commit-bot@chromium.org
· 11 years ago
842292f
remove SK_SUPPORT_LEGACY_LAYERDRAWLOOPER_PAINTFLAGS -- not needed
by reed@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
d85f32c
Make GrConvexPolyEffect support inverse fills and non-AA rects
by commit-bot@chromium.org
· 11 years ago
392c9be
add new onClip* methods to SkCanvas
by robertphillips@google.com
· 11 years ago
0e53075
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
9d0ecf4
Modify how gpu.gyp includes angle.gyp.
by commit-bot@chromium.org
· 11 years ago
3107b6a
add SkCanvas::NewRaster factory -- a very common use-case in chrome
by commit-bot@chromium.org
· 11 years ago
4fcc3ca
Add GrSet class built on top of RedBlackTree
by commit-bot@chromium.org
· 11 years ago
f679d1b
Rename Path to Path2D
by commit-bot@chromium.org
· 11 years ago
64ca102
Use chromium's gyp if third_party is not available.
by commit-bot@chromium.org
· 11 years ago
2b3a204
replace gm_fprintf() calls with SkDebugf()
by commit-bot@chromium.org
· 11 years ago
8dab8ec
rebaseline_server: fix "Results current as of <timestamp>" banner
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
939560b
Move SkV8Example to SkSurface
by commit-bot@chromium.org
· 11 years ago
5e16ef7
Whitespace change to verify build fix
by commit-bot@chromium.org
· 11 years ago
48f31bd
try to deprecate fFlagsMask from SkLayerDrawLooper
by reed@google.com
· 11 years ago
0b1afcc
Whitespace change to test CQ
by commit-bot@chromium.org
· 11 years ago
d957984
Factory methods for heap-allocated SkAnnotation objects.
by commit-bot@chromium.org
· 11 years ago
4472301
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
38aeb0f
DM: also run benches once.
by commit-bot@chromium.org
· 11 years ago
40ac5e5
BlendTest: implicit casts -> explicit casts
by commit-bot@chromium.org
· 11 years ago
c530208
Add point count to lua SkPath.
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
16f4180
rebaseline_server: use new intermediate JSON format as described in https://goto.google.com/ChangingRbsJson
by commit-bot@chromium.org
· 11 years ago
1caedbb
Revert of Add getReducedClipStack to lua canvas (https://codereview.chromium.org/180283004/)
by commit-bot@chromium.org
· 11 years ago
b805fe5
Fix SampleApp build
by bsalomon@google.com
· 11 years ago
573f848
BlendTest: implicit casts -> explicit casts
by commit-bot@chromium.org
· 11 years ago
a47ac2b
Add getReducedClipStack to lua canvas
by commit-bot@chromium.org
· 11 years ago
335619b
update comments within expectations/gm/ignored-tests.txt
by commit-bot@chromium.org
· 11 years ago
0dc5bd1
Let DM run unit tests.
by commit-bot@chromium.org
· 11 years ago
1e762d3
Adjusts one Win7 bench expectation (googlespreadsheetdashed, scalar1.1_gpu).
by commit-bot@chromium.org
· 11 years ago
f792a1b
Builder class for SkLayerRasterizer.
by commit-bot@chromium.org
· 11 years ago
e600c32
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
7f428a9
Check in today's exhaustive blend experiments.
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
036405d
Change comment for inverse_paths GM in ignored-tests.txt
by bsalomon@google.com
· 11 years ago
ee1d758
rebaseline extractbitmap GMs, as the test itself changed
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
b4c5f06
allow skia flags to be specified in a skia file, but reference by chrome's skia_common.gypi
by reed@google.com
· 11 years ago
888999a
rebaseline rrect gms
by bsalomon@google.com
· 11 years ago
076ce35
Fix valgrind bot errors introduced in f84722e4777.
by commit-bot@chromium.org
· 11 years ago
5cf54d7
Rebaselines for https://codereview.chromium.org/177963003/
by commit-bot@chromium.org
· 11 years ago
418d00f
Rebaseline canvas-layer-state (PDF only).
by senorblanco@chromium.org
· 11 years ago
fe68eb6
ARM Skia NEON patches - 25 - S32A_D565_Opaque_Dither clean/bugfix/speed
by commit-bot@chromium.org
· 11 years ago
90667ba
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 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
0714360
Add SK_API to GrGLExtensions
by commit-bot@chromium.org
· 11 years ago
575d9cd
Simplify GM-as-bench code.
by commit-bot@chromium.org
· 11 years ago
d85b822
Add some SkPath lua functions
by commit-bot@chromium.org
· 11 years ago
2ea14c6
Fix ChromeOS build broken in f84722e4777
by commit-bot@chromium.org
· 11 years ago
f84722e
Build Skia for a bare-bones embedded Linux system.
by commit-bot@chromium.org
· 11 years ago
b48be71
Rebaselines for https://codereview.chromium.org/158973002/
by djsollen@google.com
· 11 years ago
754de5f
add isClipEmpty() -- encourage clients to call this rather than checking clipFoo() results
by reed@google.com
· 11 years ago
5cc2535
Add getClipStack method to lua SkCanvas
by commit-bot@chromium.org
· 11 years ago
d5f032d
Do not define SK_SUPPORT_DEEPCOPYTO_CONFIG in Skia.
by commit-bot@chromium.org
· 11 years ago
3d30520
Add DRRect to debugger
by commit-bot@chromium.org
· 11 years ago
6c5f1fd
I believe this makes it clearer what is going on; namely:
by commit-bot@chromium.org
· 11 years ago
2e34b21
adjust one mac bench range.
by commit-bot@chromium.org
· 11 years ago
e74e08c
Fix compile errors in legacy copyTo().
by senorblanco@chromium.org
· 11 years ago
89f077c
Fix saveLayer() clipping w/filters, GPU path.
by senorblanco@chromium.org
· 11 years ago
f54ea10
bench rebaseline with new parameters.
by commit-bot@chromium.org
· 11 years ago
Next »