summaryrefslogtreecommitdiff
path: root/src/mesa/main/enable.c
AgeCommit message (Expand)Author
2006-03-03Use standard ARB names instead of vendor-specific NV names for the ARB/NV_ver...Roland Scheidegger
2006-03-02Fix more enums defined not only by one extension when queried by glGet (GL_CO...Roland Scheidegger
2006-03-01Fix glGet with enums which are used not only in NV_vertex_program, but other ...Roland Scheidegger
2005-12-14Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can beBrian Paul
2005-08-25removed GL_HP_occlusion_test extensionBrian Paul
2005-06-30Add a set of predicate functions for testing matrices instead of directlyBrian Paul
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2004-12-19Implement software ATI_fragment_shaderDave Airlie
2004-12-14uint*t -> u_int*t changesAlan Hourihane
2004-11-12added DD_TRI_TWOSTENCIL to ease EXT_stencil_two_side in device driversDaniel Borca
2004-08-18check for either GL_NV_vertex_program or GL_ARB_vertex_program for some enablesBrian Paul
2004-05-10Add EXT_vertex_cull support to mesaKeith Whitwell
2004-01-27Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.Ian Romanick
2004-01-23Don't set extra bits in FLUSH_VERTICES, fix several state bugs.Keith Whitwell
2003-11-12Ville Syrjala's logic op patchBrian Paul
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett
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