skia2/src
jvanverth e507ff0460 Use unorm shorts for texture coordinates when rendering text.
There are a couple of reasons for this:
- Vulkan does not guarantee conversions from integral vertex attributes
  to floating point shader variables
- This may be faster and more precise on some platforms, as it avoids
  the aforementioned conversion and changes a multiply by a very small
  value to a multiply by a medium-sized value.
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1713693002
TBR=bsalomon@google.com

Review URL: https://codereview.chromium.org/1713693002
2016-02-19 06:35:22 -08:00
..
android Revert of Move SkPixelXorXfermode.h to include/client/android (patchset #5 id:80001 of https://codereview.chromium.org/1645093002/ ) 2016-01-29 05:34:26 -08:00
animator Move SkTDStack.h to src/animator. 2016-02-18 11:01:13 -08:00
c add drawCircle to c api 2016-02-09 13:25:51 -08:00
codec Return the proper error code in SkBmpRLECodec 2016-02-17 14:06:46 -08:00
core fix red/blue order in 64bit blits 2016-02-18 14:52:17 -08:00
device/xps Consolidate SK_CRASH and sk_throw into SK_ABORT 2016-01-29 08:51:04 -08:00
doc SkDocument: remove use of SkTArray (part 1/3). 2016-02-11 07:59:59 -08:00
effects Add more specialized fragment builders 2016-02-18 12:37:08 -08:00
fonts Factor CSS3 matching rules. 2015-11-12 09:50:08 -08:00
gpu Use unorm shorts for texture coordinates when rendering text. 2016-02-19 06:35:22 -08:00
image Make copySurface work for texture dsts, return a bool, & add unit test. 2016-02-16 07:34:17 -08:00
images Delete KTX tests to fix Android build 2016-02-17 13:10:14 -08:00
lazy SkInstallDiscardablePixelRef is deprecated, enforce that 2015-09-25 06:56:57 -07:00
opts try plain-old code for sk_memset16/32 now that NEON is compile-time 2016-02-17 14:21:28 -08:00
pathops add helper to create fancy underlines 2016-02-09 13:25:45 -08:00
pdf SkDeflateWStream: support gzip output 2016-02-08 09:34:35 -08:00
ports Move SkTArray to include/private. 2016-02-17 13:13:44 -08:00
sfnt Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
svg Switch SkAutoMalloc to SkAutoTMalloc to avoid cast 2015-12-10 10:44:13 -08:00
utils Remove position from FrontBufferedStream 2016-02-18 05:59:25 -08:00
views blitters for sRGB and float16 2016-02-15 07:48:35 -08:00
xml another null src, memcpy -> sk_careful_memcpy 2015-12-10 07:42:47 -08:00