summaryrefslogtreecommitdiff
path: root/src/mesa/Makefile.X11
AgeCommit message (Expand)Author
2003-04-17Added arbprogram.c to Makefiles.Brian Paul
2003-04-07Added gcc-sl target and shared lib shell script (Philip Brown)Brian Paul
2003-03-29remove duplicate lineBrian Paul
2003-03-29Basic infrastructure for GL_ARB_vertex_buffer_object.Brian Paul
2003-03-25histogram code move, remove s_histogram.[ch] from MakefilesBrian Paul
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul
2003-01-14First batch of code for GL_NV_fragment_program.Brian Paul
2002-10-29bump OpenGL version to 1.4, Mesa version to 5.0Brian Paul
2002-10-24Header file clean-up:Brian Paul
2002-10-16remove some crudBrian Paul
2002-09-27new texture compression infrastructureBrian Paul
2002-06-13New _mesa_debug() function to replace fprintf() calls.Brian Paul
2002-04-09remove dead vertex assemblyKeith Whitwell
2002-04-02minor re-orgBrian Paul
2002-02-02removed references to removed source filesBrian Paul
2002-01-15Remove phantom tab on a blank line to allow compile on IRIX.Karl Schultz
2002-01-14remove api_compat.cBrian Paul
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