Age | Commit message (Expand) | Author |
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 |
2000-05-07 | initial code for GL_EXT_histogram extension | Brian Paul |
2000-05-05 | toggle DD_LINE_SMOOTH in GL_LINE_SMOOTH case | Brian Paul |
2000-05-04 | implemented GL_EXT_histogram extension | Brian Paul |
2000-04-12 | more GL_SGI_color_table extension work | Brian Paul |
2000-04-07 | added GL_SGIX/SGIS_pixel_texture extension | Brian Paul |
2000-04-04 | more GL_HP_occlusion_test work | Brian Paul |
2000-03-11 | initial implementation of GL_HP_occlusion_test extension | Brian Paul |
2000-03-07 | removed Driver.UseGlobalTexturePalette() | Brian Paul |
1999-11-11 | first big check-in of new Mesa 3.3 code | Brian Paul |
1999-11-10 | fix for colormaterial | Keith Whitwell |
1999-11-08 | clean-up of header includes (Daryll) | Brian Paul |
1999-10-20 | enable lighting even if no light sources are turned on | Brian Paul |
1999-10-08 | Fixed includes & added a few hooks for the DRI. | Keith Whitwell |
1999-09-18 | Large patch: | Keith Whitwell |
1999-09-07 | removed TexCoordUnit from GLcontext, use Array.ActiveTexture instead | Brian Paul |
1999-08-26 | various pipeline bugs | Keith Whitwell |
1999-08-19 | glIsEnabled(GL_TEXTURE_3D) was wrong | Brian Paul |
1999-08-19 | Initial revision | jtg |