History log of /external/mesa3d/src/mesa/main/texcompress_rgtc_tmp.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b4e6afbf7715df7473723f3e0c5d714cd5721802 17-Sep-2011 Brian Paul <brianp@vmware.com> mesa/gallium: remove GLchan from latc, rgtc code
/external/mesa3d/src/mesa/main/texcompress_rgtc_tmp.h
1c8d079e205919b24e04efdc2421c18d03f078ff 04-Aug-2011 Brian Paul <brianp@vmware.com> mesa: fix out of bounds array access in rtgc debug code

Fixes https://bugs.freedesktop.org/show_bug.cgi?id=39841
This would only be hit if someone set RGTC_DEBUG=1.
/external/mesa3d/src/mesa/main/texcompress_rgtc_tmp.h
59cae3eee105b8522bc9b17cd60ad1e98b1e8825 02-Mar-2011 Dave Airlie <airlied@redhat.com> rgtc: remove GL types from this file.

I'd like to share this file with gallium u_format stuff.

Signed-off-by: Dave Airlie <airlied@redhat.com>
/external/mesa3d/src/mesa/main/texcompress_rgtc_tmp.h
531c336fa39d8e823d05728cb7ddb3cc8a44d199 02-Mar-2011 Dave Airlie <airlied@redhat.com> rgtc: move the texel fetch into common unsigned/signed code.

This function can be done in the include file also.

Signed-off-by: Dave Airlie <airlied@redhat.com>
/external/mesa3d/src/mesa/main/texcompress_rgtc_tmp.h
fb6ecca0a556dcca1f77bfb84a835e2b9c2e2e6a 02-Mar-2011 Dave Airlie <airlied@redhat.com> rgtc: fix issues with compressor and signed types.

With signed types we weren't hitting this test however the comment
stating this doesn't happen often doesn't apply when using signed
types since an all 0 block is quite common which isn't abs min or max.

this fixes the limits correctly again also.

Signed-off-by: Dave Airlie <airlied@redhat.com>
/external/mesa3d/src/mesa/main/texcompress_rgtc_tmp.h
9c16fcc617b8c5c4db825ed290f994e535de8c65 01-Mar-2011 Dave Airlie <airlied@redhat.com> rgtc: shared the compressor code between signed/unsigned

No idea why I didn't do it like this the first time, but share
the code like other portions of mesa do using _tmp.h suffix
and some #defines for the types.

Signed-off-by: Dave Airlie <airlied@redhat.com>
/external/mesa3d/src/mesa/main/texcompress_rgtc_tmp.h