vertex program check-in
[mesa.git] / src / mesa / main / rastpos.c
2001-12-14 Brian Paulvertex program check-in
2001-11-18 Brian Pauladded test implementation of GL_ARB_window_pos
2001-09-18 Karl Schultzmore compiler warning fixes
2001-07-28 Keith WhitwellRemove _BaseAlpha, fix reflect lighting bug.
2001-07-05 Brian Paulfixed segfault (NULL _ShineTable[0]) in shade_rastpos()
2001-06-26 Brian PaulMore raster fog coord fixes.
2001-06-26 Brian Pauladded GL_IBM_rasterpos_clip extension
2001-06-18 Brian PaulConsolidated source files. Since the re-org a number...
2001-05-30 Brian Pauladded current raster fog coord and related code
2001-05-01 Keith Whitwellfix from Jouk
2001-04-28 Keith WhitwellSupport for floating point color representation in...
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-01-23 Brian PaulReplaced struct gl_visual with struct __GLcontextModesR...
2001-01-03 Brian Paulminor clean-up
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-11-27 Brian PaulAdded MaxClipPlanes and MaxLights to gl_constants struc...
2000-11-24 Keith WhitwellSupport for swappable t&l modules, including an example...
2000-11-22 Jouk Jansen Committing in .
2000-11-16 Keith WhitwellMove the transform and lighting code to two new directories
2000-11-13 Keith WhitwellCleanup of derived state calculation prior to seperatin...
2000-11-05 Keith Whitwell- Changes for new software rasterizer modules
2000-10-29 Brian Paulrenamed Current.ByteColor Current.Color
2000-10-28 Brian PaulNew colormac.h file for color-related macros.
2000-10-28 Brian PaulBasic work to support deep color channels:
2000-09-30 Brian Paulsupport for N texture units
2000-09-26 Brian PaulFirst batch of OpenGL SI related changes:
2000-03-03 Brian Paulruntime selectable depth buffer depth
2000-02-02 Brian Paulupdated includes for source file reorg
1999-11-11 Brian Paulfirst big check-in of new Mesa 3.3 code
1999-11-08 Brian Paulchanges to silence MSVC warnings
1999-10-08 Keith WhitwellFixed includes & added a few hooks for the DRI.
1999-08-19 jtgInitial revision