aboutsummaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authormarco.diiga <marco.diiga@gmail.com>2016-03-21 06:04:43 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-21 06:04:43 -0700
commitf8ee67edb8e5fed34bf4d5208bce89ea8be1ac1e (patch)
tree29872f02ba09786d8a72419ca15c186d4eae95ad /AUTHORS
parent2c9c469cc91716c3b3637562b62b549016a9967f (diff)
downloadplatform_external_skqp-f8ee67edb8e5fed34bf4d5208bce89ea8be1ac1e.tar.gz
platform_external_skqp-f8ee67edb8e5fed34bf4d5208bce89ea8be1ac1e.tar.bz2
platform_external_skqp-f8ee67edb8e5fed34bf4d5208bce89ea8be1ac1e.zip
Fix for unaligned automatic variable address in SSE routines. This used to work on linux but crashed on windows when rendering antialiased glyphs. I tracked the problem down to an alignment issue.
BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1817813002 Review URL: https://codereview.chromium.org/1817813002
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 4b3c09ed9c..893569c3b4 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -39,3 +39,4 @@ Thiago Fransosi Farina <thiago.farina@gmail.com>
Jose Mayol <jei.mayol@gmail.com>
Linaro <*@linaro.org>
Christian Plesner Hansen <plesner@t.undra.org>
+Marco Alesiani <marco.diiga@gmail.com> \ No newline at end of file