diff options
author | Brian Paul <[email protected]> | 2011-09-17 15:47:03 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-09-20 20:17:41 -0600 |
commit | b4e6afbf7715df7473723f3e0c5d714cd5721802 (patch) | |
tree | 73b78e209799797a440f8e90d3508ab0d8da5a4d /src/mesa/main/texcompress_rgtc_tmp.h | |
parent | 960694fd2dbf1b40af2c4125145e42b3914f4b9f (diff) |
mesa/gallium: remove GLchan from latc, rgtc code
Diffstat (limited to 'src/mesa/main/texcompress_rgtc_tmp.h')
-rw-r--r-- | src/mesa/main/texcompress_rgtc_tmp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/texcompress_rgtc_tmp.h b/src/mesa/main/texcompress_rgtc_tmp.h index 48bbd374e08..277d69b1798 100644 --- a/src/mesa/main/texcompress_rgtc_tmp.h +++ b/src/mesa/main/texcompress_rgtc_tmp.h @@ -73,7 +73,7 @@ static void TAG(write_rgtc_encoded_channel)(TYPE *blkaddr, *blkaddr++ = (alphaenc[13] >> 1) | (alphaenc[14] << 2) | (alphaenc[15] << 5); } -static void TAG(encode_rgtc_chan)(TYPE *blkaddr, TYPE srccolors[4][4], +static void TAG(encode_rgtc_ubyte)(TYPE *blkaddr, TYPE srccolors[4][4], int numxpixels, int numypixels) { TYPE alphabase[2], alphause[2]; |