From 452a73999aa9c0d5b35249ae31644a29922f683c Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Thu, 31 Oct 2019 14:02:24 +0300 Subject: [PATCH] updated docs for changes so far. --- WhatsNew | 2 ++ docs.html | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/WhatsNew b/WhatsNew index 3f8448d87..7bf504d2b 100644 --- a/WhatsNew +++ b/WhatsNew @@ -18,6 +18,8 @@ Changes include: - Video, blit: use fast path for RGB 565 -> 32-bit XRGB 8888 - Video, blit: fix RGBA<->RGBA blit broken with the optimization from bug 11 (bug 2976.) +- Video, blit, Linux: ARM assembly to address performance of blit and + fill routines, thanks to Ben Avison (bug 4365.) - Video: fix integer overflow in SDL_CalculatePitch (CVE-2019-7637, bug 4497.) - Mouse: fix SDL_ResetMouse() using a bogus mouse button causing a diff --git a/docs.html b/docs.html index 5beaa53b4..f1a6d805f 100644 --- a/docs.html +++ b/docs.html @@ -48,6 +48,10 @@

SDL 1.2.16 Release Notes

Video, blit: fix RGBA<->RGBA blit broken with the optimization from bug 11 (bug 2976.)

+

+ Video, blit, Linux: ARM assembly to address performance of blit and + fill routines, thanks to Ben Avison (bug 4365.) +

Video: fix integer overflow in SDL_CalculatePitch (CVE-2019-7637, bug 4497.)