diff options
author | Rick Tillery <rtillery@ti.com> | 2011-12-08 15:42:47 -0600 |
---|---|---|
committer | Rick Tillery <rtillery@ti.com> | 2011-12-08 15:42:47 -0600 |
commit | 1a38c10c65df9c9fd9d4ec74d7561a5f5985fbab (patch) | |
tree | 29b5f6243e09f97405cf9b97807bc7dac92be7e2 | |
parent | 964c69c51114dc8cbe8ce0e5c873dd2c647b0ac9 (diff) | |
download | hardware_ti_omap4-1a38c10c65df9c9fd9d4ec74d7561a5f5985fbab.zip hardware_ti_omap4-1a38c10c65df9c9fd9d4ec74d7561a5f5985fbab.tar.gz hardware_ti_omap4-1a38c10c65df9c9fd9d4ec74d7561a5f5985fbab.tar.bz2 |
TI CPU BLTsville: Updated release notes for release.
Change-Id: Ic80f713b1dfea6d95513c21899f85532ad8a8fe8
Signed-off-by: Rick Tillery <rtillery@ti.com>
-rwxr-xr-x | ticpu/doc/android/BLTsville-Android-Release-Notes.html | 17 | ||||
-rwxr-xr-x | ticpu/doc/linux/BLTsville-Linux-Release-Notes.html | 17 |
2 files changed, 24 insertions, 10 deletions
diff --git a/ticpu/doc/android/BLTsville-Android-Release-Notes.html b/ticpu/doc/android/BLTsville-Android-Release-Notes.html index 9c1049f..f0af4e7 100755 --- a/ticpu/doc/android/BLTsville-Android-Release-Notes.html +++ b/ticpu/doc/android/BLTsville-Android-Release-Notes.html @@ -5,7 +5,7 @@ <title>
</title>
<meta http-equiv="Content-Language" content="en-us"/>
-<meta http-equiv="Content-Type" content='' "text/html; charset='utf-8"'/>
+<meta http-equiv="Content-Type" content='' "text/html; charset='utf-8'"/>
<title>
Welcome to BLTsville </title>
<style type="text/css">
@@ -54,7 +54,7 @@ Welcome to BLTsville </title> <body>
<span class="Title">BLTsville for Android</span>
<p class="Subtitle">
- CPU Implementation - Version 2.0.0.6
+ CPU Implementation - Version 2.0.0.7
</p>
<hr/>
<p>
@@ -104,6 +104,13 @@ Welcome to BLTsville </title> <tr>
<td>
<p>
+ 2.0.0.7</p>
+ <ul>
+ <li>Fixed typedef of bv_unmap member of bvbuffmap structure (bvinternal.h issue).</li>
+ <li>Fixed access-after-free bug in bv_unmap().</li>
+ <li>Changed method of handling over-read on last source line during scaling.</li>
+ </ul>
+ <p>
2.0.0.6</p>
<ul>
<li>Added more dither validation.</li>
@@ -203,15 +210,15 @@ Welcome to BLTsville </title> .../lib/android/libbltsville_ticpu.so
</td>
<td>
- Client entry point for special cases. Softlink to libbltsville_ticpu.2.0.0.6.so. (Most clients should not use this entry.)
+ Client entry point for special cases. Softlink to libbltsville_ticpu.2.0.0.7.so. (Most clients should not use this entry.)
</td>
</tr>
<tr>
<td>
- .../lib/android/libbltsville_ticpu.2.0.0.6.so
+ .../lib/android/libbltsville_ticpu.2.0.0.7.so
</td>
<td>
- Version 2.0.0.6 of the TI BLTsville CPU-based library of 2-D functions for Android. (Do not directly load this file.)
+ Version 2.0.0.7 of the TI BLTsville CPU-based library of 2-D functions for Android. (Do not directly load this file.)
</td>
</tr>
</table>
diff --git a/ticpu/doc/linux/BLTsville-Linux-Release-Notes.html b/ticpu/doc/linux/BLTsville-Linux-Release-Notes.html index c7b6272..67e3308 100755 --- a/ticpu/doc/linux/BLTsville-Linux-Release-Notes.html +++ b/ticpu/doc/linux/BLTsville-Linux-Release-Notes.html @@ -5,7 +5,7 @@ <title>
</title>
<meta http-equiv="Content-Language" content="en-us"/>
-<meta http-equiv="Content-Type" content='' "text/html; charset='utf-8"'/>
+<meta http-equiv="Content-Type" content='' "text/html; charset='utf-8'"/>
<title>
Welcome to BLTsville </title>
<style type="text/css">
@@ -54,7 +54,7 @@ Welcome to BLTsville </title> <body>
<span class="Title">BLTsville for Linux</span>
<p class="Subtitle">
- CPU Implementation - Version 2.0.0.6
+ CPU Implementation - Version 2.0.0.7
</p>
<hr/>
<p>
@@ -104,6 +104,13 @@ Welcome to BLTsville </title> <tr>
<td>
<p>
+ 2.0.0.7</p>
+ <ul>
+ <li>Fixed typedef of bv_unmap member of bvbuffmap structure (bvinternal.h issue).</li>
+ <li>Fixed access-after-free bug in bv_unmap().</li>
+ <li>Changed method of handling over-read on last source line during scaling.</li>
+ </ul>
+ <p>
2.0.0.6</p>
<ul>
<li>Added more dither validation.</li>
@@ -202,15 +209,15 @@ Welcome to BLTsville </title> .../lib/android/libbltsville_ticpu.so
</td>
<td>
- Client entry point for special cases. Softlink to libbltsville_ticpu.so.2.0.0.6. (Most clients should not use this entry.)
+ Client entry point for special cases. Softlink to libbltsville_ticpu.so.2.0.0.7. (Most clients should not use this entry.)
</td>
</tr>
<tr>
<td>
- .../lib/android/libbltsville_ticpu.so.2.0.0.6
+ .../lib/android/libbltsville_ticpu.so.2.0.0.7
</td>
<td>
- Version 2.0.0.6 of the TI BLTsville CPU-based library of 2-D functions for Android. (Do not directly load this file.)
+ Version 2.0.0.7 of the TI BLTsville CPU-based library of 2-D functions for Android. (Do not directly load this file.)
</td>
</tr>
</table>
|