skia2/include
jvanverth d106c2c640 Revert of Use unorm shorts for texture coordinates when rendering text. (patchset #3 id:40001 of https://codereview.chromium.org/1713693002/ )
Reason for revert:
Causing issues with text on Mali 400s. Examples: 	largeglyphblur, imageblurtiled. It appears that there are precision problems.

Original issue's description:
> 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
>
> Committed: https://skia.googlesource.com/skia/+/e507ff0460f4f878214b9454fb5b9ab8d64d8063

TBR=joshualitt@google.com
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true

Review URL: https://codereview.chromium.org/1709133003
2016-02-19 08:43:26 -08:00
..
android Move SkBitmapRegionDecoder to include/android and src/android 2015-11-13 06:11:09 -08:00
animator Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
c add drawCircle to c api 2016-02-09 13:25:51 -08:00
client/android Alter SkXfermode's asFragmentProcessor & asXPFactory contracts 2016-02-09 05:09:28 -08:00
codec Implement onSkipScanlines() for bmp and wbmp 2016-02-11 13:29:36 -08:00
config Add Histogram Macros to Skia 2016-02-05 15:32:36 -08:00
core Update SkImageFilter's cache to handle SkSpecialImages and add unit test 2016-02-19 08:19:40 -08:00
device/xps CMake, include/: changes to make fiddle 2.0 better 2015-12-01 09:02:49 -08:00
effects Mark existing image filter entry points that will be going away with Deprecated 2016-02-17 13:57:17 -08:00
gpu Revert of Use unorm shorts for texture coordinates when rendering text. (patchset #3 id:40001 of https://codereview.chromium.org/1713693002/ ) 2016-02-19 08:43:26 -08:00
images Delete SkDecodingImageGenerator 2016-02-11 14:17:17 -08:00
pathops Move SkTDArray to private. 2016-02-18 08:53:33 -08:00
ports Move SkTArray to include/private. 2016-02-17 13:13:44 -08:00
private GrAuditTrail can now be enabled/disabled at runtime 2016-02-18 13:45:40 -08:00
svg move SkTDict and SkTSearch into private 2016-01-03 18:36:05 -08:00
utils Move SkTDArray to private. 2016-02-18 08:53:33 -08:00
views Move SkTDArray to private. 2016-02-18 08:53:33 -08:00
xml Move SkTDArray to private. 2016-02-18 08:53:33 -08:00