skia2/src
2013-07-18 19:21:44 +00:00
..
animator Clang has stricter checking for conversion to a null pointer. In C++11 mode, false will produce an error if it is used in a place that expects a pointer. Change these cases to NULL. 2013-06-28 11:47:01 +00:00
core Add bench to test float to fixed conversion 2013-07-18 19:11:30 +00:00
device/xps Add canFilterMaskGPU & filterMaskGPU to SkMaskFilter 2013-07-03 15:34:35 +00:00
doc The two leaks are: 2013-07-11 22:29:29 +00:00
effects Replace all instances of GrRect with SkRect. 2013-07-17 21:39:42 +00:00
fonts Update SkGScalerContext to properly forward onCountGlyphs. 2013-07-15 19:52:13 +00:00
gpu Hold on to image-filtered texture in SkGpuDevice 2013-07-18 19:21:44 +00:00
image Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRenderTarget and GrTexture. 2013-06-26 19:18:23 +00:00
images Allow ico decoder to decode PNG sub-images. 2013-07-09 15:48:24 +00:00
lazy The two leaks are: 2013-07-11 22:29:29 +00:00
opts ARM Skia NEON patches - 01 - Simple fixes 2013-07-15 13:10:31 +00:00
pathops fix linux point compare 2013-07-15 14:21:17 +00:00
pdf [PDF] Use SkTypeface::countGlyphs instead of getAdvancedTypefaceMetrics 2013-07-17 21:55:08 +00:00
pipe First pass at Comment API 2013-05-29 13:24:23 +00:00
ports Split TLS implementation into its own translation unit. 2013-07-16 14:59:24 +00:00
sfnt One SkTSearch to rule them all. Allow key to be of different type than the array. 2013-05-17 19:05:03 +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 Const-ify SkDebugCanvas::getSize(). 2013-07-15 22:47:14 +00:00
views Make implicit cast explicit to fix r9807 on gcc. 2013-06-28 17:21:35 +00:00
xml Remove deprecated/obsolete Makefiles. 2013-04-17 13:36:15 +00:00