Header file clean-up:
[mesa.git] / src / mesa / Makefile.X11
2002-10-24 Brian PaulHeader file clean-up:
2002-10-16 Brian Paulremove some crud
2002-09-27 Brian Paulnew texture compression infrastructure
2002-06-13 Brian PaulNew _mesa_debug() function to replace fprintf() calls.
2002-04-09 Keith Whitwellremove dead vertex assembly
2002-04-02 Brian Paulminor re-org
2002-02-02 Brian Paulremoved references to removed source files
2002-01-15 Karl SchultzRemove phantom tab on a blank line to allow compile...
2002-01-14 Brian Paulremove api_compat.c
2001-12-20 Keith WhitwellFurther help with dri libGL version skew
2001-12-14 Karl SchultzRemove rules that were put into place to deal with...
2001-12-14 Brian Paulvertex program check-in
2001-11-23 Brian Paulfix for bug 474479, remove Trace/* stuff
2001-09-23 Brian Paulupdates for Mesa 4.0
2001-09-14 Brian Paulmore GL 1.3 and GLX 1.4 updates
2001-07-12 Keith WhitwellRename some of the tnl->Driver.* functions to tnl-...
2001-06-27 Keith WhitwellAdd -f to rm in make clean to avoid error messages
2001-06-18 Brian PaulConsolidated source files. Since the re-org a number...
2001-06-01 Keith WhitwellAdd api_arrayelt.c
2001-05-21 Gareth HughesInitial commit of cliptest work. More to come shortly.
2001-03-29 Gareth HughesConsolidation of asm code in 3.5
2001-03-29 Gareth HughesMake generation of matypes.h more transparent.
2001-03-28 Gareth HughesNew type system for assembly code. Asm files should...
2001-03-28 Brian PaulNew mechanism for thread-safe GL API dispatch. C-based...
2001-03-19 Keith WhitwellSplit driver struct into swrast/tnl/core components.
2001-03-18 Gareth Hughes- Port 3.4 texture utils, texture format work to 3...
2001-02-16 Keith WhitwellAllow swrast to cope (fairly) cleanly with GL_SEPERATE_...
2001-02-16 Keith WhitwellFixed conform problems with recent material tracking...
2001-02-06 Brian PaulOverhaul of texture image handling.
2001-02-03 Gareth HughesSome more work on interal debugging, timing routines...
2001-01-29 Keith WhitwellRemoved knowledge of swrast Clear/Bitmap/Accum/Draw...
2001-01-24 Brian PaulLots of GLchan datatype changes.
2001-01-08 Keith WhitwellFixed 'IRound' to 'IROUND' in mmath.h
2001-01-05 Keith Whitwellvarious compilation/warning fixes
2000-12-28 Keith WhitwellAdd render stage for unclipped vb's to fx driver.
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-11-24 Keith WhitwellFixed a couple of bugs that crept into last commit
2000-11-24 Keith WhitwellSupport for swappable t&l modules, including an example...
2000-11-16 Keith WhitwellMove the transform and lighting code to two new directories
2000-11-11 Brian Paulremoved tr_attrib.c
2000-11-11 Brian Paullatest sources from Loki
2000-11-10 Brian Paulrenamed imaging files to histogram since that's what...
2000-11-05 Brian Pauladded swrast/s_aaline.c
2000-11-05 Keith Whitwell- Changes for new software rasterizer modules
2000-10-31 Keith WhitwellMoved the software rasterizer to a new directory.
2000-10-31 Keith WhitwellRemove dead code in FX driver.
2000-10-23 Brian Paulgenerate separate libOSMesa library ala XFree86/DRI
2000-09-26 Brian PaulFirst batch of OpenGL SI related changes:
2000-09-26 Brian PaulReplaced preprocessor symbol GL_MESA_TRACE with MESA_TRACE.
2000-09-07 Brian Paulrenamed Xlib driver files
2000-08-21 Brian Pauladded convolve.c to file list
2000-07-14 Brian Paulremoved references to fx_regoff.h and fx_gen_regoff.c
2000-04-07 Brian Pauladded pixeltex.c
2000-03-24 Brian Pauladded texutil.c source
2000-02-21 Brian Pauladded aatriangle.c source
2000-02-02 Brian Paulremoved glmisc.c, added buffers.c, hint.c, state.c
2000-01-28 Brian Pauladded -I. to .S.o rule
2000-01-23 Brian Pauladded new SVGA driver files
2000-01-18 Brian Paulreplaced some spaces with a tab
1999-12-17 Brian Paulupdated with latest source files
1999-12-17 Brian Paulreplaced mthreads.c with glthread.c
1999-11-28 Brian Paulremoved realglx.c
1999-11-18 Andre Werthmannchecked in the first new PIII vertex-transformation...
1999-11-16 Brian Paulmake clean removes .lo .la and .libs/
1999-11-11 Brian Paulfirst big check-in of new Mesa 3.3 code
1999-10-08 Keith WhitwellFixed includes & added a few hooks for the DRI.
1999-09-17 Brian Paul pad GL_TINY to 6 digits
1999-09-15 Brian Paulnew version number symbols
1999-09-15 Brian Pauladded third, tiny version number to mklib scripts
1999-09-07 Brian Pauladded vertices.c
1999-08-19 jtgInitial revision