summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-07-26VC 6 Project FileKarl Schultz8-0/+1823
2003-07-25minor option tweakKarl Schultz1-1/+1
2003-07-25Compiler/Linker "response" file containing compiler options and list of files...Karl Schultz4-0/+310
2003-07-25Add documentation.Karl Schultz1-1/+26
2003-07-25Project now builds the C++ sources (with great difficulty). Add module defin...Karl Schultz1-2/+9
2003-07-25add a dependency so that osmesa buildsKarl Schultz1-0/+3
2003-07-25cleanup - add comments and sort names.Karl Schultz1-88/+118
2003-07-24don't include malloc.h (bug 776574)Brian Paul1-7/+3
2003-07-24add osdemo projectKarl Schultz1-0/+12
2003-07-24project file for osdemoKarl Schultz1-0/+112
2003-07-24Add osmesa projectKarl Schultz1-0/+15
2003-07-24add symbols needed by osmesa.Karl Schultz1-0/+3
2003-07-24Project file for osmesaKarl Schultz1-0/+121
2003-07-24moved to top of tree.Karl Schultz1-104/+0
2003-07-24Microsoft Visual Studio 6 Workspace file for building Mesa and related librar...Karl Schultz1-0/+104
2003-07-24if texture color table is enabled, use the color table's format to evaluate t...Brian Paul1-0/+3
2003-07-24fix location of mesa.defKarl Schultz1-1/+1
2003-07-24linker exports defsKarl Schultz1-0/+492
2003-07-24Project to build the gears demo program.Karl Schultz1-0/+112
2003-07-24Workspace to build Mesa demos and sample programs.Karl Schultz1-0/+29
2003-07-24Project file to build GLUT32.DLLKarl Schultz1-0/+338
2003-07-24Project file to build GLU32.DLLKarl Schultz1-0/+233
2003-07-24Source code for GDI driver.Karl Schultz4-0/+4649
2003-07-24Project file to build gdi driver and OPENGL32.DLL.Karl Schultz1-0/+129
2003-07-24Project file to build tnl - creates static LIB that is later linked to make a...Karl Schultz1-0/+252
2003-07-24Project file to build swrast - creates static LIB that is later linked to mak...Karl Schultz1-0/+360
2003-07-24Project file to build core mesa - creates static LIB that is later linked to ...Karl Schultz1-0/+716
2003-07-24Visual Studio Workspace file for building Mesa. This workspace contains proj...Karl Schultz1-0/+104
2003-07-24Removing from this directory. Will be added to new gdi driver directory.Karl Schultz4-4630/+0
2003-07-24Remove obsolete file.Karl Schultz7-7788/+0
2003-07-24Windows does not define HUGE_VAL, so use the IEEE hex constants.Karl Schultz1-1/+1
2003-07-23fix a few more glitches from last big check-inBrian Paul3-15/+13
2003-07-23fix GL_SGI_texture_colortable bugsBrian Paul2-6/+9
2003-07-23fill in chapter 5, 6 textBrian Paul1-51/+122
2003-07-22remove printfBrian Paul1-2/+0
2003-07-22New interactive debugging code - vertex or fragment program.Brian Paul1-5/+277
2003-07-22Restore more code lost during last big merge.Brian Paul9-32/+103
2003-07-22Implement debugger callback, etc for vertex programs. Misc clean-ups.Brian Paul8-145/+101
2003-07-21tokens, functions for GL_MESA_program_debugBrian Paul1-0/+27
2003-07-21vertex/fragment debugger extensionBrian Paul1-0/+285
2003-07-21test program for GL_MESA_program_debug extensionBrian Paul1-0/+350
2003-07-21Initial implementation of GL_MESA_program_debug - a vertex/fragment programBrian Paul16-20/+461
2003-07-18Numbered productions for ARB_vertex_program grammar (Karl Rasche)Brian Paul1-0/+1279
2003-07-18Karl Rasche's ARB_vertex_program parserBrian Paul2-0/+6665
2003-07-18Fix up FEATURE_* defines in config.hBrian Paul2-85/+183
2003-07-18Fix up some loose ends from the last big check-in.Brian Paul5-12/+6
2003-07-17more DOS updates from Daniel BorcaBrian Paul8-23/+541
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell104-3773/+7646
2003-07-11DOS updates from Daniel BorcaBrian Paul2-19/+21
2003-07-10added GL_VERSION checkBrian Paul1-1/+8