skia2/src
2013-04-16 17:14:45 +00:00
..
animator Fix more clang tautological-constant-out-of-range-compare errors. 2013-03-29 16:53:30 +00:00
core use forward matrix to determine if we can ignore scale part of a matrix 2013-04-16 17:14:45 +00:00
device/xps switch to typeface api for tables 2013-03-21 21:43:51 +00:00
effects Allow single-pass filters (which use asNewEffect()) to participate in the image filter DAG. This was done by introducing the SkSinglePassImageFilter abstract base class, which implements canFilterImageGPU() and filterImageGPU() on behalf of the derived class. The derived class still only needs to asNewEffect(). This allows us to recurse on the filter input in SkSinglePassImageFilter::onFilterImageGPU(). It also allows us to remove any knowledge of single-pass image filters from SkGpuDevice and from the SkImageFilter base class as well. 2013-04-08 19:43:22 +00:00
gpu Disable GPU acceleration for narrow ovals. 2013-04-16 12:30:35 +00:00
image Fixing viral copy/paste typo Shapshot -> Snapshot 2013-04-12 20:20:50 +00:00
images Only use JDCT_FAST if it is supported in jpeg. 2013-04-12 16:28:21 +00:00
lazy Improvements/additions to SkImageCache/SkLazyPixelRef. 2013-03-18 21:37:39 +00:00
opts Partial reapply of r5364 minus the non-neon code path. 2013-04-09 18:06:06 +00:00
pathops path ops work in progress 2013-04-15 19:13:59 +00:00
pdf Fix build error when building Android in Release mode with -O2. 2013-04-03 12:34:16 +00:00
pipe PDF: add support for named destinations. 2013-03-08 09:09:10 +00:00
ports Temporary patch to get Chrome Windows compiling 2013-04-09 23:56:51 +00:00
sfnt Sanitizing source files in Skia_Periodic_House_Keeping 2013-04-03 07:01:14 +00:00
svg Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
text Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
utils Fix crash with SkDeferredCanvas+SkSurface integration with in order draw buffer. 2013-04-15 18:15:23 +00:00
views Enable init'ed but unused var warning on windows for closer parity with mac/linux warnings. 2013-03-21 20:29:05 +00:00
xml Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00