summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/enable.c
Commit message (Expand)AuthorAgeFilesLines
* vertex program check-inBrian Paul2001-12-141-754/+852
* added GL_IBM_rasterpos_clip extensionBrian Paul2001-06-261-6/+23
* infrastructure for GL_ARB_multisampleBrian Paul2001-05-291-1/+100
* Remove ENABLE_* flags, ctx->_Enabled.Keith Whitwell2001-03-291-9/+1
* Removed DD_STENCIL, DD_FEEDBACK, DD_SELECT.Keith Whitwell2001-03-291-2/+1
* Removed DD_Z_NEVER.Brian Paul2001-03-291-5/+5
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-51/+44
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-24/+24
* fixed glitches in error checking of imaging extensionsBrian Paul2001-02-271-10/+10
* Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR whenKeith Whitwell2001-02-161-2/+17
* gl_error clean-upsBrian Paul2001-02-131-2/+2
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-231-7/+7
* various compilation/warning fixesKeith Whitwell2001-01-051-1/+2
* fix demos/fire, enable lazy vertex flushingKeith Whitwell2000-12-271-1/+5
* Major rework of tnl moduleKeith Whitwell2000-12-261-622/+667
* Initial work on GL_MESA_sprite_point extension.Brian Paul2000-12-081-27/+93
* Set ENABLE_LIGHT according to ctx->Light.Enabled whether or notBrian Paul2000-11-271-8/+3
* Support for swappable t&l modules, including an example one in the FXKeith Whitwell2000-11-241-2/+2
* Committing in .Jouk Jansen2000-11-221-19/+19
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-161-8/+16
* - Changes for new software rasterizer modulesKeith Whitwell2000-11-051-22/+22
* Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead.Brian Paul2000-10-301-7/+1
* Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell2000-10-301-46/+80
* renamed Current.ByteColor Current.ColorBrian Paul2000-10-291-2/+2
* Implement EXT_fog_coord and EXT_secondary_color.Keith Whitwell2000-10-271-1/+17
* fixed a texture enable bugBrian Paul2000-10-211-25/+5
* update TriangleCaps in GL_POINT/POLYGON_SMOOTH casesBrian Paul2000-10-051-1/+3
* First batch of OpenGL SI related changes:Brian Paul2000-09-261-9/+9
* added more extensions testing codeBrian Paul2000-08-301-5/+16
* implemented new ImageTransferState bitmaskBrian Paul2000-08-211-1/+11
* more work on GL_ARB_texture_cube_mapBrian Paul2000-05-231-31/+29
* initial code for GL_ARB_texture_cube_mapBrian Paul2000-05-221-1/+41
* Err, initial code for GL_EXT_convolution, not histogramBrian Paul2000-05-071-1/+1
* initial code for GL_EXT_histogram extensionBrian Paul2000-05-071-1/+20
* toggle DD_LINE_SMOOTH in GL_LINE_SMOOTH caseBrian Paul2000-05-051-1/+2
* implemented GL_EXT_histogram extensionBrian Paul2000-05-041-1/+11
* more GL_SGI_color_table extension workBrian Paul2000-04-121-3/+20
* added GL_SGIX/SGIS_pixel_texture extensionBrian Paul2000-04-071-1/+21
* more GL_HP_occlusion_test workBrian Paul2000-04-041-1/+5
* initial implementation of GL_HP_occlusion_test extensionBrian Paul2000-03-111-1/+24
* removed Driver.UseGlobalTexturePalette()Brian Paul2000-03-071-3/+1
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-23/+27
* fix for colormaterialKeith Whitwell1999-11-101-1/+3
* clean-up of header includes (Daryll)Brian Paul1999-11-081-4/+1
* enable lighting even if no light sources are turned onBrian Paul1999-10-201-2/+2
* Fixed includes & added a few hooks for the DRI.Keith Whitwell1999-10-081-2/+8
* Large patch:Keith Whitwell1999-09-181-1/+2
* removed TexCoordUnit from GLcontext, use Array.ActiveTexture insteadBrian Paul1999-09-071-4/+4
* various pipeline bugsKeith Whitwell1999-08-261-3/+3
* glIsEnabled(GL_TEXTURE_3D) was wrongBrian Paul1999-08-191-2/+2