summaryrefslogtreecommitdiffstats
path: root/src/mesa/Makefile.X11
Commit message (Expand)AuthorAgeFilesLines
* Initial checkin of new ARB frag/vertex program parserKarl Rasche2003-11-191-0/+1
* Pass $(MKLIB_OPTIONS) to mklib script to allow setting extra options.Brian Paul2003-10-271-2/+2
* Minor changes to make linux-solo build againJon Smirl2003-10-161-0/+2
* glide driver (wip)Daniel Borca2003-10-131-1/+2
* improved 'clean' targets (Otto Solares)Brian Paul2003-10-031-2/+2
* minor clean-upsBrian Paul2003-09-231-5/+11
* added program.c plus minor fixesBrian Paul2003-08-311-3/+7
* patch to import Jon Smirl's work from BitkeeperBrian Paul2003-08-221-3/+5
* added arbfrag/vertparseBrian Paul2003-08-061-0/+2
* Implemented GL_ARB_occlusion_query (not 100% finalized).Brian Paul2003-06-131-0/+1
* More clean-ups and re-orgBrian Paul2003-06-131-49/+97
* Further makefile clean-up, concentrated on the x86 assembly files.Brian Paul2003-06-101-50/+67
* fixes for x86 buildsBrian Paul2003-06-101-16/+16
* updated old-style makefiles for new treeBrian Paul2003-06-101-97/+111
* Added arbprogram.c to Makefiles.Brian Paul2003-04-171-3/+4
* Added gcc-sl target and shared lib shell script (Philip Brown)Brian Paul2003-04-071-1/+9
* remove duplicate lineBrian Paul2003-03-291-2/+1
* Basic infrastructure for GL_ARB_vertex_buffer_object.Brian Paul2003-03-291-1/+3
* histogram code move, remove s_histogram.[ch] from MakefilesBrian Paul2003-03-251-2/+1
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-2/+1
* First batch of code for GL_NV_fragment_program.Brian Paul2003-01-141-4/+6
* bump OpenGL version to 1.4, Mesa version to 5.0Brian Paul2002-10-291-3/+3
* Header file clean-up:Brian Paul2002-10-241-2/+1
* remove some crudBrian Paul2002-10-161-26/+1
* new texture compression infrastructureBrian Paul2002-09-271-1/+2
* New _mesa_debug() function to replace fprintf() calls.Brian Paul2002-06-131-2/+1
* remove dead vertex assemblyKeith Whitwell2002-04-091-3/+1
* minor re-orgBrian Paul2002-04-021-5/+5
* removed references to removed source filesBrian Paul2002-02-021-3/+1
* Remove phantom tab on a blank line to allow compile on IRIX.Karl Schultz2002-01-151-2/+2
* remove api_compat.cBrian Paul2002-01-141-2/+1
* Further help with dri libGL version skewKeith Whitwell2001-12-201-1/+2
* Remove rules that were put into place to deal with compiling files thatKarl Schultz2001-12-141-85/+1
* vertex program check-inBrian Paul2001-12-141-4/+33
* fix for bug 474479, remove Trace/* stuffBrian Paul2001-11-231-10/+6
* updates for Mesa 4.0Brian Paul2001-09-231-2/+2
* more GL 1.3 and GLX 1.4 updatesBrian Paul2001-09-141-3/+3
* Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make itKeith Whitwell2001-07-121-5/+4
* Add -f to rm in make clean to avoid error messagesKeith Whitwell2001-06-271-2/+2
* Consolidated source files. Since the re-org a number of source filesBrian Paul2001-06-181-36/+27
* Add api_arrayelt.cKeith Whitwell2001-06-011-1/+2
* Initial commit of cliptest work. More to come shortly.Gareth Hughes2001-05-211-1/+2
* Consolidation of asm code in 3.5Gareth Hughes2001-03-291-3/+3
* Make generation of matypes.h more transparent.Gareth Hughes2001-03-291-4/+6
* New type system for assembly code. Asm files should now includeGareth Hughes2001-03-281-4/+7
* New mechanism for thread-safe GL API dispatch. C-based dispatch is faster.Brian Paul2001-03-281-3/+2
* Split driver struct into swrast/tnl/core components.Keith Whitwell2001-03-191-1/+3
* - Port 3.4 texture utils, texture format work to 3.5 (including newGareth Hughes2001-03-181-1/+2
* Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR whenKeith Whitwell2001-02-161-2/+1
* Fixed conform problems with recent material tracking change.Keith Whitwell2001-02-161-2/+1