Age | Commit message (Expand) | Author |
2003-08-01 | Fix typo (& instead of &&) to fix olympic.c bug | Keith Whitwell |
2003-07-30 | replace assertion with conditional | Brian Paul |
2003-07-26 | Moved. | Karl Schultz |
2003-07-26 | Add the C++ and response files to the project so that they show up in the pro... | Karl Schultz |
2003-07-26 | Reorganized projects so there is one project for each Mesa source subdir, and... | Karl Schultz |
2003-07-26 | VC 6 Project File | Karl Schultz |
2003-07-25 | minor option tweak | Karl Schultz |
2003-07-25 | Compiler/Linker "response" file containing compiler options and list of files... | Karl Schultz |
2003-07-25 | Add documentation. | Karl Schultz |
2003-07-25 | Project now builds the C++ sources (with great difficulty). Add module defin... | Karl Schultz |
2003-07-25 | add a dependency so that osmesa builds | Karl Schultz |
2003-07-25 | cleanup - add comments and sort names. | Karl Schultz |
2003-07-24 | don't include malloc.h (bug 776574) | Brian Paul |
2003-07-24 | add osdemo project | Karl Schultz |
2003-07-24 | project file for osdemo | Karl Schultz |
2003-07-24 | Add osmesa project | Karl Schultz |
2003-07-24 | add symbols needed by osmesa. | Karl Schultz |
2003-07-24 | Project file for osmesa | Karl Schultz |
2003-07-24 | moved to top of tree. | Karl Schultz |
2003-07-24 | Microsoft Visual Studio 6 Workspace file for building Mesa and related librar... | Karl Schultz |
2003-07-24 | if texture color table is enabled, use the color table's format to evaluate t... | Brian Paul |
2003-07-24 | fix location of mesa.def | Karl Schultz |
2003-07-24 | linker exports defs | Karl Schultz |
2003-07-24 | Project to build the gears demo program. | Karl Schultz |
2003-07-24 | Workspace to build Mesa demos and sample programs. | Karl Schultz |
2003-07-24 | Project file to build GLUT32.DLL | Karl Schultz |
2003-07-24 | Project file to build GLU32.DLL | Karl Schultz |
2003-07-24 | Source code for GDI driver. | Karl Schultz |
2003-07-24 | Project file to build gdi driver and OPENGL32.DLL. | Karl Schultz |
2003-07-24 | Project file to build tnl - creates static LIB that is later linked to make a... | Karl Schultz |
2003-07-24 | Project file to build swrast - creates static LIB that is later linked to mak... | Karl Schultz |
2003-07-24 | Project file to build core mesa - creates static LIB that is later linked to ... | Karl Schultz |
2003-07-24 | Visual Studio Workspace file for building Mesa. This workspace contains proj... | Karl Schultz |
2003-07-24 | Removing from this directory. Will be added to new gdi driver directory. | Karl Schultz |
2003-07-24 | Remove obsolete file. | Karl Schultz |
2003-07-24 | Windows does not define HUGE_VAL, so use the IEEE hex constants. | Karl Schultz |
2003-07-23 | fix a few more glitches from last big check-in | Brian Paul |
2003-07-23 | fix GL_SGI_texture_colortable bugs | Brian Paul |
2003-07-23 | fill in chapter 5, 6 text | Brian Paul |
2003-07-22 | remove printf | Brian Paul |
2003-07-22 | New interactive debugging code - vertex or fragment program. | Brian Paul |
2003-07-22 | Restore more code lost during last big merge. | Brian Paul |
2003-07-22 | Implement debugger callback, etc for vertex programs. Misc clean-ups. | Brian Paul |
2003-07-21 | tokens, functions for GL_MESA_program_debug | Brian Paul |
2003-07-21 | vertex/fragment debugger extension | Brian Paul |
2003-07-21 | test program for GL_MESA_program_debug extension | Brian Paul |
2003-07-21 | Initial implementation of GL_MESA_program_debug - a vertex/fragment program | Brian Paul |
2003-07-18 | Numbered productions for ARB_vertex_program grammar (Karl Rasche) | Brian Paul |
2003-07-18 | Karl Rasche's ARB_vertex_program parser | Brian Paul |
2003-07-18 | Fix up FEATURE_* defines in config.h | Brian Paul |