summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texstate.c
Commit message (Expand)AuthorAgeFilesLines
* bug fixes, added missing state query casesBrian Paul2001-04-191-18/+163
* Fixed a number of minor GL_ARB_texture_env_combine/dot3 issues.Brian Paul2001-04-171-35/+85
* added missing 'break' in _mesa_TexEnvfv(), better error messagesBrian Paul2001-04-161-26/+36
* querying proxy texture image info was segfaulting because of NULL TexFormat p...Brian Paul2001-03-301-2/+3
* - Restore texImage->IntFormat.Gareth Hughes2001-03-281-2/+2
* More texture format updates. Drivers now need only plug an appropriateGareth Hughes2001-03-281-3/+3
* added GL_ARB_texture_border_clampBrian Paul2001-03-261-7/+20
* added GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3Brian Paul2001-03-221-1/+15
* - Port 3.4 texture utils, texture format work to 3.5 (including newGareth Hughes2001-03-181-9/+22
* fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul2001-03-071-2/+2
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-118/+118
* removed some bogus error checksBrian Paul2001-02-281-15/+3
* Implemented GL_SGIX_shadow and GL_SGIX_shadow_texture.Brian Paul2001-02-201-2/+30
* Changed FetchTexel() function pointer arguments.Brian Paul2001-02-171-1/+62
* Work in glGetTexImage() to return GL_COLOR_INDEX images.Brian Paul2001-02-171-2/+11
* Overhaul of texture image handling.Brian Paul2001-02-061-2/+1
* Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixelsKeith Whitwell2001-01-291-2/+1
* Lots of GLchan datatype changes.Brian Paul2001-01-241-5/+5
* Implementation of GL_EXT_texture_env_dot3.Gareth Hughes2001-01-061-7/+14
* Major rework of tnl moduleKeith Whitwell2000-12-261-340/+399
* Support for swappable t&l modules, including an example one in the FXKeith Whitwell2000-11-241-5/+8
* Committing in .Jouk Jansen2000-11-221-11/+11
* Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul2000-11-191-66/+5
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-161-22/+7
* - Changes for new software rasterizer modulesKeith Whitwell2000-11-051-18/+17
* Moved the software rasterizer to a new directory.Keith Whitwell2000-10-311-2/+3
* Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell2000-10-301-60/+40
* New colormac.h file for color-related macros.Brian Paul2000-10-281-1/+2
* Basic work to support deep color channels:Brian Paul2000-10-281-13/+13
* glGetTexParameter(GL_TEXTURE_RESIDENT) didn't query device driverBrian Paul2000-08-011-4/+18
* Holger's fixes for GL_EXT_texture_env_combineBrian Paul2000-07-051-5/+2
* added GL_EXT_texture_env_combine (Holger Waechtler)Brian Paul2000-06-271-49/+414
* initial work for GL_ARB_texture_compressionBrian Paul2000-05-231-3/+31
* more texture cube work, misc code clean-upBrian Paul2000-05-231-58/+39
* more work on GL_ARB_texture_cube_mapBrian Paul2000-05-231-50/+31
* initial code for GL_ARB_texture_cube_mapBrian Paul2000-05-221-2/+28
* added GL_EXT_texture_lod_bias extension (Michael Vance)Brian Paul2000-03-071-33/+52
* added target parameter to Driver.TexEnv()Brian Paul2000-03-071-2/+2
* added a few missing ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH() callsBrian Paul2000-02-081-4/+18
* added GL_EXT_texture_env_add extensionBrian Paul1999-11-121-5/+12
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-42/+150
* clean-up to reduce MSVC warningsBrian Paul1999-11-051-27/+51
* Fixed includes & added a few hooks for the DRI.kw-mesa-1Keith Whitwell1999-10-081-4/+5
* removed TexCoordUnit from GLcontext, use Array.ActiveTexture insteadBrian Paul1999-09-071-2/+1
* Initial revisionjtg1999-08-191-0/+1146