diff options
author | Rick Tillery <rtillery@ti.com> | 2012-07-17 10:02:12 -0500 |
---|---|---|
committer | Rick Tillery <rtillery@ti.com> | 2012-07-17 10:02:12 -0500 |
commit | 8f8325a8584a91ccaa678ed6ab2f8868549e7e0b (patch) | |
tree | acc3479665f9c34f59139d7eee047ec42e3f7c21 | |
parent | 12aeb878955ac5a24125e411a682c5db04173407 (diff) | |
download | hardware_ti_omap4-8f8325a8584a91ccaa678ed6ab2f8868549e7e0b.zip hardware_ti_omap4-8f8325a8584a91ccaa678ed6ab2f8868549e7e0b.tar.gz hardware_ti_omap4-8f8325a8584a91ccaa678ed6ab2f8868549e7e0b.tar.bz2 |
TICPU: Release 2.1.0.0: Fixed RGBx24 solid color with blend; Fixed surf
equality check; Fixed clipped scaling phase; Rtrn err on split subsamples;
Fixed clipped scaled rectangle validation; Loosened other impl. bvbuffmap
check; Improved errdesc messages
Change-Id: I7dd57eb28c1d301ef4d01453875be90ef0b4ebae
Signed-off-by: Rick Tillery <rtillery@ti.com>
-rwxr-xr-x | ticpu/doc/android/BLTsville-Android-Release-Notes.html | 18 | ||||
-rwxr-xr-x | ticpu/doc/linux/BLTsville-Linux-Release-Notes.html | 19 | ||||
-rwxr-xr-x | ticpu/lib/android/libbltsville_ticpu.2.0.0.10.so | bin | 146750 -> 0 bytes | |||
-rwxr-xr-x | ticpu/lib/android/libbltsville_ticpu.2.1.0.0.so | bin | 0 -> 162310 bytes | |||
l--------- | ticpu/lib/android/libbltsville_ticpu.so | 2 | ||||
-rwxr-xr-x | ticpu/lib/android/libbltsville_ticpu_license.txt | 3 | ||||
l--------- | ticpu/lib/linux/libbltsville_ticpu.so | 2 | ||||
-rwxr-xr-x | ticpu/lib/linux/libbltsville_ticpu.so.2.0.0.10 | bin | 150116 -> 0 bytes | |||
-rwxr-xr-x | ticpu/lib/linux/libbltsville_ticpu.so.2.1.0.0 | bin | 0 -> 166468 bytes | |||
-rwxr-xr-x | ticpu/lib/linux/libbltsville_ticpu_license.txt | 3 |
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 Binary files differdeleted file mode 100755 index d413ca5..0000000 --- a/ticpu/lib/android/libbltsville_ticpu.2.0.0.10.so +++ /dev/null diff --git a/ticpu/lib/android/libbltsville_ticpu.2.1.0.0.so b/ticpu/lib/android/libbltsville_ticpu.2.1.0.0.so Binary files differnew file mode 100755 index 0000000..00ca919 --- /dev/null +++ b/ticpu/lib/android/libbltsville_ticpu.2.1.0.0.so 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 Binary files differdeleted file mode 100755 index c76874a..0000000 --- a/ticpu/lib/linux/libbltsville_ticpu.so.2.0.0.10 +++ /dev/null diff --git a/ticpu/lib/linux/libbltsville_ticpu.so.2.1.0.0 b/ticpu/lib/linux/libbltsville_ticpu.so.2.1.0.0 Binary files differnew file mode 100755 index 0000000..31866f7 --- /dev/null +++ b/ticpu/lib/linux/libbltsville_ticpu.so.2.1.0.0 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 |