Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updated other makefiles | Brian Paul | 2004-04-27 | 1 | -1/+2 |
| | |||||
* | Added arbprogram.c to Makefiles. | Brian Paul | 2003-04-17 | 1 | -0/+1 |
| | | | | | Added display list support for GL_NV_fragment_program. Assorted clean-ups. | ||||
* | Basic infrastructure for GL_ARB_vertex_buffer_object. | Brian Paul | 2003-03-29 | 1 | -0/+1 |
| | |||||
* | histogram code move, remove s_histogram.[ch] from Makefiles | Brian Paul | 2003-03-25 | 1 | -1/+0 |
| | |||||
* | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul | 2003-03-01 | 1 | -1/+0 |
| | | | | | Moved type conversion and interpolation macros into macros.h Updated all the files that used to include mmath.h | ||||
* | First batch of code for GL_NV_fragment_program. | Brian Paul | 2003-01-14 | 1 | -29/+31 |
| | | | | | Re-org of some GL_NV_vertex_program code. Replace MAX_TEXTURE_UNITS with MAX_TEXTURE_COORD_UNITS and MAX_TEXTURE_IMAGE_UNITS. | ||||
* | remove all.h, mem.h, mem.c | Brian Paul | 2002-10-25 | 1 | -1/+0 |
| | |||||
* | removed highpc.c and lowpc.c | Brian Paul | 2002-10-15 | 1 | -2/+0 |
| | |||||
* | new texture compression infrastructure | Brian Paul | 2002-09-27 | 1 | -0/+1 |
| | |||||
* | New _mesa_debug() function to replace fprintf() calls. | Brian Paul | 2002-06-13 | 1 | -1/+0 |
| | | | | | | | | Some source files updated to call _mesa_debug(), but not finished. Added __GLimports as a parameter to _mesa_create/init_context() and updated drivers accordingly. Fleshed-out more of the __GLimports and __GLexports functionality. Removed run-time config file support (config.c) | ||||
* | Update filelist to reflect two removed source files. | Karl Schultz | 2002-04-09 | 1 | -2/+0 |
| | |||||
* | removed references to removed source files | Brian Paul | 2002-02-02 | 1 | -2/+0 |
| | |||||
* | Correct typo (vpstate.c) so that makefile works. | Karl Schultz | 2002-01-15 | 1 | -1/+1 |
| | |||||
* | oops, missed vpstate.c | Brian Paul | 2002-01-14 | 1 | -0/+1 |
| | |||||
* | added vertex program sources | Brian Paul | 2002-01-14 | 1 | -0/+3 |
| | |||||
* | Fix comments. | Karl Schultz | 2001-10-15 | 1 | -2/+3 |
| | |||||
* | Need to define MESA_DEBUG in debug builds. Otherwise, NDEBUG gets | Karl Schultz | 2001-10-04 | 1 | -0/+3 |
| | | | | defined, which is bad for things like assert(). | ||||
* | Fix up Windows makefiles so that the debug build leaves debugger info | Karl Schultz | 2001-09-25 | 1 | -1/+1 |
| | | | | | in the libraries. Make with NODEBUG=1 builds optimized without debug info (doc'ed in top level Makefile.win). | ||||
* | Make osmesa a DLL instead of a static lib (Windows). This is more | Karl Schultz | 2001-09-21 | 1 | -0/+2 |
| | | | | | consistent with the other modules and platforms. It also makes the API and linkage on Windows more consistent. | ||||
* | clean up makefiles some more for Windows | Karl Schultz | 2001-09-18 | 1 | -3/+7 |
| | |||||
* | remove carriage return chars | Karl Schultz | 2001-09-18 | 1 | -198/+198 |
| | |||||
* | Win32 updates (Karl Schultz) | Brian Paul | 2001-09-14 | 1 | -172/+198 |
| | |||||
* | removed ss_interp.c | Brian Paul | 2001-08-13 | 1 | -1/+0 |
| | |||||
* | Consolidated source files. Since the re-org a number of source files | Brian Paul | 2001-06-18 | 1 | -9/+0 |
| | | | | only had one or two functions left in them. | ||||
* | Initial new Win32 build support. More to come. | Gareth Hughes | 2001-05-07 | 1 | -0/+182 |