index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
add fFx1 field, returning where to start the iterator for fCount1 range
reed@google.com
2011-04-18
*
disable fast linear for now (really this time)
reed@google.com
2011-04-18
*
disable fast linear until we handle the overflow cases
reed@google.com
2011-04-18
*
[PDF] Implement clear() method and a couple fixes.
vandebo@chromium.org
2011-04-15
*
[PDF] If the clip is empty, we shouldn't bother actually drawing anything.
vandebo@chromium.org
2011-04-15
*
add SK_USE_SLOW_2POINT_RADIAL_GRADIENT option for clients that like slowness
reed@google.com
2011-04-15
*
use SkClampRange to speedup clamp iterators
reed@google.com
2011-04-15
*
add gradient bench
reed@google.com
2011-04-15
*
Add DLL exports (Fixes Multi-DLL build in Chrome against TOT skia)
bsalomon@google.com
2011-04-15
*
move header
reed@google.com
2011-04-15
*
http://codereview.appspot.com/4373057/
Scroggo
2011-04-15
*
Upstream android changes.
djsollen@google.com
2011-04-15
*
code style
reed@google.com
2011-04-15
*
experimental
mike@reedtribe.org
2011-04-15
*
add SkCanvas::clear(SkColor color) to call the new virtual clear on device.
reed@google.com
2011-04-14
*
rename SkDevice::eraseColor to clear and make virtual.
bsalomon@google.com
2011-04-14
*
fix warnings
reed@google.com
2011-04-14
*
NO_ERROR version of GR_GL macro shouldn't call check errror
bsalomon@google.com
2011-04-14
*
update to reflect new faster 2-point-radial gradients
reed@google.com
2011-04-14
*
add reflection asColorMode to SkColorFilter (for gpu)
reed@google.com
2011-04-14
*
Add genID for SkBitmaps with raw pixels
bsalomon@google.com
2011-04-14
*
Fix wrong class name used when unregistering class for dummy window in SkOsWi...
bsalomon@google.com
2011-04-14
*
add mask for paint-bits to layerdrawlooper
mike@reedtribe.org
2011-04-14
*
test of writable Skia tree in a chrome tree.
bsalomon@google.com
2011-04-13
*
fix asMode() to always succeed if the xfermode was built from a Mode
reed@google.com
2011-04-13
*
rename radial to radial1, so I can distinguish it from radial2 in my
reed@google.com
2011-04-13
*
rebaseline with new 2-point-radial gradients (minor precision differences)
reed@google.com
2011-04-13
*
speed up 2-point-radial gradients by 9x, using float instead of fixed
reed@google.com
2011-04-13
*
Fix SkFixed overflows in SkFixedSquare, SkGradientShader.
wjmaclean@chromium.org
2011-04-13
*
return Coeff for kPlus_Mode and kMultiply_Mode
reed@google.com
2011-04-12
*
expand SkLayerDrawLooper to allow for an xfermode when transfering the paint'...
reed@google.com
2011-04-12
*
Fix missing assignment of fContext in new SkGpuDevice cons.
bsalomon@google.com
2011-04-12
*
rename XHelper members to onX
bsalomon@google.com
2011-04-12
*
Use has_gl_extension_from_string in GrGLDefaultInterface_win.cpp (before the ...
bsalomon@google.com
2011-04-12
*
Generalize the flip origin argument to the PDF device constructor.
vandebo@chromium.org
2011-04-11
*
Use min of max_texture and max_renderbuffer size when calling fbo_test
bsalomon@google.com
2011-04-11
*
add testing defines to test different blitters for antialiasing (RLE and mask)
reed@google.com
2011-04-11
*
mark viewport APIs as deprecated
reed@google.com
2011-04-11
*
Review URL: http://codereview.appspot.com/4360049/
bsalomon@google.com
2011-04-11
*
code style
reed@google.com
2011-04-11
*
Add APIs and plumbing for external rendertaret-textures w/ and w/out MSAA.
bsalomon@google.com
2011-04-11
*
This patch provides the include file common.gypi (cargo culted from another
senorblanco@chromium.org
2011-04-11
*
add initial baselines for pathfill on linux
reed@google.com
2011-04-11
*
add
reed@google.com
2011-04-11
*
add pathfill gm sample
reed@google.com
2011-04-11
*
add benchmark for path filling
reed@google.com
2011-04-11
*
code style
reed@google.com
2011-04-11
*
code style
mike@reedtribe.org
2011-04-10
*
balance sk_malloc with sk_free (instead of delete[]) in SkAutoUCS2
mike@reedtribe.org
2011-04-10
*
add init() to SkTLazy to create a default instance
mike@reedtribe.org
2011-04-10
[next]