- 304d11e Updates from Daniel Borca. by Brian Paul · 21 years ago
- 2880669 Fix typo (& instead of &&) to fix olympic.c bug by Keith Whitwell · 21 years ago
- 1a61507 replace assertion with conditional by Brian Paul · 21 years ago
- f88d846 Moved. by Karl Schultz · 21 years ago
- acad0fa Add the C++ and response files to the project so that they show up in the project file list. by Karl Schultz · 21 years ago
- e7d9b3f Reorganized projects so there is one project for each Mesa source subdir, and put the actual project files in each subdir. by Karl Schultz · 21 years ago
- 1b41c0d VC 6 Project File by Karl Schultz · 21 years ago
- 4894df6 minor option tweak by Karl Schultz · 21 years ago
- b9d9c1f Compiler/Linker "response" file containing compiler options and list of 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. by Karl Schultz · 21 years ago
- 9b0bb3d Add documentation. by Karl Schultz · 21 years ago
- fd5889f Project now builds the C++ sources (with great difficulty). Add module definition file (glu.def) to project. by Karl Schultz · 21 years ago
- c2b39d0 add a dependency so that osmesa builds by Karl Schultz · 21 years ago
- 00d7f16 cleanup - add comments and sort names. by Karl Schultz · 21 years ago
- c2aee04 don't include malloc.h (bug 776574) by Brian Paul · 21 years ago
- 838bb33 add osdemo project by Karl Schultz · 21 years ago
- 0a5957bf project file for osdemo by Karl Schultz · 21 years ago
- eb226f1 Add osmesa project by Karl Schultz · 21 years ago
- a328649 add symbols needed by osmesa. by Karl Schultz · 21 years ago
- bd36e5f Project file for osmesa by Karl Schultz · 21 years ago
- 4e245c3 moved to top of tree. by Karl Schultz · 21 years ago
- 7d3bf7f Microsoft Visual Studio 6 Workspace file for building Mesa and related 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. by Karl Schultz · 21 years ago
- 3a25e23 if texture color table is enabled, use the color table's format to evaluate the texture env function by Brian Paul · 21 years ago
- df03f8e fix location of mesa.def by Karl Schultz · 21 years ago
- adb5e0b linker exports defs by Karl Schultz · 21 years ago
- 95a791b Project to build the gears demo program. by Karl Schultz · 21 years ago
- c7363f7 Workspace to build Mesa demos and sample programs. by Karl Schultz · 21 years ago
- c06ff13 Project file to build GLUT32.DLL by Karl Schultz · 21 years ago
- 5c04693 Project file to build GLU32.DLL by Karl Schultz · 21 years ago
- b6a74a4 Source code for GDI driver. by Karl Schultz · 21 years ago
- fbd052e Project file to build gdi driver and OPENGL32.DLL. by Karl Schultz · 21 years ago
- 9baab01 Project file to build tnl - creates static LIB that is later linked to make a DLL. by Karl Schultz · 21 years ago
- bff1bf9 Project file to build swrast - creates static LIB that is later linked to make a DLL. by Karl Schultz · 21 years ago
- b1bc0dc Project file to build core mesa - creates static LIB that is later linked to make a DLL. by Karl Schultz · 21 years ago
- 341313b Visual Studio Workspace file for building Mesa. This workspace contains 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. by Karl Schultz · 21 years ago
- f78311e Removing from this directory. Will be added to new gdi driver directory. by Karl Schultz · 21 years ago
- 6ff00f9 Remove obsolete file. by Karl Schultz · 21 years ago
- 6b4716c Windows does not define HUGE_VAL, so use the IEEE hex constants. by Karl Schultz · 21 years ago
- 9c7b816 fix a few more glitches from last big check-in by Brian Paul · 21 years ago
- 9f9bed9 fix GL_SGI_texture_colortable bugs by Brian Paul · 21 years ago
- d19b5db fill in chapter 5, 6 text by Brian Paul · 21 years ago
- ad6ecf0 remove printf by Brian Paul · 21 years ago
- 6a940e8 New interactive debugging code - vertex or fragment program. by Brian Paul · 21 years ago
- 05944c0 Restore more code lost during last big merge. by Brian Paul · 21 years ago
- f7fda86 Implement debugger callback, etc for vertex programs. Misc clean-ups. by Brian Paul · 21 years ago
- 389858e tokens, functions for GL_MESA_program_debug by Brian Paul · 21 years ago
- 64da663 vertex/fragment debugger extension by Brian Paul · 21 years ago
- 5366b01 test program for GL_MESA_program_debug extension by Brian Paul · 21 years ago
- 08ff059 Initial implementation of GL_MESA_program_debug - a vertex/fragment program by Brian Paul · 21 years ago
- 190c11e Numbered productions for ARB_vertex_program grammar (Karl Rasche) by Brian Paul · 22 years ago
- 9a0d97a Karl Rasche's ARB_vertex_program parser by Brian Paul · 22 years ago
- f44898c Fix up FEATURE_* defines in config.h by Brian Paul · 22 years ago
- 702ca20 Fix up some loose ends from the last big check-in. by Brian Paul · 22 years ago
- c19cbb5 more DOS updates from Daniel Borca by Brian Paul · 22 years ago
- 6dc8557 Merge Jose's documentation and core Mesa changes from embedded branch by Keith Whitwell · 22 years ago
- 44c6999 DOS updates from Daniel Borca by Brian Paul · 22 years ago
- 3569599 added GL_VERSION check by Brian Paul · 22 years ago
- f6e76fe fix conformance glitch introduced with NPOT extension by Brian Paul · 22 years ago
- ef751eb minor fixes in _mesa_TexGen[id]v() to silence valgrind by Brian Paul · 22 years ago
- 92d3164 fix int/float conversion for GL_TEXTURE_PRIORITY in gl[Get]TexParameteri[v] by Brian Paul · 22 years ago
- b464dee bigger window by Brian Paul · 22 years ago
- 7568561 GL_ARB_texture_non_power_of_two test program by Brian Paul · 22 years ago
- 235c150 added GL_ARB_texture_non_power_of_two by Brian Paul · 22 years ago
- 887e2cf Implemented GL_ARB_texture_non_power_of_two (except for auto mipmap generation). by Brian Paul · 22 years ago
- 32bac60 tweak checks for display list zero by Brian Paul · 22 years ago
- de4f460 Simplify extension string handling. by Brian Paul · 22 years ago
- 9826ca3 by Jouk Jansen · 22 years ago
- 4e28d96 DOS updates (Daniel Borca) by Brian Paul · 22 years ago
- a58214e add a few more digits to PI to make Evgeny happy by Brian Paul · 22 years ago
- fb8105f by Jouk Jansen · 22 years ago
- ccb8284 by Jouk Jansen · 22 years ago
- 642699a DOS updates for new tree (Daniel Borca) by Brian Paul · 22 years ago
- 710207c fix include paths (Daniel Borca) by Brian Paul · 22 years ago
- 225517a GLUT for OS/2 (Evgeny Kotsuba) by Brian Paul · 22 years ago
- 8fa5075 fix typo, added space/anim control by Brian Paul · 22 years ago
- 8625803 GL_ARB_occlusion_query demo. by Brian Paul · 22 years ago
- b17a722 Implemented GL_ARB_occlusion_query (not 100% finalized). by Brian Paul · 22 years ago
- 0c0e583 More clean-ups and re-org by Brian Paul · 22 years ago
- 93db675 added new GL_ARB_v_p instructions by Brian Paul · 22 years ago
- 6a0db56 s/ATTRIB_h/ATTRIB_H/ by Brian Paul · 22 years ago
- 5ac9e66 added null pointer check in tnl_copy_to_current() by Brian Paul · 22 years ago
- b1d53d9 new buffer/context visual compatibility test (Phil Brown) by Brian Paul · 22 years ago
- 196a90b added missing types to _mesa_VertexAttribPointerARB() by Brian Paul · 22 years ago
- 5c08c5b clean up _tnl_copy_to_current() by Brian Paul · 22 years ago
- f499860 moved from main/ to glapi/ by Brian Paul · 22 years ago
- de5496d Further makefile clean-up, concentrated on the x86 assembly files. by Brian Paul · 22 years ago
- 5f34399 fixes for x86 builds by Brian Paul · 22 years ago
- 5e04bcf GL_EXT_texture_rectangle, directory tree info by Brian Paul · 22 years ago
- 66a83c9 fix GL_CURRENT_VERTEX_ATTRIB_ARB queries by Brian Paul · 22 years ago
- 9a2121c update for new directory tree by Brian Paul · 22 years ago
- cd0fbde add missing vertex attribs in _tnl_copy_to_current() by Brian Paul · 22 years ago
- 8297033 fixed secondary color typo by Brian Paul · 22 years ago
- b953beb updated old-style makefiles for new tree by Brian Paul · 22 years ago
- 9ac51f5 Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. by Ian Romanick · 22 years ago
- b9e1411 comments regarding window sizing by Brian Paul · 22 years ago
- 3c28d1e Added GL_EXT_texture_rectangle (identical to GL_NV_texture_rectangle) by Brian Paul · 22 years ago
- 09dbc1e Removed fields from 'struct gl_extensions' for extensions that don't by Ian Romanick · 22 years ago
- a189e4c s/DrawBuffer/ReadBuffer/ in _mesa_ResizeBuffersMESA (PHil Brown) by Brian Paul · 22 years ago
- c9ab99c updated rule for make OSMesa lib (Brad King) by Brian Paul · 22 years ago
- 45e9a5c Added GL_LIB_NAME / GLU_LIB_NAME so the default name for the libraries by Brian Paul · 22 years ago
- 698e67d remove test file by Brian Paul · 22 years ago