| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | call FLUSH_VERTICES() in _mesaTexParameterfv() (bug 491832) | Brian Paul | 2001-12-13 | 1 | -3/+25 |
* | prototype implementation of GL_ARB_depth_texture, GL_ARB_shadow, GL_ARB_shado... | Brian Paul | 2001-12-04 | 1 | -16/+150 |
* | added missing GL_MAX_TEXTURE_LOD_BIAS_EXT query | Brian Paul | 2001-11-06 | 1 | -2/+3 |
* | added GL_ARB_texture_mirrored_repeat | Brian Paul | 2001-10-17 | 1 | -12/+12 |
* | more compiler warning fixes | Karl Schultz | 2001-09-18 | 1 | -9/+9 |
* | better error messages | Brian Paul | 2001-08-20 | 1 | -7/+16 |
* | rename ERROR macro to TE_ERROR (Gerk Huisma) | Brian Paul | 2001-07-23 | 1 | -28/+28 |
* | Consolidated source files. Since the re-org a number of source files | Brian Paul | 2001-06-18 | 1 | -1/+133 |
* | Allow different max texture sizes for 1/2D, 3D and cube maps. | Brian Paul | 2001-06-13 | 1 | -6/+23 |
* | removed old, redundant CurrentTransformUnit state var | Brian Paul | 2001-06-12 | 1 | -6/+5 |
* | initial support for GL_SGIS_generate_mipmap extension | Brian Paul | 2001-05-21 | 1 | -43/+50 |
* | fixed a bad error string in ClientActiveTexture() | Brian Paul | 2001-05-18 | 1 | -2/+2 |
* | fixed two GL error calls | Brian Paul | 2001-05-17 | 1 | -3/+3 |
* | minor simplification in glGetTexLevelParameter | Brian Paul | 2001-04-25 | 1 | -17/+10 |
* | fixed problems with texel component size queries in glGetTexLevelParameter() | Brian Paul | 2001-04-24 | 1 | -8/+42 |
* | Minor fixes for Win32 (Karl Schultz). | Brian Paul | 2001-04-20 | 1 | -2/+2 |
* | bug fixes, added missing state query cases | Brian Paul | 2001-04-19 | 1 | -18/+163 |
* | Fixed a number of minor GL_ARB_texture_env_combine/dot3 issues. | Brian Paul | 2001-04-17 | 1 | -35/+85 |
* | added missing 'break' in _mesa_TexEnvfv(), better error messages | Brian Paul | 2001-04-16 | 1 | -26/+36 |
* | querying proxy texture image info was segfaulting because of NULL TexFormat p... | Brian Paul | 2001-03-30 | 1 | -2/+3 |
* | - Restore texImage->IntFormat. | Gareth Hughes | 2001-03-28 | 1 | -2/+2 |
* | More texture format updates. Drivers now need only plug an appropriate | Gareth Hughes | 2001-03-28 | 1 | -3/+3 |
* | added GL_ARB_texture_border_clamp | Brian Paul | 2001-03-26 | 1 | -7/+20 |
* | added GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3 | Brian Paul | 2001-03-22 | 1 | -1/+15 |
* | - Port 3.4 texture utils, texture format work to 3.5 (including new | Gareth Hughes | 2001-03-18 | 1 | -9/+22 |
* | fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ... | Brian Paul | 2001-03-07 | 1 | -2/+2 |
* | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul | 2001-03-03 | 1 | -118/+118 |
* | removed some bogus error checks | Brian Paul | 2001-02-28 | 1 | -15/+3 |
* | Implemented GL_SGIX_shadow and GL_SGIX_shadow_texture. | Brian Paul | 2001-02-20 | 1 | -2/+30 |
* | Changed FetchTexel() function pointer arguments. | Brian Paul | 2001-02-17 | 1 | -1/+62 |
* | Work in glGetTexImage() to return GL_COLOR_INDEX images. | Brian Paul | 2001-02-17 | 1 | -2/+11 |
* | Overhaul of texture image handling. | Brian Paul | 2001-02-06 | 1 | -2/+1 |
* | Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixels | Keith Whitwell | 2001-01-29 | 1 | -2/+1 |
* | Lots of GLchan datatype changes. | Brian Paul | 2001-01-24 | 1 | -5/+5 |
* | Implementation of GL_EXT_texture_env_dot3. | Gareth Hughes | 2001-01-06 | 1 | -7/+14 |
* | Major rework of tnl module | Keith Whitwell | 2000-12-26 | 1 | -340/+399 |
* | Support for swappable t&l modules, including an example one in the FX | Keith Whitwell | 2000-11-24 | 1 | -5/+8 |
* | Committing in . | Jouk Jansen | 2000-11-22 | 1 | -11/+11 |
* | Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars. | Brian Paul | 2000-11-19 | 1 | -66/+5 |
* | Move the transform and lighting code to two new directories | Keith Whitwell | 2000-11-16 | 1 | -22/+7 |
* | - Changes for new software rasterizer modules | Keith Whitwell | 2000-11-05 | 1 | -18/+17 |
* | Moved the software rasterizer to a new directory. | Keith Whitwell | 2000-10-31 | 1 | -2/+3 |
* | Replace the flags Mesa was using for ctx->NewState with a new set | Keith Whitwell | 2000-10-30 | 1 | -60/+40 |
* | New colormac.h file for color-related macros. | Brian Paul | 2000-10-28 | 1 | -1/+2 |
* | Basic work to support deep color channels: | Brian Paul | 2000-10-28 | 1 | -13/+13 |
* | glGetTexParameter(GL_TEXTURE_RESIDENT) didn't query device driver | Brian Paul | 2000-08-01 | 1 | -4/+18 |
* | Holger's fixes for GL_EXT_texture_env_combine | Brian Paul | 2000-07-05 | 1 | -5/+2 |
* | added GL_EXT_texture_env_combine (Holger Waechtler) | Brian Paul | 2000-06-27 | 1 | -49/+414 |
* | initial work for GL_ARB_texture_compression | Brian Paul | 2000-05-23 | 1 | -3/+31 |
* | more texture cube work, misc code clean-up | Brian Paul | 2000-05-23 | 1 | -58/+39 |