| Commit message (Expand) | Author | Age | Files | Lines |
* | Initial work for GL_EXT_texture_sRGB. | Brian Paul | 2006-08-03 | 1 | -0/+168 |
* | Replace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32-bit integer format. | Brian Paul | 2006-04-06 | 1 | -51/+57 |
* | plug in _mesa_texstore_z24_s8() | Brian Paul | 2005-10-01 | 1 | -1/+1 |
* | Initial work for GL_EXT_packed_depth_stencil extension. | Brian Paul | 2005-09-28 | 1 | -0/+76 |
* | Remove a bunch texel fetch functions that can be handled by the new | Brian Paul | 2005-09-15 | 1 | -123/+130 |
* | check for either GL_ARB_depth_texture or GL_SGIX_depth_texture in a few places | Brian Paul | 2005-09-08 | 1 | -3/+4 |
* | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | 2005-05-04 | 1 | -9/+58 |
* | Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101... | Brian Paul | 2004-08-25 | 1 | -0/+2 |
* | Another pass at implementing byte-swapped texture formats. | Brian Paul | 2004-05-13 | 1 | -55/+58 |
* | yank bgr233 texformat. minor comment updates. | Brian Paul | 2004-05-12 | 1 | -22/+0 |
* | Added big-endian texture formats. | Brian Paul | 2004-05-12 | 1 | -196/+180 |
* | Removed the old teximage code. | Brian Paul | 2004-04-27 | 1 | -183/+0 |
* | transfer routines for compressed formats (avoid SEGFAULT, also prepare for ex... | Daniel Borca | 2004-04-27 | 1 | -6/+6 |
* | s,CHAN_BITS/8,sizeof(GLchan), | Brian Paul | 2004-04-22 | 1 | -7/+7 |
* | fix some include file glitches | Brian Paul | 2004-04-22 | 1 | -1/+1 |
* | New glTexImage code. | Brian Paul | 2004-04-22 | 1 | -223/+526 |
* | Some initial RGB and RGBA floating point texture formats. | Brian Paul | 2004-01-24 | 1 | -7/+101 |
* | Initial support for floating point and signed texture formats. | Brian Paul | 2004-01-23 | 1 | -102/+207 |
* | more texture compression | Daniel Borca | 2003-11-21 | 1 | -2/+16 |
* | texture compression | Daniel Borca | 2003-10-29 | 1 | -2/+52 |
* | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell | 2003-07-17 | 1 | -23/+57 |
* | some texture compression odds & ends | Brian Paul | 2003-04-03 | 1 | -3/+94 |
* | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul | 2003-03-01 | 1 | -4/+3 |
* | updated email addresses | Brian Paul | 2002-10-29 | 1 | -2/+2 |
* | Header file clean-up: | Brian Paul | 2002-10-24 | 1 | -6/+2 |
* | new texture compression infrastructure | Brian Paul | 2002-09-27 | 1 | -48/+3 |
* | updates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_storage, etc) | Brian Paul | 2002-09-21 | 1 | -1/+45 |
* | Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer() | Brian Paul | 2002-07-09 | 1 | -2/+1 |
* | Applied Matt Sealey's patch to remove/isolate all stdio.h function calls. | Brian Paul | 2002-06-29 | 1 | -2/+2 |
* | Added ctx parameter to _mesa_debug() | Brian Paul | 2002-06-15 | 1 | -3/+150 |
* | Enable GL_ARB_texture_compression for XMesa/GLX driver. Texture | Brian Paul | 2001-06-15 | 1 | -9/+86 |
* | Fixed a texture conversion problem: sometimes need to produce an intermediate | Brian Paul | 2001-04-20 | 1 | -22/+22 |
* | replaced IntFormat GL_BGRA with GL_RGBA, fixes problems calling _mesa_base_te... | Brian Paul | 2001-04-04 | 1 | -4/+4 |
* | More texture image changes. | Brian Paul | 2001-04-04 | 1 | -39/+26 |
* | Remove all traces of CULL_MASK_ACTIVE. | Gareth Hughes | 2001-03-30 | 1 | -4/+4 |
* | More texture format updates. Drivers now need only plug an appropriate | Gareth Hughes | 2001-03-28 | 1 | -71/+64 |
* | fixed RGBA/RGB typo | Brian Paul | 2001-03-27 | 1 | -2/+2 |
* | Updates required for DRI drivers on mesa-3-5-branch. | Gareth Hughes | 2001-03-27 | 1 | -36/+63 |
* | Remove old code, fix a few comments. | Gareth Hughes | 2001-03-18 | 1 | -6/+5 |
* | - Port 3.4 texture utils, texture format work to 3.5 (including new | Gareth Hughes | 2001-03-18 | 1 | -0/+566 |