Age | Commit message (Expand) | Author |
2002-09-06 | GL_EXT_stencil_two_side extension, not 100% complete yet. | Brian Paul |
2002-09-03 | s/5/NUM_TEXTURE_TARGETS/ | Brian Paul |
2002-06-17 | Port glXCopyContext bug from 4.0 branch. | 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-07 | fixed point sprite bug | Brian Paul |
2002-05-27 | replaced experimental MESA_sprite_point with NV_point_sprite | Brian Paul |
2002-04-01 | minor optimization in GL_TRANSFORM_BIT popping | Brian Paul |
2002-03-29 | Replaced ClipEnabled[] array and _AnyClip with ClipPlanesEnabled bitmask. | Brian Paul |
2002-03-28 | popping of user-defined clip planes was broken | Brian Paul |
2002-02-13 | More suport for t&l drivers | Keith Whitwell |
2002-01-05 | infrastructure for vertex program attribute evaluators | Brian Paul |
2001-12-14 | vertex program check-in | Brian Paul |
2001-09-18 | compiler warnings | Karl Schultz |
2001-09-14 | more warning fixes (Karl Schultz) | Brian Paul |
2001-08-07 | fixed a glPush/PopAttrib bug related to texture binding (reported by Wes Bethel) | Brian Paul |
2001-08-07 | fixed NewState update bugs in _mesa_PopClientAttrib() | Brian Paul |
2001-06-26 | added GL_IBM_rasterpos_clip extension | Brian Paul |
2001-06-18 | Consolidated source files. Since the re-org a number of source files | Brian Paul |
2001-05-29 | infrastructure for GL_ARB_multisample | Brian Paul |
2001-05-03 | minor clean-ups and warning fixes | Brian Paul |
2001-04-17 | Fixed a number of minor GL_ARB_texture_env_combine/dot3 issues. | Brian Paul |
2001-04-11 | Reimplemented glPopAttrib code for GL_TEXTURE_BIT. It now calls the | Brian Paul |
2001-03-18 | - Port 3.4 texture utils, texture format work to 3.5 (including new | Gareth Hughes |
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-20 | Implemented GL_SGIX_shadow and GL_SGIX_shadow_texture. | Brian Paul |
2001-01-29 | GL_SHADE_MODEL wasn't popped correctly | Brian Paul |
2001-01-24 | redo _mesa_PopAttrib() to call Mesa state functions so derived state is updated | Brian Paul |
2001-01-24 | Lots of GLchan datatype changes. | Brian Paul |
2001-01-23 | Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h. | Brian Paul |
2000-12-26 | Major rework of tnl module | Keith Whitwell |
2000-12-14 | Renamed texture object _P to _MaxLevel and _M to _MaxLambda. | Brian Paul |
2000-11-27 | Set ENABLE_LIGHT according to ctx->Light.Enabled whether or not | Brian Paul |
2000-11-22 | Committing in . | Jouk Jansen |
2000-11-19 | Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars. | Brian Paul |
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 | More GLchan color channel changes. | Brian Paul |
2000-10-28 | Basic work to support deep color channels: | Brian Paul |
2000-09-28 | removed ctx->Texture.Enabled, use ctx->Texture.ReallyEnabled instead | Brian Paul |
2000-09-26 | First batch of OpenGL SI related changes: | Brian Paul |
2000-08-21 | implemented new ImageTransferState bitmask | Brian Paul |
2000-07-19 | restore driver depth test enable/disable state in PopAttrib() | Brian Paul |
2000-07-05 | added texture cube map state save/restore | 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 |