| Commit message (Expand) | Author | Age | Files | Lines |
* | Compute ctx->Color._LogicOpEnabled in one place instead of four places! | Brian Paul | 2006-07-18 | 1 | -14/+2 |
* | Add support for GL_APPLE_vertex_array_object. Several test programs | Ian Romanick | 2006-06-12 | 1 | -20/+20 |
* | Use standard ARB names instead of vendor-specific NV names for the ARB/NV_ver... | Roland Scheidegger | 2006-03-03 | 1 | -6/+6 |
* | Fix more enums defined not only by one extension when queried by glGet (GL_CO... | Roland Scheidegger | 2006-03-02 | 1 | -7/+19 |
* | Fix glGet with enums which are used not only in NV_vertex_program, but other ... | Roland Scheidegger | 2006-03-01 | 1 | -2/+6 |
* | Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can be | Brian Paul | 2005-12-14 | 1 | -28/+0 |
* | removed GL_HP_occlusion_test extension | Brian Paul | 2005-08-25 | 1 | -20/+2 |
* | Add a set of predicate functions for testing matrices instead of directly | Brian Paul | 2005-06-30 | 1 | -1/+1 |
* | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | 2005-05-04 | 1 | -8/+13 |
* | Implement software ATI_fragment_shader | Dave Airlie | 2004-12-19 | 1 | -1/+14 |
* | uint*t -> u_int*t changes | Alan Hourihane | 2004-12-14 | 1 | -3/+0 |
* | added DD_TRI_TWOSTENCIL to ease EXT_stencil_two_side in device drivers | Daniel Borca | 2004-11-12 | 1 | -0/+5 |
* | check for either GL_NV_vertex_program or GL_ARB_vertex_program for some enables | Brian Paul | 2004-08-18 | 1 | -12/+13 |
* | Add EXT_vertex_cull support to mesa | Keith Whitwell | 2004-05-10 | 1 | -0/+9 |
* | Added support for EXT_blend_equation_separate / ATI_blend_equation_separate. | Ian Romanick | 2004-01-27 | 1 | -2/+2 |
* | Don't set extra bits in FLUSH_VERTICES, fix several state bugs. | Keith Whitwell | 2004-01-23 | 1 | -20/+5 |
* | Ville Syrjala's logic op patch | Brian Paul | 2003-11-12 | 1 | -3/+12 |
* | Added GLAPIENTRY decorations for all first level OpenGL API function entry | Kendall Bennett | 2003-10-21 | 1 | -5/+5 |
* | Trivial changes to add support for GL_ARB_point_sprite, which is a | Ian Romanick | 2003-08-23 | 1 | -1/+7 |
* | Initial implementation of GL_MESA_program_debug - a vertex/fragment program | Brian Paul | 2003-07-21 | 1 | -0/+18 |
* | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell | 2003-07-17 | 1 | -4/+67 |
* | Implemented GL_EXT_depth_bounds_test. | Brian Paul | 2003-04-21 | 1 | -0/+19 |
* | more GL_ARB_vertex/fragment_program bits | Brian Paul | 2003-04-18 | 1 | -2/+15 |
* | fix GL_COLOR_MATERIAL bug | Brian Paul | 2003-03-21 | 1 | -3/+3 |
* | Fix up some fragment program texture enable issues. | Brian Paul | 2003-03-15 | 1 | -2/+2 |
* | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul | 2003-03-01 | 1 | -2/+1 |
* | Make GL_SGI_texture_color_table work per-texture unit. | Brian Paul | 2003-01-26 | 1 | -3/+8 |
* | GL_SGI_texture_color_table extension (Eric Plante) | Brian Paul | 2003-01-21 | 1 | -1/+8 |
* | First batch of code for GL_NV_fragment_program. | Brian Paul | 2003-01-14 | 1 | -2/+18 |
* | Header file clean-up: | Brian Paul | 2002-10-24 | 1 | -5/+2 |
* | surround vertex program code with #if FEATURE_NV_vertex_program/#endif | Brian Paul | 2002-10-16 | 1 | -4/+8 |
* | GL_EXT_stencil_two_side extension, not 100% complete yet. | Brian Paul | 2002-09-06 | 1 | -1/+16 |
* | Applied Matt Sealey's patch to remove/isolate all stdio.h function calls. | Brian Paul | 2002-06-29 | 1 | -22/+10 |
* | Moved GL_PROGRAM_ERROR_POSITION_NV state (it's not per-program). | Brian Paul | 2002-06-18 | 1 | -38/+52 |
* | Implemented GL_NV_texture_rectangle extension. | Brian Paul | 2002-06-15 | 1 | -13/+38 |
* | Added ctx parameter to _mesa_debug() | Brian Paul | 2002-06-15 | 1 | -2/+2 |
* | New _mesa_debug() function to replace fprintf() calls. | Brian Paul | 2002-06-13 | 1 | -5/+5 |
* | replaced experimental MESA_sprite_point with NV_point_sprite | Brian Paul | 2002-05-27 | 1 | -9/+9 |
* | vertex program attribute array work | Brian Paul | 2002-04-21 | 1 | -2/+2 |
* | Correct check for noop array state change (Raystonn) | Alan Hourihane | 2002-04-19 | 1 | -2/+2 |
* | added some casts | Brian Paul | 2002-04-19 | 1 | -2/+2 |
* | Replaced ClipEnabled[] array and _AnyClip with ClipPlanesEnabled bitmask. | Brian Paul | 2002-03-29 | 1 | -9/+7 |
* | decrement Transform._AnyClip when clip planes are disabled | Brian Paul | 2002-03-28 | 1 | -1/+4 |
* | More suport for t&l drivers | Keith Whitwell | 2002-02-13 | 1 | -1/+6 |
* | added missing IsEnabled() cases for fog coord and secondary color arrays | Brian Paul | 2002-01-22 | 1 | -1/+7 |
* | Changed gl_client_array's Enabled field to GLuint so it can actually | Brian Paul | 2002-01-11 | 1 | -11/+11 |
* | implemented vertex program point size control | Brian Paul | 2002-01-06 | 1 | -4/+4 |
* | infrastructure for vertex program attribute evaluators | Brian Paul | 2002-01-05 | 1 | -6/+19 |
* | Replace old matrix stacks with new code based on struct matrix_stack. | Brian Paul | 2001-12-18 | 1 | -5/+5 |
* | vertex program check-in | Brian Paul | 2001-12-14 | 1 | -754/+852 |