skia2/src
raftias 197e311ac9 Optimized gamma table inversion.
Brought calculation into a central place so the loop did not have to
recalculate everything before the previous entry to find the inverse
index. O(n) vs O(n^2). Assumes an increasing (or at least
non-decreasing) table gamma just as the previous code did.

BUG=skia:

Change-Id: I7ea200c06511b3d74745fe4a6e3dde706bbee02f
Reviewed-on: https://skia-review.googlesource.com/5402
Commit-Queue: Robert Aftias <raftias@google.com>
Reviewed-by: Matt Sarett <msarett@google.com>
2016-12-01 21:25:28 +00:00
..
android SkEncodeImage: no more link-time registration 2016-11-30 22:48:56 +00:00
animator Revert "Revert "make it illegal to include SkXfermode.h"" 2016-11-23 22:17:17 +00:00
c Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" 2016-10-05 17:33:03 -07:00
codec Added CMYK support for ICC profiles. 2016-12-01 19:42:32 +00:00
core Optimized gamma table inversion. 2016-12-01 21:25:28 +00:00
effects Remove use of makeDeferredRenderTargetContextWithFallback 2016-12-01 18:43:49 +00:00
fonts Clean up glyph id handling. 2016-11-11 21:59:54 +00:00
gpu Two (related) changes here: 2016-12-01 13:18:16 -08:00
image support medium and high quality 2016-11-30 23:20:51 +00:00
images No SkEncodeImageAsKTX for ANDROID_FRAMEWORK 2016-12-01 14:59:32 +00:00
lazy remove discardablepixelref 2016-10-25 14:19:07 +00:00
opts Reland "Add RasterPipeline implementation for SkColorSpaceXform" 2016-12-01 20:59:36 +00:00
pathops Guard against buggy ucrt\math.h. 2016-11-28 15:40:23 +00:00
pdf Support decoding images to multiple formats, depending on usage 2016-11-21 14:58:32 +00:00
pipe remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM 2016-11-03 19:54:08 +00:00
ports SkEncodeImage: no more link-time registration 2016-11-30 22:48:56 +00:00
sfnt Remove SkAutoTDeleteArray 2016-11-02 21:30:38 +00:00
sksl Rename SkSL::GLSLCapsFactory to SkSL::ShaderCapsFactory 2016-11-29 21:12:45 +00:00
svg SkImageEncoder: simplify API 2016-11-23 16:40:32 +00:00
utils Make SkNWayCanvas use conservative clipping. 2016-11-29 20:59:38 +00:00
views Fix implicit nullability cast of [NSScreen mainScreen]. 2016-11-09 21:22:41 +00:00
xml Delete SkXMLPullParser 2016-07-19 05:14:41 -07:00
xps SkImageEncoder: simplify API 2016-11-23 16:40:32 +00:00