Age | Commit message (Expand) | Author |
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 |
2000-04-07 | added GL_SGIX/SGIS_pixel_texture extension | Brian Paul |
2000-03-19 | fixed compiler warnings on BeOS R4 | Brian Paul |
2000-03-10 | glPopAttrib() now calls Driver's ClearColor, ClearIndex and ColorMask functions | Brian Paul |
2000-03-03 | added LineWidth device driver function | Brian Paul |
2000-02-27 | add callbacks for stipple | Keith Whitwell |
2000-02-25 | Fog coordinate stage which drivers may use to replace standard fogging | Keith Whitwell |
2000-02-02 | replaced gl_ prefix with _mesa_ prefix | Brian Paul |
2000-02-02 | updated includes for source file reorg | Brian Paul |
1999-11-23 | another typo | Keith Whitwell |
1999-11-22 | fixed shade model bug (A.Borrmann) | Brian Paul |
1999-11-11 | first big check-in of new Mesa 3.3 code | Brian Paul |
1999-11-08 | changes to silence MSVC warnings | Brian Paul |
1999-11-08 | clean-up of header includes (Daryll) | Brian Paul |
1999-10-13 | removed GL_ prefix from memory macros | Brian Paul |