Re: [Dri-devel] new s3tc texture compression patch (for mesa's new compression framework)

2004-05-04 Thread Roland Scheidegger
Dieter Nützel wrote:
Litle rejection on latest Mesa CVS:
src/mesa/main/texcompress_s3tc.c.rej
You're right, here's a new patch. Nothing changed at all, except it 
applies again...

Roland


mesa_r200_radeon_txc_cvs040504.diff.gz
Description: Unix tar archive


[Dri-devel] new s3tc texture compression patch (for mesa's new compression framework)

2004-04-30 Thread Roland Scheidegger
Here's a new version of the texture compression patch.

Changes:
- Thanks to Brian's changes all (core mesa) changes are now in only one 
file (texcompress_s3tc.c), except one boolean variable.
- the texel fetch code works again (not sure why it didn't work last time)
- some small cleanups in the library code (no more ugly casts, no more 
compiler warnings!)
- some very minor changes in the radeon/r200 ChooseTextureFormat functions

That's about it...
Though I'm considering dropping the dynamic loader stuff and just 
integrate everything back into mesa. It just doesn't make sense to have 
these functions in a separate library if it's still necessary to patch mesa.

Roland


libtxc_dxtn.tar.gz
Description: Unix tar archive


mesa_r200_radeon_txc_newtex.diff.gz
Description: Unix tar archive