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