summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRick Tillery <rtillery@ti.com>2012-02-27 18:58:22 -0600
committerRick Tillery <rtillery@ti.com>2012-02-27 18:58:22 -0600
commit6c7d4cce083f2cfa46168457dbc00d6fa22cec4e (patch)
treef22b7124565cc2e849b24dfbd8879f5f0ef3acfa
parent99f6605e12184de4066ef4e207ecbab1f57b3ede (diff)
downloadhardware_ti_omap4-6c7d4cce083f2cfa46168457dbc00d6fa22cec4e.zip
hardware_ti_omap4-6c7d4cce083f2cfa46168457dbc00d6fa22cec4e.tar.gz
hardware_ti_omap4-6c7d4cce083f2cfa46168457dbc00d6fa22cec4e.tar.bz2
TICPU: Release 2.0.0.10: Fixed segfault when scaling vertically but not
horizontally. Change-Id: I5125e829b83a140b60ac71ba65cc6f1cc26886c1 Signed-off-by: Rick Tillery <rtillery@ti.com>
-rwxr-xr-xticpu/doc/android/BLTsville-Android-Release-Notes.html13
-rwxr-xr-xticpu/doc/linux/BLTsville-Linux-Release-Notes.html13
-rwxr-xr-xticpu/lib/android/libbltsville_ticpu.2.0.0.10.so (renamed from ticpu/lib/android/libbltsville_ticpu.2.0.0.9.so)bin146878 -> 146750 bytes
l---------ticpu/lib/android/libbltsville_ticpu.so2
l---------ticpu/lib/linux/libbltsville_ticpu.so2
-rwxr-xr-xticpu/lib/linux/libbltsville_ticpu.so.2.0.0.10 (renamed from ticpu/lib/linux/libbltsville_ticpu.so.2.0.0.9)bin150116 -> 150116 bytes
6 files changed, 20 insertions, 10 deletions
diff --git a/ticpu/doc/android/BLTsville-Android-Release-Notes.html b/ticpu/doc/android/BLTsville-Android-Release-Notes.html
index 6c174e9..91e1e50 100755
--- a/ticpu/doc/android/BLTsville-Android-Release-Notes.html
+++ b/ticpu/doc/android/BLTsville-Android-Release-Notes.html
@@ -51,7 +51,7 @@ Welcome to BLTsville </title>
<body>
<span class="Title">BLTsville for Android</span>
<p class="Subtitle">
- CPU Implementation - Version 2.0.0.9
+ CPU Implementation - Version 2.0.0.10
</p>
<hr/>
<p>
@@ -101,6 +101,11 @@ Welcome to BLTsville </title>
<tr>
<td>
<p>
+ 2.0.0.10</p>
+ <ul>
+ <li>Fixed segfault when doing vertical scaling, but not horizontal.</li>
+ </ul>
+ <p>
2.0.0.9</p>
<ul>
<li>Improved structure validation checks.</li>
@@ -232,15 +237,15 @@ Welcome to BLTsville </title>
.../lib/android/libbltsville_ticpu.so
</td>
<td>
- Client entry point for special cases.&nbsp; Softlink to libbltsville_ticpu.2.0.0.9.so.&nbsp; (Most clients should not use this entry.)
+ Client entry point for special cases.&nbsp; Softlink to libbltsville_ticpu.2.0.0.10.so.&nbsp; (Most clients should not use this entry.)
</td>
</tr>
<tr>
<td>
- .../lib/android/libbltsville_ticpu.2.0.0.9.so
+ .../lib/android/libbltsville_ticpu.2.0.0.10.so
</td>
<td>
- Version 2.0.0.9 of the TI BLTsville CPU-based library of 2-D functions for Android.&nbsp; (Do not directly load this file.)
+ Version 2.0.0.10 of the TI BLTsville CPU-based library of 2-D functions for Android.&nbsp; (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 e46dd99..bf62948 100755
--- a/ticpu/doc/linux/BLTsville-Linux-Release-Notes.html
+++ b/ticpu/doc/linux/BLTsville-Linux-Release-Notes.html
@@ -51,7 +51,7 @@ Welcome to BLTsville </title>
<body>
<span class="Title">BLTsville for Linux</span>
<p class="Subtitle">
- CPU Implementation - Version 2.0.0.9
+ CPU Implementation - Version 2.0.0.10
</p>
<hr/>
<p>
@@ -101,6 +101,11 @@ Welcome to BLTsville </title>
<tr>
<td>
<p>
+ 2.0.0.10</p>
+ <ul>
+ <li>Fixed segfault when doing vertical scaling, but not horizontal.</li>
+ </ul>
+ <p>
2.0.0.9</p>
<ul>
<li>Improved structure validation checks.</li>
@@ -231,15 +236,15 @@ Welcome to BLTsville </title>
.../lib/linux/libbltsville_ticpu.so
</td>
<td>
- Client entry point for special cases.&nbsp; Softlink to libbltsville_ticpu.so.2.0.0.9.&nbsp; (Most clients should not use this entry.)
+ Client entry point for special cases.&nbsp; Softlink to libbltsville_ticpu.so.2.0.0.10.&nbsp; (Most clients should not use this entry.)
</td>
</tr>
<tr>
<td>
- .../lib/linux/libbltsville_ticpu.so.2.0.0.9
+ .../lib/linux/libbltsville_ticpu.so.2.0.0.10
</td>
<td>
- Version 2.0.0.9 of the TI BLTsville CPU-based library of 2-D functions for Linux.&nbsp; (Do not directly load this file.)
+ Version 2.0.0.10 of the TI BLTsville CPU-based library of 2-D functions for Linux.&nbsp; (Do not directly load this file.)
</td>
</tr>
</table>
diff --git a/ticpu/lib/android/libbltsville_ticpu.2.0.0.9.so b/ticpu/lib/android/libbltsville_ticpu.2.0.0.10.so
index af9ffeb..d413ca5 100755
--- a/ticpu/lib/android/libbltsville_ticpu.2.0.0.9.so
+++ b/ticpu/lib/android/libbltsville_ticpu.2.0.0.10.so
Binary files differ
diff --git a/ticpu/lib/android/libbltsville_ticpu.so b/ticpu/lib/android/libbltsville_ticpu.so
index 9825cf0..2b247c4 120000
--- a/ticpu/lib/android/libbltsville_ticpu.so
+++ b/ticpu/lib/android/libbltsville_ticpu.so
@@ -1 +1 @@
-./libbltsville_ticpu.2.0.0.9.so \ No newline at end of file
+./libbltsville_ticpu.2.0.0.10.so \ No newline at end of file
diff --git a/ticpu/lib/linux/libbltsville_ticpu.so b/ticpu/lib/linux/libbltsville_ticpu.so
index 645b0d1..7365216 120000
--- a/ticpu/lib/linux/libbltsville_ticpu.so
+++ b/ticpu/lib/linux/libbltsville_ticpu.so
@@ -1 +1 @@
-./libbltsville_ticpu.so.2.0.0.9 \ No newline at end of file
+./libbltsville_ticpu.so.2.0.0.10 \ No newline at end of file
diff --git a/ticpu/lib/linux/libbltsville_ticpu.so.2.0.0.9 b/ticpu/lib/linux/libbltsville_ticpu.so.2.0.0.10
index af15093..c76874a 100755
--- a/ticpu/lib/linux/libbltsville_ticpu.so.2.0.0.9
+++ b/ticpu/lib/linux/libbltsville_ticpu.so.2.0.0.10
Binary files differ