Age | Commit message (Expand) | Author |
2002-06-29 | Applied Matt Sealey's patch to remove/isolate all stdio.h function calls. | Brian Paul |
2002-06-18 | Moved GL_PROGRAM_ERROR_POSITION_NV state (it's not per-program). | Brian Paul |
2002-06-15 | Implemented GL_NV_texture_rectangle extension. | Brian Paul |
2002-06-15 | Added ctx parameter to _mesa_debug() | Brian Paul |
2002-06-13 | New _mesa_debug() function to replace fprintf() calls. | Brian Paul |
2002-05-27 | replaced experimental MESA_sprite_point with NV_point_sprite | Brian Paul |
2002-04-21 | vertex program attribute array work | Brian Paul |
2002-04-19 | Correct check for noop array state change (Raystonn) | Alan Hourihane |
2002-04-19 | added some casts | Brian Paul |
2002-03-29 | Replaced ClipEnabled[] array and _AnyClip with ClipPlanesEnabled bitmask. | Brian Paul |
2002-03-28 | decrement Transform._AnyClip when clip planes are disabled | Brian Paul |
2002-02-13 | More suport for t&l drivers | Keith Whitwell |
2002-01-22 | added missing IsEnabled() cases for fog coord and secondary color arrays | Brian Paul |
2002-01-11 | Changed gl_client_array's Enabled field to GLuint so it can actually | Brian Paul |
2002-01-06 | implemented vertex program point size control | Brian Paul |
2002-01-05 | infrastructure for vertex program attribute evaluators | Brian Paul |
2001-12-18 | Replace old matrix stacks with new code based on struct matrix_stack. | Brian Paul |
2001-12-14 | vertex program check-in | Brian Paul |
2001-06-26 | added GL_IBM_rasterpos_clip extension | Brian Paul |
2001-05-29 | infrastructure for GL_ARB_multisample | Brian Paul |
2001-03-29 | Remove ENABLE_* flags, ctx->_Enabled. | Keith Whitwell |
2001-03-29 | Removed DD_STENCIL, DD_FEEDBACK, DD_SELECT. | Keith Whitwell |
2001-03-29 | Removed DD_Z_NEVER. | Brian Paul |
2001-03-12 | Consistent copyright info (version number, date) across all files. | Gareth Hughes |
2001-03-03 | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul |
2001-02-27 | fixed glitches in error checking of imaging extensions | Brian Paul |
2001-02-16 | Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR when | Keith Whitwell |
2001-02-13 | gl_error clean-ups | Brian Paul |
2001-01-23 | Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h. | Brian Paul |
2001-01-05 | various compilation/warning fixes | Keith Whitwell |
2000-12-27 | fix demos/fire, enable lazy vertex flushing | Keith Whitwell |
2000-12-26 | Major rework of tnl module | Keith Whitwell |
2000-12-08 | Initial work on GL_MESA_sprite_point extension. | Brian Paul |
2000-11-27 | Set ENABLE_LIGHT according to ctx->Light.Enabled whether or not | Brian Paul |
2000-11-24 | Support for swappable t&l modules, including an example one in the FX | Keith Whitwell |
2000-11-22 | Committing in . | Jouk Jansen |
2000-11-16 | Move the transform and lighting code to two new directories | Keith Whitwell |
2000-11-05 | - Changes for new software rasterizer modules | Keith Whitwell |
2000-10-30 | Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead. | Brian Paul |
2000-10-30 | Replace the flags Mesa was using for ctx->NewState with a new set | Keith Whitwell |
2000-10-29 | renamed Current.ByteColor Current.Color | Brian Paul |
2000-10-27 | Implement EXT_fog_coord and EXT_secondary_color. | Keith Whitwell |
2000-10-21 | fixed a texture enable bug | Brian Paul |
2000-10-05 | update TriangleCaps in GL_POINT/POLYGON_SMOOTH cases | Brian Paul |
2000-09-26 | First batch of OpenGL SI related changes: | Brian Paul |
2000-08-30 | added more extensions testing code | Brian Paul |
2000-08-21 | implemented new ImageTransferState bitmask | Brian Paul |
2000-05-23 | more work on GL_ARB_texture_cube_map | Brian Paul |
2000-05-22 | initial code for GL_ARB_texture_cube_map | Brian Paul |
2000-05-07 | Err, initial code for GL_EXT_convolution, not histogram | Brian Paul |