summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2003-07-25cleanup - add comments and sort names.Karl Schultz
2003-07-24don't include malloc.h (bug 776574)Brian Paul
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-24if texture color table is enabled, use the color table's format to evaluate t...Brian Paul
2003-07-24fix location of mesa.defKarl Schultz
2003-07-24linker exports defsKarl 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 a...Karl Schultz
2003-07-24Project file to build swrast - creates static LIB that is later linked to mak...Karl Schultz
2003-07-24Project file to build core mesa - creates static LIB that is later linked to ...Karl Schultz
2003-07-24Visual Studio Workspace file for building Mesa. This workspace contains proj...Karl Schultz
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-22remove printfBrian Paul
2003-07-22Restore more code lost during last big merge.Brian Paul
2003-07-22Implement debugger callback, etc for vertex programs. Misc clean-ups.Brian Paul
2003-07-21Initial implementation of GL_MESA_program_debug - a vertex/fragment programBrian Paul
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
2003-07-18Fix up some loose ends from the last big check-in.Brian Paul
2003-07-17more DOS updates from Daniel BorcaBrian Paul
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell
2003-07-11DOS updates from Daniel BorcaBrian Paul
2003-07-07fix conformance glitch introduced with NPOT extensionBrian Paul
2003-07-07minor fixes in _mesa_TexGen[id]v() to silence valgrindBrian Paul
2003-07-03fix int/float conversion for GL_TEXTURE_PRIORITY in gl[Get]TexParameteri[v]Brian Paul
2003-07-03Implemented GL_ARB_texture_non_power_of_two (except for auto mipmap generation).Brian Paul
2003-07-03tweak checks for display list zeroBrian Paul
2003-07-03Simplify extension string handling.Brian Paul
2003-07-02 Committing in .Jouk Jansen
2003-06-30DOS updates (Daniel Borca)Brian Paul
2003-06-27add a few more digits to PI to make Evgeny happyBrian Paul
2003-06-17 Committing in .Jouk Jansen
2003-06-17 Committing in .Jouk Jansen
2003-06-16DOS updates for new tree (Daniel Borca)Brian Paul
2003-06-16fix include paths (Daniel Borca)Brian Paul
2003-06-13GLUT for OS/2 (Evgeny Kotsuba)Brian Paul
2003-06-13Implemented GL_ARB_occlusion_query (not 100% finalized).Brian Paul
2003-06-13More clean-ups and re-orgBrian Paul
2003-06-13added new GL_ARB_v_p instructionsBrian Paul
2003-06-12s/ATTRIB_h/ATTRIB_H/Brian Paul