Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | if texture color table is enabled, use the color table's format to evaluate ↵ | Brian Paul | |
the texture env function | |||
2003-07-24 | fix location of mesa.def | Karl Schultz | |
2003-07-24 | linker exports defs | 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 ↵ | Karl Schultz | |
a DLL. | |||
2003-07-24 | Project file to build swrast - creates static LIB that is later linked to ↵ | Karl Schultz | |
make a DLL. | |||
2003-07-24 | Project file to build core mesa - creates static LIB that is later linked to ↵ | Karl Schultz | |
make a DLL. | |||
2003-07-24 | Visual 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-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-22 | remove printf | Brian Paul | |
2003-07-22 | Restore more code lost during last big merge. | Brian Paul | |
Rename colortable-related functions. | |||
2003-07-22 | Implement debugger callback, etc for vertex programs. Misc clean-ups. | Brian Paul | |
2003-07-21 | Initial implementation of GL_MESA_program_debug - a vertex/fragment program | Brian Paul | |
debugging extension. | |||
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 | |
_glapi_add_entrypoint() updates in context.c | |||
2003-07-18 | Fix up some loose ends from the last big check-in. | Brian Paul | |
2003-07-17 | more DOS updates from Daniel Borca | Brian Paul | |
2003-07-17 | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell | |
2003-07-11 | DOS updates from Daniel Borca | Brian Paul | |
2003-07-07 | fix conformance glitch introduced with NPOT extension | Brian Paul | |
2003-07-07 | minor fixes in _mesa_TexGen[id]v() to silence valgrind | Brian Paul | |
2003-07-03 | fix int/float conversion for GL_TEXTURE_PRIORITY in gl[Get]TexParameteri[v] | Brian Paul | |
2003-07-03 | Implemented GL_ARB_texture_non_power_of_two (except for auto mipmap generation). | Brian Paul | |
2003-07-03 | tweak checks for display list zero | Brian Paul | |
2003-07-03 | Simplify extension string handling. | Brian Paul | |
2003-07-02 | Committing in . | Jouk Jansen | |
Enable installation on OpenVMS ODS5 disks. Modified Files: Mesa-newtree/progs/demos/descrip.mms Mesa-newtree/progs/tests/descrip.mms Mesa-newtree/progs/xdemos/descrip.mms Mesa-newtree/src/glut/glx/descrip.mms Mesa-newtree/src/mesa/array_cache/descrip.mms Mesa-newtree/src/mesa/drivers/osmesa/descrip.mms Mesa-newtree/src/mesa/drivers/x11/descrip.mms Mesa-newtree/src/mesa/glapi/descrip.mms Mesa-newtree/src/mesa/main/descrip.mms Mesa-newtree/src/mesa/math/descrip.mms Mesa-newtree/src/mesa/swrast/descrip.mms Mesa-newtree/src/mesa/swrast_setup/descrip.mms Mesa-newtree/src/mesa/tnl/descrip.mms ---------------------------------------------------------------------- | |||
2003-06-30 | DOS updates (Daniel Borca) | Brian Paul | |
2003-06-27 | add a few more digits to PI to make Evgeny happy | Brian Paul | |
2003-06-17 | Committing in . | Jouk Jansen | |
OpenVMS compile support for new directory tree One file was missing in the previous commit. Modified Files: Mesa-newtree/src/glut/glx/mms_depend ---------------------------------------------------------------------- | |||
2003-06-17 | Committing in . | Jouk Jansen | |
OpenVMS support for new directory tree Modified Files: Mesa-newtree/progs/demos/descrip.mms Mesa-newtree/progs/tests/descrip.mms Mesa-newtree/progs/xdemos/descrip.mms Mesa-newtree/src/glu/sgi/descrip.mms Mesa-newtree/src/glut/glx/descrip.mms Mesa-newtree/src/mesa/main/descrip.mms Added Files: Mesa-newtree/descrip.mms Mesa-newtree/mms-config. Mesa-newtree/src/descrip.mms Mesa-newtree/src/glu/descrip.mms Mesa-newtree/src/mesa/descrip.mms Mesa-newtree/src/mesa/array_cache/descrip.mms Mesa-newtree/src/mesa/drivers/osmesa/descrip.mms Mesa-newtree/src/mesa/drivers/x11/descrip.mms Mesa-newtree/src/mesa/glapi/descrip.mms Mesa-newtree/src/mesa/math/descrip.mms Mesa-newtree/src/mesa/swrast/descrip.mms Mesa-newtree/src/mesa/swrast_setup/descrip.mms Mesa-newtree/src/mesa/tnl/descrip.mms Mesa-newtree/vms/analyze_map.com Mesa-newtree/vms/xlib.opt Mesa-newtree/vms/xlib_share.opt ---------------------------------------------------------------------- | |||
2003-06-16 | DOS updates for new tree (Daniel Borca) | Brian Paul | |
2003-06-16 | fix include paths (Daniel Borca) | Brian Paul | |
2003-06-13 | GLUT for OS/2 (Evgeny Kotsuba) | Brian Paul | |
2003-06-13 | Implemented GL_ARB_occlusion_query (not 100% finalized). | Brian Paul | |
2003-06-13 | More clean-ups and re-org | Brian Paul | |
2003-06-13 | added new GL_ARB_v_p instructions | Brian Paul | |
2003-06-12 | s/ATTRIB_h/ATTRIB_H/ | Brian Paul | |
2003-06-11 | added null pointer check in tnl_copy_to_current() | Brian Paul | |
2003-06-11 | new buffer/context visual compatibility test (Phil Brown) | Brian Paul | |