| Commit message (Expand) | Author | Age | Files | Lines |
* | minimize the number of DIVs | Daniel Borca | 2004-01-26 | 1 | -3/+3 |
* | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell | 2003-07-17 | 1 | -1/+1 |
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 1 | -1/+0 |
* | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul | 2003-03-01 | 1 | -3/+4 |
* | updated email addresses | Brian Paul | 2002-10-29 | 1 | -2/+2 |
* | Header file clean-up: | Brian Paul | 2002-10-24 | 1 | -6/+3 |
* | new texture compression infrastructure | Brian Paul | 2002-09-27 | 1 | -2/+2 |
* | updates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_storage, etc) | Brian Paul | 2002-09-21 | 1 | -36/+127 |
* | Moved big/little endian code to glheader.h. | Brian Paul | 2002-06-12 | 1 | -3/+3 |
* | more big-endian tweaks | Brian Paul | 2002-06-05 | 1 | -4/+4 |
* | bring over Michel Daenzer's DRI changes | Brian Paul | 2002-06-03 | 1 | -32/+54 |
* | fixed typo in CONVERT_TEXEL_DWORD for convert_abgr8888_to_ai88 textures (Mich... | Brian Paul | 2002-03-15 | 1 | -2/+2 |
* | Fixed out-of-bounds memory write problem (CONVERT_TEXEL_DWORD macro). | Brian Paul | 2002-02-21 | 1 | -32/+32 |
* | Added fi_type union typedef to glheader.h. | Brian Paul | 2001-06-15 | 1 | -2/+2 |
* | changed parameters to _mesa_rescale_teximage2d() | Brian Paul | 2001-05-02 | 1 | -9/+12 |
* | Minor fixes for Win32 (Karl Schultz). | Brian Paul | 2001-04-20 | 1 | -2/+2 |
* | Remove all traces of CULL_MASK_ACTIVE. | Gareth Hughes | 2001-03-30 | 1 | -11/+11 |
* | More texture format updates. Drivers now need only plug an appropriate | Gareth Hughes | 2001-03-28 | 1 | -47/+46 |
* | pass dst and src to CONVERT_TEXEL() macros to fix non-ANSI problems | Brian Paul | 2001-03-27 | 1 | -67/+67 |
* | Updates required for DRI drivers on mesa-3-5-branch. | Gareth Hughes | 2001-03-27 | 1 | -1/+41 |
* | Fix texture format enum values (Brian Paul). | Gareth Hughes | 2001-03-22 | 1 | -4/+4 |
* | renamed some vars, added a bunch of comments | Brian Paul | 2001-03-21 | 1 | -10/+38 |
* | Make assertions take new GLchan formats into account. | Gareth Hughes | 2001-03-18 | 1 | -4/+4 |
* | - Port 3.4 texture utils, texture format work to 3.5 (including new | Gareth Hughes | 2001-03-18 | 1 | -1608/+780 |
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -3/+3 |
* | fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ... | Brian Paul | 2001-03-07 | 1 | -5/+1 |
* | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul | 2001-03-03 | 1 | -3/+3 |
* | Major rework of tnl module | Keith Whitwell | 2000-12-26 | 1 | -1/+5 |
* | Committing in . | Jouk Jansen | 2000-11-22 | 1 | -7/+7 |
* | updated with bug fix from 3.4 branch | Brian Paul | 2000-11-09 | 1 | -148/+196 |
* | More GLchan color channel changes. | Brian Paul | 2000-10-29 | 1 | -30/+30 |
* | replaced GL_RGBA with GL_BGRA for GL_UNSIGNED_SHORT_1_5_5_5_REV datatype | Brian Paul | 2000-09-13 | 1 | -3/+6 |
* | added MESA_FF_R8_G8_B8 (alpha filled to 0xff) format | Brian Paul | 2000-08-29 | 1 | -2/+69 |
* | fixed typos in generate_lookup_tables() | Brian Paul | 2000-03-30 | 1 | -2/+2 |
* | fixed subtexture address calculation bug | Brian Paul | 2000-03-30 | 1 | -32/+32 |
* | lots of new work | Brian Paul | 2000-03-29 | 1 | -56/+801 |
* | added _mesa_unconvert_teximage() | Brian Paul | 2000-03-27 | 1 | -1/+284 |
* | initial check-in | Brian Paul | 2000-03-24 | 1 | -0/+537 |