Skip to content

Commit

Permalink
updated docs for 1.2.16 changes so far.
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Nov 14, 2020
1 parent 9fca6a0 commit abf72ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions WhatsNew
Expand Up @@ -16,6 +16,8 @@ Changes include:
- 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: backport fast paths for 24/32-bit blitting from SDL2
(bug 5328)
- 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
Expand Down
4 changes: 4 additions & 0 deletions docs.html
Expand Up @@ -44,6 +44,10 @@ <H2> SDL 1.2.16 Release Notes </H2>
<P>
Video, blit: use fast path for RGB 565 -&gt; 32-bit XRGB 8888
</P>
<P>
Video, blit: backport fast paths for 24/32-bit blitting from SDL2
(bug <a href="https://bugzilla.libsdl.org/show_bug.cgi?id=5328">5328</a>.)
</P>
<P>
Video, blit: fix RGBA&lt;-&gt;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>.)
Expand Down

0 comments on commit abf72ba

Please sign in to comment.