summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-07-26Moved.Karl Schultz
2003-07-26Add the C++ and response files to the project so that they show up in the ↵Karl Schultz
project file list.
2003-07-26Reorganized projects so there is one project for each Mesa source subdir, ↵Karl Schultz
and put the actual project files in each subdir.
2003-07-26VC 6 Project FileKarl Schultz
2003-07-25minor option tweakKarl Schultz
2003-07-25Compiler/Linker "response" file containing compiler options and list of ↵Karl Schultz
files to compile/link for the C++ files in the glu library. It is easier to edit and maintain this infomation in flat files instead of trying to enter it into the VC project menus. The C++ files are compiled as a "pre-link" step.
2003-07-25Add documentation.Karl Schultz
2003-07-25Project now builds the C++ sources (with great difficulty). Add module ↵Karl Schultz
definition file (glu.def) to project.
2003-07-25add a dependency so that osmesa buildsKarl Schultz
2003-07-25cleanup - add comments and sort names.Karl Schultz
2003-07-24don't include malloc.h (bug 776574)Brian Paul
2003-07-24add osdemo projectKarl Schultz
2003-07-24project file for osdemoKarl Schultz
2003-07-24Add osmesa projectKarl Schultz
2003-07-24add symbols needed by osmesa.Karl Schultz
2003-07-24Project file for osmesaKarl Schultz
2003-07-24moved to top of tree.Karl Schultz
2003-07-24Microsoft Visual Studio 6 Workspace file for building Mesa and related ↵Karl Schultz
libraries. (Moved from src/mesa/drivers/windows to make it easier to find.) The project files belonging to the workspace are located elsewhere in the tree, closer to the modules they each build.
2003-07-24if texture color table is enabled, use the color table's format to evaluate ↵Brian Paul
the texture env function
2003-07-24fix location of mesa.defKarl Schultz
2003-07-24linker exports defsKarl Schultz
2003-07-24Project to build the gears demo program.Karl Schultz
2003-07-24Workspace to build Mesa demos and sample programs.Karl Schultz
2003-07-24Project file to build GLUT32.DLLKarl Schultz
2003-07-24Project file to build GLU32.DLLKarl Schultz
2003-07-24Source code for GDI driver.Karl Schultz
2003-07-24Project file to build gdi driver and OPENGL32.DLL.Karl Schultz
2003-07-24Project file to build tnl - creates static LIB that is later linked to make ↵Karl Schultz
a DLL.
2003-07-24Project file to build swrast - creates static LIB that is later linked to ↵Karl Schultz
make a DLL.
2003-07-24Project file to build core mesa - creates static LIB that is later linked to ↵Karl Schultz
make a DLL.
2003-07-24Visual Studio Workspace file for building Mesa. This workspace contains ↵Karl Schultz
projects for building core mesa, backend drivers (e.g., gdi, dx7, ...), GLU, and GLUT. The project files are placed in the appropriate places in the Mesa tree.
2003-07-24Removing from this directory. Will be added to new gdi driver directory.Karl Schultz
2003-07-24Remove obsolete file.Karl Schultz
2003-07-24Windows does not define HUGE_VAL, so use the IEEE hex constants.Karl Schultz
2003-07-23fix a few more glitches from last big check-inBrian Paul
2003-07-23fix GL_SGI_texture_colortable bugsBrian Paul
2003-07-23fill in chapter 5, 6 textBrian Paul
2003-07-22remove printfBrian Paul
2003-07-22New interactive debugging code - vertex or fragment program.Brian Paul
2003-07-22Restore more code lost during last big merge.Brian Paul
Rename colortable-related functions.
2003-07-22Implement debugger callback, etc for vertex programs. Misc clean-ups.Brian Paul
2003-07-21tokens, functions for GL_MESA_program_debugBrian Paul
2003-07-21vertex/fragment debugger extensionBrian Paul
2003-07-21test program for GL_MESA_program_debug extensionBrian Paul
2003-07-21Initial implementation of GL_MESA_program_debug - a vertex/fragment programBrian Paul
debugging extension.
2003-07-18Numbered productions for ARB_vertex_program grammar (Karl Rasche)Brian Paul
2003-07-18Karl Rasche's ARB_vertex_program parserBrian Paul
2003-07-18Fix up FEATURE_* defines in config.hBrian Paul
_glapi_add_entrypoint() updates in context.c
2003-07-18Fix up some loose ends from the last big check-in.Brian Paul
2003-07-17more DOS updates from Daniel BorcaBrian Paul