Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
4a71997e0d2ae1c08a80c3d0e59c73b2ceb50c5c
4a71997
Add chart bench. Review URL: https://codereview.appspot.com/7368051
by bsalomon@google.com
· 12 years ago
dff53c2
remove obsolete build flag SK_IGNORE_CONVEX_QUAD_OPT
by reed@google.com
· 12 years ago
e4646db
remove obsolete build flag SK_IGNORE_SETLINE_FIX
by reed@google.com
· 12 years ago
fc28bd5
remove obsolete build flag SK_IGNORE_GRADIENT_DITHER_FIX
by reed@google.com
· 12 years ago
bcab265
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
4b6d432
Small adjustments to SkRectShaderImageFilter to follow up on original cl.
by sugoi@google.com
· 12 years ago
4f62bf4
Fix GM self-test expectations, mkII
by borenet@google.com
· 12 years ago
1df2a5e
Fix GM self-test expectations Review URL: https://codereview.appspot.com/7386048
by borenet@google.com
· 12 years ago
a904ea1
Fix ignored errors in GM when no reference images are provided
by borenet@google.com
· 12 years ago
3c8fb51
Fix warnings-as-errors on Mac10.6 and Win. Unreviewed.
by senorblanco@chromium.org
· 12 years ago
96966a5
Use CPU arrays for dynamic indices/vertices on ARM GPUs.
by bsalomon@google.com
· 12 years ago
a1c511b
New SkRectShaderImageFilter image filter
by sugoi@google.com
· 12 years ago
ee3bc3b
Add support for vertex data rendered from CPU arrays.
by bsalomon@google.com
· 12 years ago
d454ec1
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
46dc43d
Make ANGLE bot run only ANGLE configs in bench_pictures
by borenet@google.com
· 12 years ago
e49ad45
Add GrGLBufferImpl to unify implementation of GrGLVertexBuffer and GrGLIndexBuffer.
by bsalomon@google.com
· 12 years ago
d98df1a
Fix compile errors in blur code on Windows.
by jvanverth@google.com
· 12 years ago
1e1a24e
remove blur radius reinterpretation for now to make rebaselining simpler and avoid significant changes to webkit and JNI -- those come later
by humper@google.com
· 12 years ago
a99a92c
Complete the implementation of the faster blur; now supports all blur styles and matches the boxfilter approximation visually. Also change the interpretation of the blur radius to be sigma/2; need to add SK_IGNORE_BLUR_RADIUS_CORRECTNESS to chromium GYP to avoid immediate layout test failures over there.
by humper@google.com
· 12 years ago
f33612b
Fix compare of scalar against (int) kMaxTValue.
by reed@google.com
· 12 years ago
5e0500f
shape ops work in progress
by caryclark@google.com
· 12 years ago
76bf70d
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
baaf8c5
add as experiment to factor out low-level enums and types
by mike@reedtribe.org
· 12 years ago
b94b1e7
Fix handling of setMatrix in debugger
by robertphillips@google.com
· 12 years ago
19e393c
Fix unused var warning.
by bsalomon@google.com
· 12 years ago
880b8fc
Refactor tracking of bound vbufs and ibufs and vertex attrib arrays.
by bsalomon@google.com
· 12 years ago
a62a9ce
Enable blur rounding (unreviewed).
by senorblanco@chromium.org
· 12 years ago
4a525d7
Add rounding to the separable blurs. This should ensure that the box blurs are energy-preserving (ie., blurring solid 255 alpha stays 255 alpha).
by senorblanco@chromium.org
· 12 years ago
5680a51
remove experimental code that accidentally got delivered
by robertphillips@google.com
· 12 years ago
d0a19eb
shape ops work in progress
by caryclark@google.com
· 12 years ago
70158de
Rebaselined webpage image GMs for ['base-macmini', 'base-macmini-lion-float', 'base-macmini-10_8'] on Google Storage.
by rmistry@google.com
· 12 years ago
dd0c3a5
fix signature for onFindClickHandler
by mike@reedtribe.org
· 12 years ago
87bc94d
Rebaselined webpage image GMs for ['base-shuttle-win7-intel-angle', 'base-shuttle-win7-intel-directwrite'] on Google Storage.
by rmistry@google.com
· 12 years ago
edb711b
bench_graph_svg: HUGE speedup for parsing tiled bench data
by epoger@google.com
· 12 years ago
6a7b033
Rebaselined webpage image GMs for ['base-shuttle-win7-intel-float', 'base-shuttle-win7-intel-angle', 'base-shuttle-win7-intel-directwrite'] on Google Storage.
by rmistry@google.com
· 12 years ago
bd9669a
bench_graph_svg: add r7618 results (NOT per-tile) to self-test source data
by epoger@google.com
· 12 years ago
e7707c2
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
47d73da
shape ops work in progress
by caryclark@google.com
· 12 years ago
6d697f4
Rebaselined webpage image GMs for ['base-shuttle_ubuntu12_ati5770'] on Google Storage.
by rmistry@google.com
· 12 years ago
bea296a
Whitespace change to test (RunBuilders:Skia_Shuttle_Ubuntu12_ATI5770_Float_Debug_32)
by rmistry@google.com
· 12 years ago
ce8343d
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
87fbbd3
non-SK_DEVELOPER-mode patch for r7752
by robertphillips@google.com
· 12 years ago
e4ce5b8
Add NOOP "command" to picture format
by robertphillips@google.com
· 12 years ago
aa6470a
bench_graph_svg self-test: add non-tile bench data
by epoger@google.com
· 12 years ago
673816c
tools/tests/run.sh: download test bench data from Google Storage rather than SVN
by epoger@google.com
· 12 years ago
f929150
Fix for skp chunk sizes when clips are used outside of any save
by robertphillips@google.com
· 12 years ago
2ca1aaa
Now store chunk size in skp file format
by robertphillips@google.com
· 12 years ago
044679e
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
e9b31fa
bench_graph_svg: more sorting to get deterministic results
by epoger@google.com
· 12 years ago
2459a39
bench_graph_svg: generate output in consistently sorted order, to make diffs more useful
by epoger@google.com
· 12 years ago
5d0a769
debug dump functions for mathematica visualization
by humper@google.com
· 12 years ago
cfb7b91
print a useful message when assert fails on the mac
by humper@google.com
· 12 years ago
ad91d92
try precompiling regexps to speed up bench_graph_svg.py
by epoger@google.com
· 12 years ago
9316d7a
disable new bench_graph_svg test in tools/tests/run.sh that fails on housekeeper
by epoger@google.com
· 12 years ago
45a8fc6
shape ops work in progress
by caryclark@google.com
· 12 years ago
3976825
Remove unused texture coordinate flags.
by jvanverth@google.com
· 12 years ago
682e1f9
Use CGL rather than AGL on the Mac.
by bsalomon@google.com
· 12 years ago
f4eeeab
tools/tests/run.sh: add self-test for bench_graph_svg.py
by epoger@google.com
· 12 years ago
37a2b39
Added SK_DEVELOPER wrapper's around toString calls in debugger's SkObjectParser
by robertphillips@google.com
· 12 years ago
791f12e
Move SkPaint::toString from debugger to SkPaint
by robertphillips@google.com
· 12 years ago
024e523
Fix for Gorilla test
by jvanverth@google.com
· 12 years ago
3d18d06
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
ba98f95
Script to plot tile vs. viewport comparison for given platform and revision.
by bensong@google.com
· 12 years ago
9053c2e
Add animated line chart sample
by bsalomon@google.com
· 12 years ago
8825367
Remove checked-in moc_* files
by borenet@google.com
· 12 years ago
2f10475
Fix moc generation with SK_SUPPORT_GPU defined
by robertphillips@google.com
· 12 years ago
d271d24
gm: Add ability to compare against checksums (as opposed to image files)
by epoger@google.com
· 12 years ago
73a9694
Use SkMWRandom in GLPrograms test.
by bsalomon@google.com
· 12 years ago
45a412e
r7719 was an exact reland of r7713. This CL is fix.
by bsalomon@google.com
· 12 years ago
6a51dcb
Attempt to reland r7713 with fix.
by bsalomon@google.com
· 12 years ago
1eeef16
Revert r7713 until GM changes are understood.
by bsalomon@google.com
· 12 years ago
d2afa6e
Move view matrix flush to GrGLPrograms.
by bsalomon@google.com
· 12 years ago
1780a3c
Fix filter optimizations to take the paint's alpha into account
by robertphillips@google.com
· 12 years ago
e8fe4bc
Allow debugger to be compiled without Ganesh
by robertphillips@google.com
· 12 years ago
9120748
Move code that builds GrGLProgram::Desc to GrGLProgram. Move color and coverage flush to GrGLProgram.
by bsalomon@google.com
· 12 years ago
2b44673
Move blend optimization functions to GrDrawState.
by bsalomon@google.com
· 12 years ago
f186757
call through to to the virtual drawPath from drawOval, for subclasses (e.g. pdf)
by reed@google.com
· 12 years ago
2ae67e7
add custom implementation for drawBitmapRect to shield from changes in SkDevice
by edisonn@google.com
· 12 years ago
e182829
mirror of https://codereview.appspot.com/7312060/
by reed@google.com
· 12 years ago
b15e606
Turn off per-iteration tile time reporting
by borenet@google.com
· 12 years ago
8626719
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
01bfd75
Argv[0] isn't the first argument to anything.
by reed@google.com
· 12 years ago
8d84b8f
Adding comments based on review https://codereview.appspot.com/7300072/
by junov@chromium.org
· 12 years ago
994b52e
Correct default value for GR_STATIC_RECT_VB
by bsalomon@google.com
· 12 years ago
522dbd2
match chromium's approach for locating the most appropriate macos SDK to use
by humper@google.com
· 12 years ago
6438695
Revert 7625 until after M26 due to a mix of perf changes.
by bsalomon@google.com
· 12 years ago
6577cd3
Fix uninitialized Render Target origin issue in debugger
by robertphillips@google.com
· 12 years ago
06d6ac6
Clean up some out of order initialization warnings.
by scroggo@google.com
· 12 years ago
f507c41
Adding option to SkTileGrid for specifying border pixels.
by junov@chromium.org
· 12 years ago
f729a71
Re-enabled performance checking on Windows
by robertphillips@google.com
· 12 years ago
d8e0d6a
Optimize building gradient cache for when we know alpha is always 0xFF.
by reed@google.com
· 12 years ago
0556ea0
Add support for using ANGLE in bench_pictures.
by scroggo@google.com
· 12 years ago
6184c97
Removes redundant and wrong check.
by bensong@google.com
· 12 years ago
06ded2d
Fixes indentation error. Review URL: https://codereview.appspot.com/7307077
by bensong@google.com
· 12 years ago
7325818
Fixes a bug that didn't address new perfdata location.
by bensong@google.com
· 12 years ago
7cacbbd
fix build on Macos
by humper@google.com
· 12 years ago
897f462
Fix for Mac compile warnings. Temporarily removed random gorilla test.
by jvanverth@google.com
· 12 years ago
5a90ada
Add Random unit tests.
by jvanverth@google.com
· 12 years ago
f1ee5b5
Add .swp files to gitignore.
by scroggo@google.com
· 12 years ago
c3799ad
Add a bench for SkBicubicImageFilter.
by senorblanco@chromium.org
· 12 years ago
Next »