summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/enable.c
Commit message (Expand)AuthorAgeFilesLines
* Ville Syrjala's logic op patchBrian Paul2003-11-121-3/+12
* Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett2003-10-211-5/+5
* Trivial changes to add support for GL_ARB_point_sprite, which is aIan Romanick2003-08-231-1/+7
* Initial implementation of GL_MESA_program_debug - a vertex/fragment programBrian Paul2003-07-211-0/+18
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-4/+67
* Implemented GL_EXT_depth_bounds_test.Brian Paul2003-04-211-0/+19
* more GL_ARB_vertex/fragment_program bitsBrian Paul2003-04-181-2/+15
* fix GL_COLOR_MATERIAL bugBrian Paul2003-03-211-3/+3
* Fix up some fragment program texture enable issues.Brian Paul2003-03-151-2/+2
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-2/+1
* Make GL_SGI_texture_color_table work per-texture unit.Brian Paul2003-01-261-3/+8
* GL_SGI_texture_color_table extension (Eric Plante)Brian Paul2003-01-211-1/+8
* First batch of code for GL_NV_fragment_program.Brian Paul2003-01-141-2/+18
* Header file clean-up:Brian Paul2002-10-241-5/+2
* 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