summaryrefslogtreecommitdiff
path: root/src/mesa/main/texutil.c
AgeCommit message (Expand)Author
2002-03-15fixed typo in CONVERT_TEXEL_DWORD for convert_abgr8888_to_ai88 textures (Mich...Brian Paul
2002-02-21Fixed out-of-bounds memory write problem (CONVERT_TEXEL_DWORD macro).Brian Paul
2001-06-15Added fi_type union typedef to glheader.h.Brian Paul
2001-05-02changed parameters to _mesa_rescale_teximage2d()Brian Paul
2001-04-20Minor fixes for Win32 (Karl Schultz).Brian Paul
2001-03-30Remove all traces of CULL_MASK_ACTIVE.Gareth Hughes
2001-03-28More texture format updates. Drivers now need only plug an appropriateGareth Hughes
2001-03-27pass dst and src to CONVERT_TEXEL() macros to fix non-ANSI problemsBrian Paul
2001-03-27Updates required for DRI drivers on mesa-3-5-branch.Gareth Hughes
2001-03-22Fix texture format enum values (Brian Paul).Gareth Hughes
2001-03-21renamed some vars, added a bunch of commentsBrian Paul
2001-03-18Make assertions take new GLchan formats into account.Gareth Hughes
2001-03-18- Port 3.4 texture utils, texture format work to 3.5 (including newGareth Hughes
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-07fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-11-22 Committing in .Jouk Jansen
2000-11-09updated with bug fix from 3.4 branchBrian Paul
2000-10-29More GLchan color channel changes.Brian Paul
2000-09-13replaced GL_RGBA with GL_BGRA for GL_UNSIGNED_SHORT_1_5_5_5_REV datatypeBrian Paul
2000-08-29added MESA_FF_R8_G8_B8 (alpha filled to 0xff) formatBrian Paul
2000-03-30fixed typos in generate_lookup_tables()Brian Paul
2000-03-30fixed subtexture address calculation bugBrian Paul
2000-03-29lots of new workBrian Paul
2000-03-27added _mesa_unconvert_teximage()Brian Paul
2000-03-24initial check-inBrian Paul