summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/enable.c
Commit message (Expand)AuthorAgeFilesLines
* surround vertex program code with #if FEATURE_NV_vertex_program/#endifBrian Paul2002-10-161-4/+8
* GL_EXT_stencil_two_side extension, not 100% complete yet.Brian Paul2002-09-061-1/+16
* Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul2002-06-291-22/+10
* Moved GL_PROGRAM_ERROR_POSITION_NV state (it's not per-program).Brian Paul2002-06-181-38/+52
* Implemented GL_NV_texture_rectangle extension.Brian Paul2002-06-151-13/+38
* Added ctx parameter to _mesa_debug()Brian Paul2002-06-151-2/+2
* New _mesa_debug() function to replace fprintf() calls.Brian Paul2002-06-131-5/+5
* replaced experimental MESA_sprite_point with NV_point_spriteBrian Paul2002-05-271-9/+9
* vertex program attribute array workBrian Paul2002-04-211-2/+2
* Correct check for noop array state change (Raystonn)Alan Hourihane2002-04-191-2/+2
* added some castsBrian Paul2002-04-191-2/+2
* Replaced ClipEnabled[] array and _AnyClip with ClipPlanesEnabled bitmask.Brian Paul2002-03-291-9/+7
* decrement Transform._AnyClip when clip planes are disabledBrian Paul2002-03-281-1/+4
* More suport for t&l driversKeith Whitwell2002-02-131-1/+6
* added missing IsEnabled() cases for fog coord and secondary color arraysBrian Paul2002-01-221-1/+7
* Changed gl_client_array's Enabled field to GLuint so it can actuallyBrian Paul2002-01-111-11/+11
* implemented vertex program point size controlBrian Paul2002-01-061-4/+4
* infrastructure for vertex program attribute evaluatorsBrian Paul2002-01-051-6/+19
* Replace old matrix stacks with new code based on struct matrix_stack.Brian Paul2001-12-181-5/+5
* 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