Re: [PATCH] R300 texture format updates

2005-03-09 Thread Vladimir Dergachev
On Wed, 9 Mar 2005, Jerome Glisse wrote: On Wed, 9 Mar 2005 11:53:47 +1100, Paul Mackerras <[EMAIL PROTECTED]> wrote: I have updated the table of texture formats in r300_texstate.c based on the definitions and comments in Mesa/src/mesa/main/texformat.h. These changes assume that radeon_cp_dispatch

Re: [PATCH] R300 texture format updates

2005-03-09 Thread Jerome Glisse
On Wed, 9 Mar 2005 11:53:47 +1100, Paul Mackerras <[EMAIL PROTECTED]> wrote: > I have updated the table of texture formats in r300_texstate.c based > on the definitions and comments in Mesa/src/mesa/main/texformat.h. > These changes assume that radeon_cp_dispatch_texture doesn't > byte-swap, i.e. t

[PATCH] R300 texture format updates

2005-03-08 Thread Paul Mackerras
I have updated the table of texture formats in r300_texstate.c based on the definitions and comments in Mesa/src/mesa/main/texformat.h. These changes assume that radeon_cp_dispatch_texture doesn't byte-swap, i.e. that the patch I just posted has been applied. I have tested formats 1, 13, 16 and 17