summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/Makefile.DJ
Commit message (Collapse)AuthorAgeFilesLines
* Added arbprogram.c to Makefiles.Brian Paul2003-04-171-0/+1
| | | | | Added display list support for GL_NV_fragment_program. Assorted clean-ups.
* Basic infrastructure for GL_ARB_vertex_buffer_object.Brian Paul2003-03-291-2/+3
|
* DOS updates from Daniel BorcaBrian Paul2003-03-291-17/+19
|
* histogram code move, remove s_histogram.[ch] from MakefilesBrian Paul2003-03-251-1/+0
|
* DOS update (Daniel Borca)Brian Paul2003-03-081-1/+2
|
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-1/+0
| | | | | Moved type conversion and interpolation macros into macros.h Updated all the files that used to include mmath.h
* latest DOS updates (Daniel Borca)Brian Paul2003-02-201-20/+39
|
* DOS updates (Daniel Borca)Brian Paul2003-02-041-18/+17
|
* First batch of code for GL_NV_fragment_program.Brian Paul2003-01-141-7/+8
| | | | | Re-org of some GL_NV_vertex_program code. Replace MAX_TEXTURE_UNITS with MAX_TEXTURE_COORD_UNITS and MAX_TEXTURE_IMAGE_UNITS.
* DOS updates from Daniel Borca.Brian Paul2002-12-181-14/+22
|
* Updates for DOS driver from Daniel Borca.Brian Paul2002-11-051-12/+20
|
* remove all.h, mem.h, mem.cBrian Paul2002-10-251-1/+0
|
* new texture compression infrastructureBrian Paul2002-09-271-2/+3
|
* updates from Daniel BorcaBrian Paul2002-09-031-33/+86
|
* New _mesa_debug() function to replace fprintf() calls.Brian Paul2002-06-131-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)
* DOS driver updateBrian Paul2002-04-011-9/+63
|
* DOS/Mesa driver updates (Daniel Borca)Brian Paul2002-03-231-2/+18
|
* DOS driver updates from Daniel BorcaBrian Paul2002-03-081-4/+3
|
* DOS updates from Daniel BorcaBrian Paul2002-02-231-32/+58
|
* Daniel Borca's new DOS/DJGPP driver.Brian Paul2002-02-121-0/+163
|
* More cleanups.Gareth Hughes2001-05-071-141/+0
|
* New mechanism for thread-safe GL API dispatch. C-based dispatch is faster.Brian Paul2001-03-281-20/+2
| | | | | | Folded glapinoop.c code into glapi.c. Added code to glapitemp.h to fill in dispatch tables. Updated Makefiles.
* added imports.cBrian Paul2000-09-261-1/+2
|
* added convolve.c to file listBrian Paul2000-08-211-2/+3
|
* added pixeltex.cBrian Paul2000-04-071-1/+2
|
* added texutil.c sourceBrian Paul2000-03-241-1/+2
|
* added aatriangle.c sourceBrian Paul2000-02-211-1/+2
|
* removed glmisc.c, added buffers.c, hint.c, state.cBrian Paul2000-02-021-2/+4
|
* updated with latest source filesBrian Paul1999-12-171-22/+76
|
* Fixed includes & added a few hooks for the DRI.kw-mesa-1Keith Whitwell1999-10-081-4/+7
|
* Initial revisionjtg1999-08-191-0/+95