Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
updated docs for changes so far.
- Loading branch information
Showing
with
9 additions
and
3 deletions.
-
+2
−0
WhatsNew
-
+7
−3
docs.html
|
@@ -13,6 +13,8 @@ Changes include: |
|
|
CVE-2019-7638, CVE-2019-13616 (bugs 4498, 4499, 4500, 4517 and 4538.) |
|
|
- Video, blit: fix handling of alpha channel in Altivec accelerated |
|
|
blit functions (bug 1424.) |
|
|
- Video, blit: correct vec_perm() application on little-endian 64-bit |
|
|
PowerPC (bug 4791. cf.: RedHat bug 1392465.) |
|
|
- 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.) |
|
|
|
@@ -38,10 +38,14 @@ <H2> SDL 1.2.16 Release Notes </H2> |
|
|
blit functions (bug <a href="https://bugzilla.libsdl.org/show_bug.cgi?id=1424">1424</a>.) |
|
|
</P> |
|
|
<P> |
|
|
Video, blit: use fast path for RGB 565 -> 32-bit XRGB 8888 |
|
|
Video, blit: correct vec_perm() application on little-endian 64-bit |
|
|
PowerPC (bug <a href="https://bugzilla.libsdl.org/show_bug.cgi?id=4791">4791</a>. cf.: RedHat bug <a href="https://bugzilla.redhat.com/show_bug.cgi?id=1392465">1392465</a>.) |
|
|
</P> |
|
|
<P> |
|
|
Video, blit: fix RGBA<->RGBA blit broken with the optimization from |
|
|
Video, blit: use fast path for RGB 565 -> 32-bit XRGB 8888 |
|
|
</P> |
|
|
<P> |
|
|
Video, blit: fix RGBA<->RGBA blit broken with the optimization from |
|
|
<a href="https://bugzilla.libsdl.org/show_bug.cgi?id=11">bug 11</a> (bug <a href="https://bugzilla.libsdl.org/show_bug.cgi?id=2976">2976</a>.) |
|
|
</P> |
|
|
<P> |
|
@@ -81,7 +85,7 @@ <H2> SDL 1.2.16 Release Notes </H2> |
|
|
strongly discouraged.) |
|
|
</P> |
|
|
<P> |
|
|
X11video: fix compilation with libX11 >= 1.5.99.902 (bug <a href="https://bugzilla.libsdl.org/show_bug.cgi?id=1769">1769</a>.) |
|
|
X11video: fix compilation with libX11 >= 1.5.99.902 (bug <a href="https://bugzilla.libsdl.org/show_bug.cgi?id=1769">1769</a>.) |
|
|
</P> |
|
|
<P> |
|
|
X11video: fix for XChangeProperty() crash (bug <a href="https://bugzilla.libsdl.org/show_bug.cgi?id=1427">1427</a>.) |
|
|