summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/state.c
Commit message (Expand)AuthorAgeFilesLines
* dispatch changes to minimize hassle with XFree86 libGLBrian Paul2001-12-041-17/+17
* added test implementation of GL_ARB_window_posBrian Paul2001-11-181-2/+19
* API dispath updatesBrian Paul2001-11-181-17/+17
* more compiler warning fixesKarl Schultz2001-09-181-3/+3
* Consolidated source files. Since the re-org a number of source filesBrian Paul2001-06-181-10/+1
* Enable GL_ARB_texture_compression for XMesa/GLX driver. TextureBrian Paul2001-06-151-4/+6
* infrastructure for GL_ARB_multisampleBrian Paul2001-05-291-1/+4
* Set 'prefer_float_colors' true, now that tnl uses them natively.Keith Whitwell2001-05-101-2/+2
* Remove ENABLE_* flags, ctx->_Enabled.Keith Whitwell2001-03-291-7/+7
* Removed DD_STENCIL, DD_FEEDBACK, DD_SELECT.Keith Whitwell2001-03-291-6/+1
* Split driver struct into swrast/tnl/core components.Keith Whitwell2001-03-191-22/+1
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-8/+8
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-8/+8
* Implemented GL_SGIX_shadow and GL_SGIX_shadow_texture.Brian Paul2001-02-201-1/+6
* Fixed conform problems with recent material tracking change.Keith Whitwell2001-02-161-62/+54
* added debug assertions to be sure drivers initialize all required function po...Brian Paul2001-02-121-4/+72
* Overhaul of texture image handling.Brian Paul2001-02-061-4/+156
* removed the unused/broken GL_PGI_misc_hints extensionBrian Paul2001-01-241-4/+1
* Still need 'DD_TRI_CULL_FRONT_BACK'Keith Whitwell2001-01-081-3/+3
* Major rework of tnl moduleKeith Whitwell2000-12-261-45/+27
* Polygon._OffsetAny wasn't being computedBrian Paul2000-12-161-2/+5
* Initial work on GL_MESA_sprite_point extension.Brian Paul2000-12-081-1/+8
* Pass scale and bias values to _mesa_scale_and_bias_rgba().Brian Paul2000-11-281-2/+13
* Added MaxClipPlanes and MaxLights to gl_constants struct so T&LBrian Paul2000-11-271-2/+2
* Support for swappable t&l modules, including an example one in the FXKeith Whitwell2000-11-241-205/+12
* Committing in .Jouk Jansen2000-11-221-24/+24
* Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul2000-11-191-79/+74
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-161-182/+22
* added includes to silence warningsBrian Paul2000-11-151-1/+2
* Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell2000-11-131-208/+292
* replaced _NEW_IMAGING with _NEW_PIXELBrian Paul2000-11-101-3/+2
* renamed imaging files to histogram since that's what's insideBrian Paul2000-11-101-2/+2
* - Changes for new software rasterizer modulesKeith Whitwell2000-11-051-171/+65
* Moved the software rasterizer to a new directory.Keith Whitwell2000-10-311-7/+6
* Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead.Brian Paul2000-10-301-1/+4
* Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell2000-10-301-68/+59
* More GLchan color channel changes.Brian Paul2000-10-291-9/+6
* Enabled GL_EXT_secondary_color. Fixed a bunch of typos in the dlist.cBrian Paul2000-10-271-21/+17
* Implement EXT_fog_coord and EXT_secondary_color.Keith Whitwell2000-10-271-29/+30
* fixed a texture enable bugBrian Paul2000-10-211-2/+5
* Changes for multitexture > 3, code clean-ups.Brian Paul2000-10-201-1/+6
* More fixes for MAX_TEXTURE_UNITS > 2. Seems to work now.Brian Paul2000-10-181-2/+2
* more work to support N texture unitsBrian Paul2000-10-021-9/+17
* removed ctx->Texture.Enabled, use ctx->Texture.ReallyEnabled insteadBrian Paul2000-09-281-5/+4
* First batch of OpenGL SI related changes:Brian Paul2000-09-261-4/+4
* removed unused NEW_DRVSTATE flagsBrian Paul2000-09-081-44/+34
* removed ctx->Driver.Dither functionBrian Paul2000-09-081-4/+1
* changed gl_frame_buffer Xmax and Ymax to be exclusive boundary valuesBrian Paul2000-09-081-7/+7
* Removed ctx->Driver.LogicOp().Brian Paul2000-09-071-120/+17
* added convolve.h headerBrian Paul2000-08-231-1/+2