rgtc: shared the compressor code between signed/unsigned
authorDave Airlie <airlied@redhat.com>
Tue, 1 Mar 2011 01:57:51 +0000 (11:57 +1000)
committerDave Airlie <airlied@redhat.com>
Tue, 1 Mar 2011 01:57:51 +0000 (11:57 +1000)
commit9c16fcc617b8c5c4db825ed290f994e535de8c65
treecba92b56f95b45306890a2a25965492895d22671
parent7b3bec87dfb02e8ee43f64da12c928d76883aa61
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>
src/mesa/main/texcompress_rgtc.c
src/mesa/main/texcompress_rgtc_tmp.h [new file with mode: 0644]