index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
fix warnings about possibly-uninitialized-variables
reed@google.com
2011-04-28
*
move SkOSFile.cpp into utils_files.mk, since it is needed for skdiff on all
reed@google.com
2011-04-28
*
Add bounding rect for paths
bsalomon@google.com
2011-04-27
*
Accidentally omitted this file from r1203, :(
bsalomon@google.com
2011-04-27
*
[PDF] Fix warnings on Windows.
vandebo@chromium.org
2011-04-27
*
Add missing flattenable registrations and CreateProc() functions;
tomhudson@google.com
2011-04-27
*
Add flattenable registrar for Two_Point_Radial_Gradient.
tomhudson@google.com
2011-04-27
*
http://codereview.appspot.com/4365051/
reed@google.com
2011-04-27
*
add experimental canvas pipe
reed@google.com
2011-04-26
*
CGColorSpaceCreateDeviceRGB() better matches CG's output
reed@google.com
2011-04-26
*
Remove sampler state param from lockKeylessTexture. It didn't serve any funct...
bsalomon@google.com
2011-04-26
*
make SkDeviceFactory reference counted
mike@reedtribe.org
2011-04-26
*
Fix to (two-point radial) gradient playback error in SkPictures that swapped
tomhudson@google.com
2011-04-25
*
devolve flattening parameters to their base classes
reed@google.com
2011-04-25
*
Add lockKeylessTexture() for caching texture without a content key.
bsalomon@google.com
2011-04-25
*
Move alpha-ramp AA to GrContext, detect cases when AA is applied via other me...
bsalomon@google.com
2011-04-25
*
code style
mike@reedtribe.org
2011-04-20
*
code style
mike@reedtribe.org
2011-04-20
*
code style
mike@reedtribe.org
2011-04-20
*
code style
reed@google.com
2011-04-19
*
optimize when we have a colorfilter, but no shader or xfermode
reed@google.com
2011-04-19
*
handle overflow
reed@google.com
2011-04-18
*
fix warnings
reed@google.com
2011-04-18
*
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
*
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
*
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
*
fix asMode() to always succeed if the xfermode was built from a Mode
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
*
Generalize the flip origin argument to the PDF device constructor.
vandebo@chromium.org
2011-04-11
*
add testing defines to test different blitters for antialiasing (RLE and mask)
reed@google.com
2011-04-11
[next]