index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
update dox
reed@google.com
2012-11-28
*
Write correct type of sfnt file in mac coretext open stream.
bungeman@google.com
2012-11-28
*
Update bench_expectations.txt with new codes in issue 6842112.
bensong@google.com
2012-11-28
*
Update gm self-test to pass again after r6585
epoger@google.com
2012-11-28
*
Added dashing fast path
robertphillips@google.com
2012-11-28
*
Set empty/wide-open genID on clip stack in more places and fix a bug in GrRed...
bsalomon@google.com
2012-11-28
*
Update gyp to allow alternative out directories
djsollen@google.com
2012-11-28
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-11-28
*
Implement radius interpolation for separable blur. Unroll both separable imp...
senorblanco@chromium.org
2012-11-27
*
update bench_expectations with wider range before further investigations and ...
bensong@google.com
2012-11-27
*
capture repro case for gradient bug (inside if-false for now)
reed@google.com
2012-11-27
*
revert prev change to reset
reed@google.com
2012-11-27
*
add skp bench expectations and watch for alerts.
bensong@google.com
2012-11-27
*
guard for self-assignment in reset()
reed@google.com
2012-11-27
*
Temporarily disable clip stack reduce test while working on fix.
bsalomon@google.com
2012-11-27
*
Close pending save() calls in QT debugger to avoid saveLayer() corruption.
tomhudson@google.com
2012-11-27
*
Address debugger profiling issue in tile mode
robertphillips@google.com
2012-11-27
*
Make the clip stack reduction test generate inverse filled paths.
bsalomon@google.com
2012-11-27
*
don't leak *every* src mask in the ninepatch case. doh.
reed@google.com
2012-11-27
*
add onOnceBeforeDraw() virtual, so gm's can easily perform lazy initialization
reed@google.com
2012-11-27
*
don't use bit-wise test for equality when using floats.
reed@google.com
2012-11-27
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-11-27
*
Actually fix GPU-less build.
bsalomon@google.com
2012-11-26
*
Fix GPU-less build.
bsalomon@google.com
2012-11-26
*
Add a function that computes a reduced representation of the clip stack.
bsalomon@google.com
2012-11-26
*
change SkDrawFilter::filter to return a bool, where false means don't-draw
reed@google.com
2012-11-26
*
must always include another skia header (unless you're SkTypes.h). In this case,
reed@google.com
2012-11-26
*
check for bad enum use when adding contours
reed@google.com
2012-11-26
*
remove legacy build-guards, now that webkit has rebaselined these.
reed@google.com
2012-11-26
*
choose correct blitrow proc based on global alpha
reed@google.com
2012-11-26
*
Visualize bitmaps in debugger
robertphillips@google.com
2012-11-26
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-11-22
*
Remove GrRandom API in favor of SkRandom.
tfarina@chromium.org
2012-11-21
*
shape ops work in progress
caryclark@google.com
2012-11-21
*
Add self-test that reveals SkChecksum weakness
epoger@google.com
2012-11-21
*
Fixed some compilation problems with debugger with robertphillips
rmistry@google.com
2012-11-21
*
add default: to fix warning
reed@google.com
2012-11-21
*
Add drawing of paths to debugger
robertphillips@google.com
2012-11-21
*
Simple change to remove unnecessary #define statement.
sugoi@google.com
2012-11-21
*
fix typo: must use modified join in case the miterlimit forces us to use bevel
reed@google.com
2012-11-21
*
use direction from isRect in strokeRect, and only stroke if it is closed
reed@google.com
2012-11-21
*
Deferred canvas can now be flushed if an image is beyond a certain size to av...
sugoi@google.com
2012-11-21
*
Add isRect variant that returns path closure and direction.
caryclark@google.com
2012-11-21
*
limit the rects width/height as well as its coords, when avoiding too-large
reed@google.com
2012-11-21
*
detect wrapped rect in path
caryclark@google.com
2012-11-21
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-11-21
*
add SK_IGNORE_NEW_STROKERECT guard
reed@google.com
2012-11-20
*
fix regression from 6510 -- respect kStrokeAndFill setting for stroked rects
reed@google.com
2012-11-20
*
test for StrokeAndFill as well in this GM
reed@google.com
2012-11-20
*
detect gigantoid matrices, and do nothing to avoid wacky overflows from float...
reed@google.com
2012-11-20
[next]