summaryrefslogtreecommitdiff
path: root/src/mesa/main/enable.c
AgeCommit message (Expand)Author
2003-08-23Trivial changes to add support for GL_ARB_point_sprite, which is aIan Romanick
2003-07-21Initial implementation of GL_MESA_program_debug - a vertex/fragment programBrian Paul
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell
2003-04-21Implemented GL_EXT_depth_bounds_test.Brian Paul
2003-04-18more GL_ARB_vertex/fragment_program bitsBrian Paul
2003-03-21fix GL_COLOR_MATERIAL bugBrian Paul
2003-03-15Fix up some fragment program texture enable issues.Brian Paul
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul
2003-01-26Make GL_SGI_texture_color_table work per-texture unit.Brian Paul
2003-01-21GL_SGI_texture_color_table extension (Eric Plante)Brian Paul
2003-01-14First batch of code for GL_NV_fragment_program.Brian Paul
2002-10-24Header file clean-up:Brian Paul
2002-10-16surround vertex program code with #if FEATURE_NV_vertex_program/#endifBrian Paul
2002-09-06GL_EXT_stencil_two_side extension, not 100% complete yet.Brian Paul
2002-06-29Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul
2002-06-18Moved GL_PROGRAM_ERROR_POSITION_NV state (it's not per-program).Brian Paul
2002-06-15Implemented GL_NV_texture_rectangle extension.Brian Paul
2002-06-15Added ctx parameter to _mesa_debug()Brian Paul
2002-06-13New _mesa_debug() function to replace fprintf() calls.Brian Paul
2002-05-27replaced experimental MESA_sprite_point with NV_point_spriteBrian Paul
2002-04-21vertex program attribute array workBrian Paul
2002-04-19Correct check for noop array state change (Raystonn)Alan Hourihane
2002-04-19added some castsBrian Paul
2002-03-29Replaced ClipEnabled[] array and _AnyClip with ClipPlanesEnabled bitmask.Brian Paul
2002-03-28decrement Transform._AnyClip when clip planes are disabledBrian Paul
2002-02-13More suport for t&l driversKeith Whitwell
2002-01-22added missing IsEnabled() cases for fog coord and secondary color arraysBrian Paul
2002-01-11Changed gl_client_array's Enabled field to GLuint so it can actuallyBrian Paul
2002-01-06implemented vertex program point size controlBrian Paul
2002-01-05infrastructure for vertex program attribute evaluatorsBrian Paul
2001-12-18Replace old matrix stacks with new code based on struct matrix_stack.Brian Paul
2001-12-14vertex program check-inBrian Paul
2001-06-26added GL_IBM_rasterpos_clip extensionBrian Paul
2001-05-29infrastructure for GL_ARB_multisampleBrian Paul
2001-03-29Remove ENABLE_* flags, ctx->_Enabled.Keith Whitwell
2001-03-29Removed DD_STENCIL, DD_FEEDBACK, DD_SELECT.Keith Whitwell
2001-03-29Removed DD_Z_NEVER.Brian Paul
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-02-27fixed glitches in error checking of imaging extensionsBrian Paul
2001-02-16Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR whenKeith Whitwell
2001-02-13gl_error clean-upsBrian Paul
2001-01-23Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul
2001-01-05various compilation/warning fixesKeith Whitwell
2000-12-27fix demos/fire, enable lazy vertex flushingKeith Whitwell
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-12-08Initial work on GL_MESA_sprite_point extension.Brian Paul
2000-11-27Set ENABLE_LIGHT according to ctx->Light.Enabled whether or notBrian Paul
2000-11-24Support for swappable t&l modules, including an example one in the FXKeith Whitwell
2000-11-22 Committing in .Jouk Jansen