index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
bench
Commit message (
Expand
)
Author
Age
*
Move GL-specific include files to their own subdirectory, to better
tomhudson@google.com
2012-02-14
*
posix: Avoid static initializers in static/global mutexes
digit@google.com
2012-01-26
*
Add a wide stroked line path benchmark to bench. It uses the same stroke width
senorblanco@chromium.org
2012-01-12
*
Towards enabling -Werror in skia on Linux
bsalomon@google.com
2012-01-06
*
Make null gl a top level config in bench
bsalomon@google.com
2011-12-13
*
rename sk_float_isNaN to sk_float_isnan to match related functions
reed@google.com
2011-12-06
*
rename hasValidCoordinates to isFinite (on SkRect) and reimplement for speed
reed@google.com
2011-12-06
*
add bench for computing isfinite of 4 values (targeted for SkRect)
reed@google.com
2011-12-05
*
speedup AAClip::setRegion (n^2 to n)
reed@google.com
2011-11-28
*
add test for drawPosText, to measure any difference it introduces given that
reed@google.com
2011-11-23
*
Add fractional-radius blurs to blur benchmark.
tomhudson@google.com
2011-11-22
*
add bench for shader+blitMask
reed@google.com
2011-11-15
*
New SkMutex benchmark - used when we suspected mutex performance issues;
tomhudson@google.com
2011-11-14
*
Fixes int to scalar warnings. This checkin changes the range of random matrix...
bsalomon@google.com
2011-11-10
*
use new PurgeFontCache() api
reed@google.com
2011-11-08
*
Update files to use SK_BUILD_FOR_ANDROID.
djsollen@google.com
2011-11-08
*
[GPU] Add explicit byte order and PM vs. UPM 8888 configs
bsalomon@google.com
2011-11-07
*
Recommit r2611 with fix for gm
bsalomon@google.com
2011-11-07
*
Revert r2611 until windows gm can be debugged
bsalomon@google.com
2011-11-07
*
Add replacement APIs for createPlatformSurface: createPlatformTexture and cre...
bsalomon@google.com
2011-11-07
*
custom memset32 to speed up erasing the offscreen when its width is small.
reed@google.com
2011-11-03
*
Adding support to trunk for building Skia using the Android NDK.
djsollen@google.com
2011-11-03
*
add bench for building the font cache
reed@google.com
2011-11-02
*
support multiple (OR'd) -match parameters
reed@google.com
2011-10-31
*
add bench for building aaclips
reed@google.com
2011-10-31
*
Fix pure virtual call from destructor and turn VertBench back on
bsalomon@google.com
2011-10-28
*
disable for now (brian is fixing)
reed@google.com
2011-10-28
*
add initial bench for drawVertices
reed@google.com
2011-10-28
*
In debug builds, only run each benchmark 1 time (test for assertion-breakage,
tomhudson@google.com
2011-10-28
*
Instead of using fixed size for GPU context in benchmain, walk list of
tomhudson@google.com
2011-10-28
*
Add NULL GL context implementation. Use in bench (-nullgl) and SampleApp (bac...
bsalomon@google.com
2011-10-27
*
New benchmark for blitRect based on call frequency observed while scrolling
tomhudson@google.com
2011-10-27
*
Fix some warnings on VS2010
bsalomon@google.com
2011-10-24
*
Fix wall clock in bench system timer on Windows.
bungeman@google.com
2011-10-19
*
Pass NULL to BenchTimer cons when gl context creation failed.
bsalomon@google.com
2011-10-19
*
Fix benchmain to build w/ scalar=fixed
bsalomon@google.com
2011-10-19
*
Virtualize SkGLContext with subclasses SkNativeGLContext and SkMesaGLContext,...
bsalomon@google.com
2011-10-19
*
change text bench to measure text blit speed
reed@google.com
2011-10-18
*
move utils/SkEGLContext to gpu/SkGLContext, some gpu.gyp cleanup, set eol sty...
bsalomon@google.com
2011-10-13
*
explicitly set opt level for mac-release
reed@google.com
2011-10-10
*
Fix two warnings in bench timers.
bungeman@google.com
2011-10-03
*
Optimize software radial gradients (remove branches from the inner loop where
tomhudson@google.com
2011-09-26
*
Change no-op math bench to noOp.
bungeman@google.com
2011-08-31
*
add
reed@google.com
2011-08-29
*
Get rid of createRenderTargetFrom3DAPIState and associated glGets necessary t...
bsalomon@google.com
2011-08-19
*
More little improvements to bench_graph_svg.py
epoger@google.com
2011-08-08
*
Incremental improvements to bench graph generation
epoger@google.com
2011-08-08
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
fix printf output for name when skscalar is fixed
reed@google.com
2011-07-14
*
add bench for building blurs
reed@google.com
2011-07-14
[next]