Age | Commit message (Expand) | Author |
2004-11-27 | remove _glapi_add_entrypoint() calls, they're already in context.c | Brian Paul |
2004-04-23 | Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragment | Brian Paul |
2004-04-19 | apply texgen/texture matrix in glRasterPos | Brian Paul |
2003-11-25 | current raster color index should be GLfloat | Brian Paul |
2003-11-25 | casts for g++ | Brian Paul |
2003-10-21 | Added GLAPIENTRY decorations for all first level OpenGL API function entry | Kendall Bennett |
2003-08-30 | Silence compiler warnings about implicit casts or conversions by supplying ex... | Karl Schultz |
2003-08-05 | Store material attributes in an Attrib[] style array. This is a | Keith Whitwell |
2003-07-30 | replace assertion with conditional | Brian Paul |
2003-07-17 | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell |
2003-05-01 | Use ctx->Const.MaxTextureImageUnits and MaxTextureCoordUnits in more places. | Brian Paul |
2003-04-08 | add missing return in raster_pos4f() | Brian Paul |
2003-03-01 | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul |
2002-10-24 | Header file clean-up: | Brian Paul |
2002-05-27 | dispatch offsets for ARB_window_pos | Brian Paul |
2002-05-09 | Minor change to current raster position and texcoords. | Brian Paul |
2002-03-29 | Replaced ClipEnabled[] array and _AnyClip with ClipPlanesEnabled bitmask. | Brian Paul |
2002-02-15 | finished up GL_ARB_window_pos | 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-11-18 | added test implementation of GL_ARB_window_pos | Brian Paul |
2001-09-18 | more compiler warning fixes | Karl Schultz |
2001-07-28 | Remove _BaseAlpha, fix reflect lighting bug. | Keith Whitwell |
2001-07-05 | fixed segfault (NULL _ShineTable[0]) in shade_rastpos() | 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-18 | Consolidated source files. Since the re-org a number of source files | Brian Paul |
2001-05-30 | added current raster fog coord and related code | Brian Paul |
2001-05-01 | fix from Jouk | Keith Whitwell |
2001-04-28 | Support for floating point color representation in tnl module. | Keith Whitwell |
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-01-23 | Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h. | Brian Paul |
2001-01-03 | minor clean-up | Brian Paul |
2000-12-26 | Major rework of tnl module | Keith Whitwell |
2000-11-27 | Added MaxClipPlanes and MaxLights to gl_constants struct so T&L | 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-13 | Cleanup of derived state calculation prior to seperating software T&L | Keith Whitwell |
2000-11-05 | - Changes for new software rasterizer modules | Keith Whitwell |
2000-10-29 | renamed Current.ByteColor Current.Color | Brian Paul |
2000-10-28 | New colormac.h file for color-related macros. | Brian Paul |
2000-10-28 | Basic work to support deep color channels: | Brian Paul |
2000-09-30 | support for N texture units | Brian Paul |
2000-09-26 | First batch of OpenGL SI related changes: | Brian Paul |
2000-03-03 | runtime selectable depth buffer depth | Brian Paul |
2000-02-02 | updated includes for source file reorg | 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 |