Header file clean-up:
[mesa.git] / src / mesa / main / texformat.c
2002-10-24 Brian PaulHeader file clean-up:
2002-09-27 Brian Paulnew texture compression infrastructure
2002-09-21 Brian Paulupdates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_st...
2002-07-09 Brian PaulOverhaul of glRead/DrawBuffer() code. Now, swrast...
2002-06-29 Brian PaulApplied Matt Sealey's patch to remove/isolate all stdio...
2002-06-15 Brian PaulAdded ctx parameter to _mesa_debug()
2001-06-15 Brian PaulEnable GL_ARB_texture_compression for XMesa/GLX driver...
2001-04-20 Brian PaulFixed a texture conversion problem: sometimes need...
2001-04-04 Brian Paulreplaced IntFormat GL_BGRA with GL_RGBA, fixes problems...
2001-04-04 Brian PaulMore texture image changes.
2001-03-30 Gareth HughesRemove all traces of CULL_MASK_ACTIVE.
2001-03-28 Gareth HughesMore texture format updates. Drivers now need only...
2001-03-27 Brian Paulfixed RGBA/RGB typo
2001-03-27 Gareth HughesUpdates required for DRI drivers on mesa-3-5-branch.
2001-03-18 Gareth HughesRemove old code, fix a few comments.
2001-03-18 Gareth Hughes- Port 3.4 texture utils, texture format work to 3...