summaryrefslogtreecommitdiff
path: root/src/mesa/Makefile.X11
AgeCommit message (Expand)Author
2001-12-20Further help with dri libGL version skewKeith Whitwell
2001-12-14Remove rules that were put into place to deal with compiling files thatKarl Schultz
2001-12-14vertex program check-inBrian Paul
2001-11-23fix for bug 474479, remove Trace/* stuffBrian Paul
2001-09-23updates for Mesa 4.0Brian Paul
2001-09-14more GL 1.3 and GLX 1.4 updatesBrian Paul
2001-07-12Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make itKeith Whitwell
2001-06-27Add -f to rm in make clean to avoid error messagesKeith Whitwell
2001-06-18Consolidated source files. Since the re-org a number of source filesBrian Paul
2001-06-01Add api_arrayelt.cKeith Whitwell
2001-05-21Initial commit of cliptest work. More to come shortly.Gareth Hughes
2001-03-29Consolidation of asm code in 3.5Gareth Hughes
2001-03-29Make generation of matypes.h more transparent.Gareth Hughes
2001-03-28New type system for assembly code. Asm files should now includeGareth Hughes
2001-03-28New mechanism for thread-safe GL API dispatch. C-based dispatch is faster.Brian Paul
2001-03-19Split driver struct into swrast/tnl/core components.Keith Whitwell
2001-03-18- Port 3.4 texture utils, texture format work to 3.5 (including newGareth Hughes
2001-02-16Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR whenKeith Whitwell
2001-02-16Fixed conform problems with recent material tracking change.Keith Whitwell
2001-02-06Overhaul of texture image handling.Brian Paul
2001-02-03Some more work on interal debugging, timing routines for things thatGareth Hughes
2001-01-29Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixelsKeith Whitwell
2001-01-24Lots of GLchan datatype changes.Brian Paul
2001-01-08Fixed 'IRound' to 'IROUND' in mmath.hKeith Whitwell
2001-01-05various compilation/warning fixesKeith Whitwell
2000-12-28Add render stage for unclipped vb's to fx driver.Keith Whitwell
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-11-24Fixed a couple of bugs that crept into last commitKeith Whitwell
2000-11-24Support for swappable t&l modules, including an example one in the FXKeith Whitwell
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell
2000-11-11removed tr_attrib.cBrian Paul
2000-11-11latest sources from LokiBrian Paul
2000-11-10renamed imaging files to histogram since that's what's insideBrian Paul
2000-11-05added swrast/s_aaline.cBrian Paul
2000-11-05- Changes for new software rasterizer modulesKeith Whitwell
2000-10-31Moved the software rasterizer to a new directory.Keith Whitwell
2000-10-31Remove dead code in FX driver.Keith Whitwell
2000-10-23generate separate libOSMesa library ala XFree86/DRIBrian Paul
2000-09-26First batch of OpenGL SI related changes:Brian Paul
2000-09-26Replaced preprocessor symbol GL_MESA_TRACE with MESA_TRACE.Brian Paul
2000-09-07renamed Xlib driver filesBrian Paul
2000-08-21added convolve.c to file listBrian Paul
2000-07-14removed references to fx_regoff.h and fx_gen_regoff.cBrian Paul
2000-04-07added pixeltex.cBrian Paul
2000-03-24added texutil.c sourceBrian Paul
2000-02-21added aatriangle.c sourceBrian Paul
2000-02-02removed glmisc.c, added buffers.c, hint.c, state.cBrian Paul
2000-01-28added -I. to .S.o ruleBrian Paul
2000-01-23added new SVGA driver filesBrian Paul
2000-01-18replaced some spaces with a tabBrian Paul