skia2/src/ports
sugoi ce686270f5 Adding 3D lut color filter
Included in this cl is support for 3D textures.

BUG=skia:

Review URL: https://codereview.chromium.org/580863004
2014-10-09 05:27:23 -07:00
..
SkAtomics_sync.h expand workaround to all 32-bit mips devices without the appropriate gcc support 2014-07-18 07:09:34 -07:00
SkAtomics_win.h Remove yet-unused 64-bit atomic hooks. 2014-07-16 15:20:58 -04:00
SkBarriers_arm.h Use a consume load in SkLazyPtr. 2014-07-10 11:24:18 -07:00
SkBarriers_tsan.h Use a consume load in SkLazyPtr. 2014-07-10 11:24:18 -07:00
SkBarriers_x86.h Use a consume load in SkLazyPtr. 2014-07-10 11:24:18 -07:00
SkDebug_android.cpp Use va_list variable safely 2014-07-15 19:51:41 -07:00
SkDebug_nacl.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkDebug_stdio.cpp Make GrGLEffects use an interface to append their code. 2013-03-07 17:06:57 +00:00
SkDebug_win.cpp Use lowercase windows.h in includes to fix Windows cross compilation using mingw. 2013-12-03 15:23:37 +00:00
SkDiscardableMemory_none.cpp Big Cleanup: SkBitmapFactory, SkLazyPixelRef, SkImageCache 2013-12-05 18:31:42 +00:00
SkFontConfigInterface_direct.cpp Update the alias mapping for Noto Sans CJK. 2014-09-09 12:30:57 -07:00
SkFontConfigParser_android.cpp "NULL !=" = NULL 2014-09-05 13:34:00 -07:00
SkFontConfigParser_android.h Remove SkPaintOptionsAndroid 2014-08-14 06:29:03 -07:00
SkFontConfigTypeface.h Add onGetFamilyName to SkTypeface. 2014-09-17 07:48:59 -07:00
SkFontHost_fontconfig.cpp Serialize the font index. 2014-09-18 10:55:32 -07:00
SkFontHost_FreeType_common.cpp Use medium filtering when downscaling bitmap glyphs in FreeType host 2014-08-21 07:33:20 -07:00
SkFontHost_FreeType_common.h Update find_name_and_attributes to take ttc index and rename to SkTypeface_FreeType::ScanFont. 2014-07-11 08:52:26 -07:00
SkFontHost_FreeType.cpp Don't try to scale embedded bitmaps. 2014-09-22 12:24:41 -07:00
SkFontHost_linux.cpp Serialize the font index. 2014-09-18 10:55:32 -07:00
SkFontHost_mac.cpp Correct glyph with non-bmp from typeface on Mac. 2014-09-24 11:04:41 -07:00
SkFontHost_none.cpp Remove SK_FONTHOST_USES_FONTMGR. 2013-11-11 15:53:29 +00:00
SkFontHost_win.cpp Add onGetFamilyName to SkTypeface. 2014-09-17 07:48:59 -07:00
SkFontMgr_android.cpp Serialize the font index. 2014-09-18 10:55:32 -07:00
SkFontMgr_default_dw.cpp export SkFontMgr_New_... experimental functions for testing in chrome 2013-08-28 20:31:58 +00:00
SkFontMgr_default_gdi.cpp export SkFontMgr_New_... experimental functions for testing in chrome 2013-08-28 20:31:58 +00:00
SkFontMgr_fontconfig.cpp Restore old behavior of SkTypeface::CreateFromTypeface. 2014-09-18 13:57:20 -07:00
SkFontMgr_win_dw.cpp Add needed virtual destructors. 2014-06-19 11:26:59 -07:00
SkGlobalInitialization_chromium.cpp Adding 3D lut color filter 2014-10-09 05:27:23 -07:00
SkGlobalInitialization_default.cpp Adding 3D lut color filter 2014-10-09 05:27:23 -07:00
SkImageDecoder_CG.cpp Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)" 2014-09-22 07:29:03 -07:00
SkImageDecoder_empty.cpp hide Config in SkImageDecoder -- use SkColorType instead 2014-06-12 17:40:00 -07:00
SkImageDecoder_WIC.cpp Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" 2014-05-30 13:26:10 +00:00
SkMemory_malloc.cpp sk_malloc_throw/sk_calloc_throw in debug prints size in failure message 2014-07-10 08:59:39 -07:00
SkMemory_mozalloc.cpp Add sk_calloc. Remove SkMemory_stdlib, which seems unused. 2013-09-20 14:31:45 +00:00
SkMutex_pthread.h Fix thread unsafe mutex initialization. 2014-07-25 15:11:03 -07:00
SkMutex_win.h Fix thread unsafe mutex initialization. 2014-07-25 15:11:03 -07:00
SkOSFile_none.cpp Add file access modes to sk_exists. 2014-07-10 15:18:23 -07:00
SkOSFile_posix.cpp Add file access modes to sk_exists. 2014-07-10 15:18:23 -07:00
SkOSFile_stdio.cpp Add file access modes to sk_exists. 2014-07-10 15:18:23 -07:00
SkOSFile_win.cpp "NULL !=" = NULL 2014-09-05 13:34:00 -07:00
SkRemotableFontMgr_win_dw.cpp Add needed virtual destructors. 2014-06-19 11:26:59 -07:00
SkScalerContext_win_dw.cpp Detect presence of dwrite_1.h. 2014-09-10 07:49:05 -07:00
SkScalerContext_win_dw.h Fix error handling in DirectWrite with tiny text. 2014-08-28 11:42:29 -07:00
SkTime_Unix.cpp Revert of Add nanosecond timer. (https://codereview.chromium.org/250243002/) 2014-04-24 20:17:24 +00:00
SkTime_win.cpp Revert of Add nanosecond timer. (https://codereview.chromium.org/250243002/) 2014-04-24 20:17:24 +00:00
SkTLS_none.cpp Split TLS implementation into its own translation unit. 2013-07-16 14:59:24 +00:00
SkTLS_pthread.cpp Split TLS implementation into its own translation unit. 2013-07-16 14:59:24 +00:00
SkTLS_win.cpp Split TLS implementation into its own translation unit. 2013-07-16 14:59:24 +00:00
SkTypeface_win_dw.cpp Serialize the font index. 2014-09-18 10:55:32 -07:00
SkTypeface_win_dw.h Add onGetFamilyName to SkTypeface. 2014-09-17 07:48:59 -07:00
SkXMLParser_empty.cpp