remove temporary prototypes
[mesa.git] / src /
2003-08-06 Brian Paulremove temporary prototypes
2003-08-06 Brian Paulplaceholder files
2003-08-06 Keith WhitwellShared dri driver resources
2003-08-06 Keith WhitwellNot-quite-functional swrast-only dri driver
2003-08-06 Keith WhitwellShared radeon/r200 init code
2003-08-06 Keith Whitwellmga driver, brought over by Jon Smirl
2003-08-06 Keith Whitwellr200 driver, brought over by Jon Smirl
2003-08-06 Keith WhitwellNewer version of this file
2003-08-05 Keith WhitwellStore material attributes in an Attrib[] style array...
2003-08-05 Keith WhitwellFix samples/fog.c regression - missing test for NeedEye...
2003-08-05 Brian PaulUpdates from Daniel Borca.
2003-08-01 Keith WhitwellFix typo (& instead of &&) to fix olympic.c bug
2003-07-30 Brian Paulreplace assertion with conditional
2003-07-26 Karl SchultzMoved.
2003-07-26 Karl SchultzAdd the C++ and response files to the project so that...
2003-07-26 Karl SchultzVC 6 Project File
2003-07-25 Karl Schultzminor option tweak
2003-07-25 Karl SchultzCompiler/Linker "response" file containing compiler...
2003-07-25 Karl SchultzAdd documentation.
2003-07-25 Karl SchultzProject now builds the C++ sources (with great difficul...
2003-07-25 Karl Schultzcleanup - add comments and sort names.
2003-07-24 Brian Pauldon't include malloc.h (bug 776574)
2003-07-24 Karl Schultzadd symbols needed by osmesa.
2003-07-24 Karl SchultzProject file for osmesa
2003-07-24 Karl Schultzmoved to top of tree.
2003-07-24 Brian Paulif texture color table is enabled, use the color table...
2003-07-24 Karl Schultzfix location of mesa.def
2003-07-24 Karl Schultzlinker exports defs
2003-07-24 Karl SchultzProject file to build GLUT32.DLL
2003-07-24 Karl SchultzProject file to build GLU32.DLL
2003-07-24 Karl SchultzSource code for GDI driver.
2003-07-24 Karl SchultzProject file to build gdi driver and OPENGL32.DLL.
2003-07-24 Karl SchultzProject file to build tnl - creates static LIB that...
2003-07-24 Karl SchultzProject file to build swrast - creates static LIB that...
2003-07-24 Karl SchultzProject file to build core mesa - creates static LIB...
2003-07-24 Karl SchultzVisual Studio Workspace file for building Mesa. This...
2003-07-24 Karl SchultzRemoving from this directory. Will be added to new...
2003-07-24 Karl SchultzRemove obsolete file.
2003-07-24 Karl SchultzWindows does not define HUGE_VAL, so use the IEEE hex...
2003-07-23 Brian Paulfix a few more glitches from last big check-in
2003-07-23 Brian Paulfix GL_SGI_texture_colortable bugs
2003-07-22 Brian Paulremove printf
2003-07-22 Brian PaulRestore more code lost during last big merge.
2003-07-22 Brian PaulImplement debugger callback, etc for vertex programs...
2003-07-21 Brian PaulInitial implementation of GL_MESA_program_debug - a...
2003-07-18 Brian PaulNumbered productions for ARB_vertex_program grammar...
2003-07-18 Brian PaulKarl Rasche's ARB_vertex_program parser
2003-07-18 Brian PaulFix up FEATURE_* defines in config.h
2003-07-18 Brian PaulFix up some loose ends from the last big check-in.
2003-07-17 Brian Paulmore DOS updates from Daniel Borca
2003-07-17 Keith WhitwellMerge Jose's documentation and core Mesa changes from...
2003-07-11 Brian PaulDOS updates from Daniel Borca
2003-07-07 Brian Paulfix conformance glitch introduced with NPOT extension
2003-07-07 Brian Paulminor fixes in _mesa_TexGen[id]v() to silence valgrind
2003-07-03 Brian Paulfix int/float conversion for GL_TEXTURE_PRIORITY in...
2003-07-03 Brian PaulImplemented GL_ARB_texture_non_power_of_two (except...
2003-07-03 Brian Paultweak checks for display list zero
2003-07-03 Brian PaulSimplify extension string handling.
2003-07-02 Jouk Jansen Committing in .
2003-06-30 Brian PaulDOS updates (Daniel Borca)
2003-06-27 Brian Pauladd a few more digits to PI to make Evgeny happy
2003-06-17 Jouk Jansen Committing in .
2003-06-17 Jouk Jansen Committing in .
2003-06-16 Brian PaulDOS updates for new tree (Daniel Borca)
2003-06-16 Brian Paulfix include paths (Daniel Borca)
2003-06-13 Brian PaulGLUT for OS/2 (Evgeny Kotsuba)
2003-06-13 Brian PaulImplemented GL_ARB_occlusion_query (not 100% finalized).
2003-06-13 Brian PaulMore clean-ups and re-org
2003-06-13 Brian Pauladded new GL_ARB_v_p instructions
2003-06-12 Brian Pauls/ATTRIB_h/ATTRIB_H/
2003-06-11 Brian Pauladded null pointer check in tnl_copy_to_current()
2003-06-11 Brian Paulnew buffer/context visual compatibility test (Phil...
2003-06-11 Brian Pauladded missing types to _mesa_VertexAttribPointerARB()
2003-06-11 Brian Paulclean up _tnl_copy_to_current()
2003-06-10 Brian Paulmoved from main/ to glapi/
2003-06-10 Brian PaulFurther makefile clean-up, concentrated on the x86...
2003-06-10 Brian Paulfixes for x86 builds
2003-06-10 Brian Paulfix GL_CURRENT_VERTEX_ATTRIB_ARB queries
2003-06-10 Brian Pauladd missing vertex attribs in _tnl_copy_to_current()
2003-06-10 Brian Paulfixed secondary color typo
2003-06-10 Brian Paulupdated old-style makefiles for new tree
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2003-06-04 Brian Paulcomments regarding window sizing
2003-06-04 Brian PaulAdded GL_EXT_texture_rectangle (identical to GL_NV_text...
2003-06-02 Ian RomanickRemoved fields from 'struct gl_extensions' for extensio...
2003-06-02 Brian Pauls/DrawBuffer/ReadBuffer/ in _mesa_ResizeBuffersMESA...
2003-06-02 Brian Paulupdated rule for make OSMesa lib (Brad King)
2003-06-02 Brian PaulAdded GL_LIB_NAME / GLU_LIB_NAME so the default name...
2003-06-01 Brian Paulremove test file
2003-06-01 Brian PaulRemove a bunch of really old/obsolete configs.
2003-06-01 Brian Paulsetup default programs for GL_ARB_vertex/fragment_program
2003-05-30 Brian Paulminor error check tweaks for NV_light_max_exponent
2003-05-30 Ian RomanickAdded support for NV_light_max_exponent.
2003-05-28 Brian Pauls/_T_VBXFORM_H/_T_IMM_EXEC_H/
2003-05-28 Brian Paulsilence some warnings (Evgeny Kotsuba)
2003-05-28 Brian Pauladded MESA_VERSION() macro, etc (Holger Waechtler)
2003-05-28 Brian PaulglBindProgramARB dispatches to glBindProgramNV (remove...
2003-05-27 Brian PaulVersion defines. include "version.h" in a few files.
2003-05-27 Brian Paulcheck buffer->UseSoftware*Buffer in _mesa_free_framebuf...
2003-05-26 Brian Paula couple casts (Evgeny Kotsuba)
next