index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
gm
Commit message (
Expand
)
Author
Age
*
Make all pixel ops go thru ctx so we can correctly flush. Unify two texture u...
bsalomon@google.com
2011-11-16
*
This change makes SkImageFilter and SkBlurImageFilter flattenable/unflattenable.
senorblanco@chromium.org
2011-11-16
*
add test for bad scanconversion (disabled)
reed@google.com
2011-11-14
*
add test gm for vertical text
reed@google.com
2011-11-10
*
Implement Gaussian blurs for images. The caller creates an an
senorblanco@chromium.org
2011-11-09
*
suppress font-purge messages
reed@google.com
2011-11-08
*
Add font scaler gm.
bungeman@google.com
2011-11-07
*
[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
*
Add font scaler gm.
bungeman@google.com
2011-11-04
*
Recommit r2584 with gpu pass of the new ReadPixels test disabled in fixed pt ...
bsalomon@google.com
2011-11-02
*
Revert r2584 (new test fails in fixed pt builds)
bsalomon@google.com
2011-11-02
*
Changes the SkCanvas::readPixels API. Allows caller to read into prealloced b...
bsalomon@google.com
2011-11-02
*
all for multiple --match foo args, which will be logically OR'd together
reed@google.com
2011-10-31
*
Import all GMs as Samples.
bsalomon@google.com
2011-10-31
*
warning fixes
bsalomon@google.com
2011-10-27
*
Virtualize SkGLContext with subclasses SkNativeGLContext and SkMesaGLContext,...
bsalomon@google.com
2011-10-19
*
move utils/SkEGLContext to gpu/SkGLContext, some gpu.gyp cleanup, set eol sty...
bsalomon@google.com
2011-10-13
*
Add per-vertex coverage field, use in AA rects when alpha tweak is not valid,...
bsalomon@google.com
2011-10-10
*
Fixed signed/unsigned comparison warnings in empty path gm/sample
bsalomon@google.com
2011-10-10
*
Mac does not like empty projects.
bungeman@google.com
2011-10-10
*
Add xps device to skia.
bungeman@google.com
2011-10-10
*
Setting perspective in fixed point.
bungeman@google.com
2011-10-07
*
Fix clamped_gradients gm to work in fixed.
bungeman@google.com
2011-10-06
*
Fixup rendering of empty paths (including inverted fills)
bsalomon@google.com
2011-10-05
*
Fix some VS2010 warnings
bsalomon@google.com
2011-09-29
*
Optimize software radial gradients (remove branches from the inner loop where
tomhudson@google.com
2011-09-26
*
Fix pdf suppression test for gm.
bungeman@google.com
2011-09-19
*
add getFlags() to gm baseclass
reed@google.com
2011-09-19
*
add gm test for drawing hairlines (and varying thin lines) in xfermodes
reed@google.com
2011-09-19
*
Remove wrong file, add right file
bsalomon@google.com
2011-09-13
*
Fix some issues in gpu device with perspective. Add a gm that would have caug...
bsalomon@google.com
2011-09-13
*
use drawBitmapNine instead of SkNinePatch utils
reed@google.com
2011-09-07
*
reimage ninepatch-stretch with white bg (for easier printing)
reed@google.com
2011-09-06
*
add gm test for ninepatch stretching
reed@google.com
2011-09-06
*
fix pictures to not skip-over clip ops that might expand the clip
reed@google.com
2011-08-29
*
Add revisions to complexclip2.cpp from code review. Checkin windows baselines.
bsalomon@google.com
2011-08-29
*
add new test for complex clips
reed@google.com
2011-08-29
*
rolling back the experimental rollbacks in r2178-2179
epoger@google.com
2011-08-26
*
rolling tree back to its state as of r2169 to see if that fixes Windows build...
epoger@google.com
2011-08-26
*
Move multiple calls to random() out of parameter lists so that the
tomhudson@google.com
2011-08-25
*
Fix gm/bitmapscroll.cpp to actually draw in both Debug and Release modes.
epoger@google.com
2011-08-22
*
Get rid of createRenderTargetFrom3DAPIState and associated glGets necessary t...
bsalomon@google.com
2011-08-19
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
Slightly improve visuals of bitmapscroll test in gm
epoger@google.com
2011-07-25
*
Exit SkBitmap::scrollRect() early if width <= 0
epoger@google.com
2011-07-25
*
add --match to the help text
reed@google.com
2011-07-25
*
reenable rotated freetype fix, but behind #ifndef SK_IGNORE_ROTATED_FREETYPE...
reed@google.com
2011-07-25
[next]