Header file clean-up:
[mesa.git] / src / mesa / main / texutil.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-06-12 Brian PaulMoved big/little endian code to glheader.h.
2002-06-05 Brian Paulmore big-endian tweaks
2002-06-03 Brian Paulbring over Michel Daenzer's DRI changes
2002-03-15 Brian Paulfixed typo in CONVERT_TEXEL_DWORD for convert_abgr8888_...
2002-02-21 Brian PaulFixed out-of-bounds memory write problem (CONVERT_TEXEL...
2001-06-15 Brian PaulAdded fi_type union typedef to glheader.h.
2001-05-02 Brian Paulchanged parameters to _mesa_rescale_teximage2d()
2001-04-20 Brian PaulMinor fixes for Win32 (Karl Schultz).
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 Paulpass dst and src to CONVERT_TEXEL() macros to fix non...
2001-03-27 Gareth HughesUpdates required for DRI drivers on mesa-3-5-branch.
2001-03-22 Gareth HughesFix texture format enum values (Brian Paul).
2001-03-21 Brian Paulrenamed some vars, added a bunch of comments
2001-03-18 Gareth HughesMake assertions take new GLchan formats into account.
2001-03-18 Gareth Hughes- Port 3.4 texture utils, texture format work to 3...
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-07 Brian Paulfixed a bunch of g++ warnings/errors. Compiling with...
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-11-22 Jouk Jansen Committing in .
2000-11-09 Brian Paulupdated with bug fix from 3.4 branch
2000-10-29 Brian PaulMore GLchan color channel changes.
2000-09-13 Brian Paulreplaced GL_RGBA with GL_BGRA for GL_UNSIGNED_SHORT_1_5...
2000-08-29 Brian Pauladded MESA_FF_R8_G8_B8 (alpha filled to 0xff) format
2000-03-30 Brian Paulfixed typos in generate_lookup_tables()
2000-03-30 Brian Paulfixed subtexture address calculation bug
2000-03-29 Brian Paullots of new work
2000-03-27 Brian Pauladded _mesa_unconvert_teximage()
2000-03-24 Brian Paulinitial check-in