summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texutil.c
Commit message (Expand)AuthorAgeFilesLines
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-1/+1
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-3/+4
* updated email addressesBrian Paul2002-10-291-2/+2
* Header file clean-up:Brian Paul2002-10-241-6/+3
* new texture compression infrastructureBrian Paul2002-09-271-2/+2
* updates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_storage, etc)Brian Paul2002-09-211-36/+127
* Moved big/little endian code to glheader.h.Brian Paul2002-06-121-3/+3
* more big-endian tweaksBrian Paul2002-06-051-4/+4
* bring over Michel Daenzer's DRI changesBrian Paul2002-06-031-32/+54
* fixed typo in CONVERT_TEXEL_DWORD for convert_abgr8888_to_ai88 textures (Mich...Brian Paul2002-03-151-2/+2
* Fixed out-of-bounds memory write problem (CONVERT_TEXEL_DWORD macro).Brian Paul2002-02-211-32/+32
* Added fi_type union typedef to glheader.h.Brian Paul2001-06-151-2/+2
* changed parameters to _mesa_rescale_teximage2d()Brian Paul2001-05-021-9/+12
* Minor fixes for Win32 (Karl Schultz).Brian Paul2001-04-201-2/+2
* Remove all traces of CULL_MASK_ACTIVE.Gareth Hughes2001-03-301-11/+11
* More texture format updates. Drivers now need only plug an appropriateGareth Hughes2001-03-281-47/+46
* pass dst and src to CONVERT_TEXEL() macros to fix non-ANSI problemsBrian Paul2001-03-271-67/+67
* Updates required for DRI drivers on mesa-3-5-branch.Gareth Hughes2001-03-271-1/+41
* Fix texture format enum values (Brian Paul).Gareth Hughes2001-03-221-4/+4
* renamed some vars, added a bunch of commentsBrian Paul2001-03-211-10/+38
* Make assertions take new GLchan formats into account.Gareth Hughes2001-03-181-4/+4
* - Port 3.4 texture utils, texture format work to 3.5 (including newGareth Hughes2001-03-181-1608/+780
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-3/+3
* fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul2001-03-071-5/+1
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-3/+3
* Major rework of tnl moduleKeith Whitwell2000-12-261-1/+5
* Committing in .Jouk Jansen2000-11-221-7/+7
* updated with bug fix from 3.4 branchBrian Paul2000-11-091-148/+196
* More GLchan color channel changes.Brian Paul2000-10-291-30/+30
* replaced GL_RGBA with GL_BGRA for GL_UNSIGNED_SHORT_1_5_5_5_REV datatypeBrian Paul2000-09-131-3/+6
* added MESA_FF_R8_G8_B8 (alpha filled to 0xff) formatBrian Paul2000-08-291-2/+69
* fixed typos in generate_lookup_tables()Brian Paul2000-03-301-2/+2
* fixed subtexture address calculation bugBrian Paul2000-03-301-32/+32
* lots of new workBrian Paul2000-03-291-56/+801
* added _mesa_unconvert_teximage()Brian Paul2000-03-271-1/+284
* initial check-inBrian Paul2000-03-241-0/+537