skia2/xcode
reed@android.com cafc9f9e80 fixes around isOpaque and dithering
- copyTo() now preserves isOpaqueness, and BitmapCopyTest tests it
- bitmap shader doesn't claim to have shadespan16 if dithering is on, since its
  sampler doesn't auto-dither (note that gradients do auto-dither in their
  16bit sampler)
- blitter setup just relies on the shader to report if its 16bit sampler can be
  called (allowing gradients to say yes regardless of dither, but bitmaps to say
  no if dithering is on)



git-svn-id: http://skia.googlecode.com/svn/trunk@331 2bbb7eff-a529-9590-31e7-b0007b416f81
2009-08-22 03:44:57 +00:00
..
core/core.xcodeproj update 2009-08-03 15:06:11 +00:00
effects/effects.xcodeproj update location of SkNWayCanvas.cpp 2009-08-14 19:58:53 +00:00
hostapp add CG imagedecoder (still needs encoding) 2008-12-23 16:06:51 +00:00
maccore/maccore.xcodeproj add SkSize for dimensions 2009-05-13 14:00:33 +00:00
sampleapp fixes around isOpaque and dithering 2009-08-22 03:44:57 +00:00
sampleapp_sdl add experimental state tracker for opengl 2009-06-12 19:49:30 +00:00