Age | Commit message (Expand) | Author |
2002-07-09 | Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer() | Brian Paul |
2002-06-29 | prep for OpenGL 1.4 feature set | Brian Paul |
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-06-06 | replaced hard-coded 4 with NUM_TEXTURE_TARGETS | Brian Paul |
2002-05-27 | replaced experimental MESA_sprite_point with NV_point_sprite | Brian Paul |
2002-05-09 | Minor change to current raster position and texcoords. | Brian Paul |
2002-05-02 | Implemented GL_ARB_texture_env_crossbar. | Brian Paul |
2002-04-21 | Vertex program attribute arrays seem to work now. This includes fallbacks | Brian Paul |
2002-04-21 | vertex program attribute array work | Brian Paul |
2002-04-19 | Provide a reasonable replacement for __FUNCTION__ when using non GNU C | Karl Schultz |
2002-04-09 | bring in changes from dri tcl branch | Keith Whitwell |
2002-03-29 | Replaced ClipEnabled[] array and _AnyClip with ClipPlanesEnabled bitmask. | Brian Paul |
2002-03-23 | Test implementation of proposed GL_EXT_shadow_funcs extension. This just | Brian Paul |
2002-03-16 | Lots of changes related to framebuffer/window buffer resizing. Basically, | Brian Paul |
2002-03-13 | initial work for NV_vertex_program1_1 extension | Brian Paul |
2002-02-15 | Finished up GL_ARB_depth_texture and GL_ARB_shadow | Brian Paul |
2002-02-13 | More suport for t&l drivers | Keith Whitwell |
2002-01-22 | Clean-up/renaming of the per-vertex attribute bits, specifically, the | Brian Paul |
2002-01-12 | added some comments | Brian Paul |
2002-01-11 | Moved _mesa_VertexAttribPointerNV into varray.c. | Brian Paul |
2002-01-06 | implemented vertex program point size control | Brian Paul |
2002-01-06 | Another vertex program checkpoint: clean-up of vertex attribute storage | Brian Paul |
2002-01-05 | infrastructure for vertex program attribute evaluators | Brian Paul |
2002-01-05 | Vertex program checkpoint commit: converted all vertex attributes (color, | 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-12-04 | prototype implementation of GL_ARB_depth_texture, GL_ARB_shadow, GL_ARB_shado... | Brian Paul |
2001-11-18 | added test implementation of GL_ARB_window_pos | Brian Paul |
2001-11-06 | added missing GL_MAX_TEXTURE_LOD_BIAS_EXT query | Brian Paul |
2001-10-17 | added GL_ARB_texture_mirrored_repeat | Brian Paul |
2001-07-28 | Remove _BaseAlpha, fix reflect lighting bug. | Keith Whitwell |
2001-07-13 | assorted changes for supporting GLfloat color channels (not done) | Brian Paul |
2001-06-26 | More raster fog coord fixes. | Brian Paul |
2001-06-26 | added GL_IBM_rasterpos_clip extension | Brian Paul |
2001-06-13 | Allow different max texture sizes for 1/2D, 3D and cube maps. | Brian Paul |
2001-06-12 | removed old, redundant CurrentTransformUnit state var | Brian Paul |
2001-05-30 | added current raster fog coord and related code | Brian Paul |
2001-05-29 | infrastructure for GL_ARB_multisample | Brian Paul |
2001-05-21 | initial support for GL_SGIS_generate_mipmap extension | Brian Paul |
2001-04-28 | Support for floating point color representation in tnl module. | Keith Whitwell |
2001-04-20 | Fixed a texture conversion problem: sometimes need to produce an intermediate | Brian Paul |
2001-04-17 | Fixed a number of minor GL_ARB_texture_env_combine/dot3 issues. | 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-28 | - Restore texImage->IntFormat. | Gareth Hughes |