summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xticpu/doc/android/BLTsville-Android-Release-Notes.html18
-rwxr-xr-xticpu/doc/linux/BLTsville-Linux-Release-Notes.html19
-rwxr-xr-xticpu/lib/android/libbltsville_ticpu.2.0.0.10.sobin146750 -> 0 bytes
-rwxr-xr-xticpu/lib/android/libbltsville_ticpu.2.1.0.0.sobin0 -> 162310 bytes
l---------ticpu/lib/android/libbltsville_ticpu.so2
-rwxr-xr-xticpu/lib/android/libbltsville_ticpu_license.txt3
l---------ticpu/lib/linux/libbltsville_ticpu.so2
-rwxr-xr-xticpu/lib/linux/libbltsville_ticpu.so.2.0.0.10bin150116 -> 0 bytes
-rwxr-xr-xticpu/lib/linux/libbltsville_ticpu.so.2.1.0.0bin0 -> 166468 bytes
-rwxr-xr-xticpu/lib/linux/libbltsville_ticpu_license.txt3
10 files changed, 36 insertions, 11 deletions
diff --git a/ticpu/doc/android/BLTsville-Android-Release-Notes.html b/ticpu/doc/android/BLTsville-Android-Release-Notes.html
index 91e1e50..21461b9 100755
--- a/ticpu/doc/android/BLTsville-Android-Release-Notes.html
+++ b/ticpu/doc/android/BLTsville-Android-Release-Notes.html
@@ -51,11 +51,11 @@ Welcome to BLTsville </title>
<body>
<span class="Title">BLTsville for Android</span>
<p class="Subtitle">
- CPU Implementation - Version 2.0.0.10
+ CPU Implementation - Version 2.1.0.0
</p>
<hr/>
<p>
- Copyright © 2011 Texas Instruments, Inc.
+ Copyright © 2012 Texas Instruments, Inc.
</p>
<p>
By using this software you agree that you have read, understood, and agree to be bound by the terms in the accompanying <a href="../license">
@@ -101,6 +101,20 @@ Welcome to BLTsville </title>
<tr>
<td>
<p>
+ 2.1.0.0</p>
+ <ul>
+ <li>Updated headers to 2.1.0.0 (forwards and backwards compatible with clients).</li>
+ <li>Changed test for surface equality to use <span class="Code">bvbuffdesc</span> and <span class="Code">
+ bvsurfgeom</span> pointers (as per spec) instead of members.</li>
+ <li>Corrected inconsistent initial scaling phase when clipping.</li>
+ <li>Added error returns for rectangles in subsampled surfaces that split subsamples.</li>
+ <li>Corrected incorrect validation during scaling which could return error for properly clipped rectangles.</li>
+ <li>Loosened validation of <span class="Code">bvbuffmap</span> structures in <span class="Code">
+ bvbuffdesc.map</span> to avoid other implementation errors causing problems.</li>
+ <li>Improved <span class="Code">errdesc</span> messages to help with debugging.</li>
+ <li>Corrected color component error when using an RGBx24 solid color with a blend.</li>
+ </ul>
+ <p>
2.0.0.10</p>
<ul>
<li>Fixed segfault when doing vertical scaling, but not horizontal.</li>
diff --git a/ticpu/doc/linux/BLTsville-Linux-Release-Notes.html b/ticpu/doc/linux/BLTsville-Linux-Release-Notes.html
index bf62948..32478ba 100755
--- a/ticpu/doc/linux/BLTsville-Linux-Release-Notes.html
+++ b/ticpu/doc/linux/BLTsville-Linux-Release-Notes.html
@@ -51,11 +51,10 @@ Welcome to BLTsville </title>
<body>
<span class="Title">BLTsville for Linux</span>
<p class="Subtitle">
- CPU Implementation - Version 2.0.0.10
-</p>
+ CPU Implementation - Version 2.1.0.0</p>
<hr/>
<p>
- Copyright © 2011 Texas Instruments, Inc.
+ Copyright © 2012 Texas Instruments, Inc.
</p>
<p>
By using this software you agree that you have read, understood, and agree to be bound by the terms in the accompanying <a href="../license">
@@ -101,6 +100,20 @@ Welcome to BLTsville </title>
<tr>
<td>
<p>
+ 2.1.0.0</p>
+ <ul>
+ <li>Updated headers to 2.1.0.0 (forwards and backwards compatible with clients).</li>
+ <li>Changed test for surface equality to use <span class="Code">bvbuffdesc</span> and <span class="Code">
+ bvsurfgeom</span> pointers (as per spec) instead of members.</li>
+ <li>Corrected inconsistent initial scaling phase when clipping.</li>
+ <li>Added error returns for rectangles in subsampled surfaces that split subsamples.</li>
+ <li>Corrected incorrect validation during scaling which could return error for properly clipped rectangles.</li>
+ <li>Loosened validation of <span class="Code">bvbuffmap</span> structures in <span class="Code">
+ bvbuffdesc.map</span> to avoid other implementation errors causing problems.</li>
+ <li>Improved <span class="Code">errdesc</span> messages to help with debugging.</li>
+ <li>Corrected color component error when using an RGBx24 solid color with a blend.</li>
+ </ul>
+ <p>
2.0.0.10</p>
<ul>
<li>Fixed segfault when doing vertical scaling, but not horizontal.</li>
diff --git a/ticpu/lib/android/libbltsville_ticpu.2.0.0.10.so b/ticpu/lib/android/libbltsville_ticpu.2.0.0.10.so
deleted file mode 100755
index d413ca5..0000000
--- a/ticpu/lib/android/libbltsville_ticpu.2.0.0.10.so
+++ /dev/null
Binary files differ
diff --git a/ticpu/lib/android/libbltsville_ticpu.2.1.0.0.so b/ticpu/lib/android/libbltsville_ticpu.2.1.0.0.so
new file mode 100755
index 0000000..00ca919
--- /dev/null
+++ b/ticpu/lib/android/libbltsville_ticpu.2.1.0.0.so
Binary files differ
diff --git a/ticpu/lib/android/libbltsville_ticpu.so b/ticpu/lib/android/libbltsville_ticpu.so
index 2b247c4..7a8974c 120000
--- a/ticpu/lib/android/libbltsville_ticpu.so
+++ b/ticpu/lib/android/libbltsville_ticpu.so
@@ -1 +1 @@
-./libbltsville_ticpu.2.0.0.10.so \ No newline at end of file
+./libbltsville_ticpu.2.1.0.0.so \ No newline at end of file
diff --git a/ticpu/lib/android/libbltsville_ticpu_license.txt b/ticpu/lib/android/libbltsville_ticpu_license.txt
index cfb1a12..a96c003 100755
--- a/ticpu/lib/android/libbltsville_ticpu_license.txt
+++ b/ticpu/lib/android/libbltsville_ticpu_license.txt
@@ -2,8 +2,7 @@ Texas Instruments Incorporated
Technology and Software Publicly Available
Software License Agreement
-Copyright (c) 2011 Texas Instruments Incorporated
-Copyright Imagination Technology, Ltd.
+Copyright (c) 2012 Texas Instruments Incorporated
Important: Please read the following license agreement carefully. This
is a legally binding agreement. Do not use or redistribute the Licensed
diff --git a/ticpu/lib/linux/libbltsville_ticpu.so b/ticpu/lib/linux/libbltsville_ticpu.so
index 7365216..d6f50f9 120000
--- a/ticpu/lib/linux/libbltsville_ticpu.so
+++ b/ticpu/lib/linux/libbltsville_ticpu.so
@@ -1 +1 @@
-./libbltsville_ticpu.so.2.0.0.10 \ No newline at end of file
+./libbltsville_ticpu.so.2.1.0.0 \ No newline at end of file
diff --git a/ticpu/lib/linux/libbltsville_ticpu.so.2.0.0.10 b/ticpu/lib/linux/libbltsville_ticpu.so.2.0.0.10
deleted file mode 100755
index c76874a..0000000
--- a/ticpu/lib/linux/libbltsville_ticpu.so.2.0.0.10
+++ /dev/null
Binary files differ
diff --git a/ticpu/lib/linux/libbltsville_ticpu.so.2.1.0.0 b/ticpu/lib/linux/libbltsville_ticpu.so.2.1.0.0
new file mode 100755
index 0000000..31866f7
--- /dev/null
+++ b/ticpu/lib/linux/libbltsville_ticpu.so.2.1.0.0
Binary files differ
diff --git a/ticpu/lib/linux/libbltsville_ticpu_license.txt b/ticpu/lib/linux/libbltsville_ticpu_license.txt
index cfb1a12..a96c003 100755
--- a/ticpu/lib/linux/libbltsville_ticpu_license.txt
+++ b/ticpu/lib/linux/libbltsville_ticpu_license.txt
@@ -2,8 +2,7 @@ Texas Instruments Incorporated
Technology and Software Publicly Available
Software License Agreement
-Copyright (c) 2011 Texas Instruments Incorporated
-Copyright Imagination Technology, Ltd.
+Copyright (c) 2012 Texas Instruments Incorporated
Important: Please read the following license agreement carefully. This
is a legally binding agreement. Do not use or redistribute the Licensed