summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2003-06-11added null pointer check in tnl_copy_to_current()Brian Paul
2003-06-11new buffer/context visual compatibility test (Phil Brown)Brian Paul
2003-06-11added missing types to _mesa_VertexAttribPointerARB()Brian Paul
2003-06-11clean up _tnl_copy_to_current()Brian Paul
2003-06-10moved from main/ to glapi/Brian Paul
2003-06-10Further makefile clean-up, concentrated on the x86 assembly files.Brian Paul
2003-06-10fixes for x86 buildsBrian Paul
2003-06-10fix GL_CURRENT_VERTEX_ATTRIB_ARB queriesBrian Paul
2003-06-10add missing vertex attribs in _tnl_copy_to_current()Brian Paul
2003-06-10fixed secondary color typoBrian Paul
2003-06-10updated old-style makefiles for new treeBrian Paul
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2003-06-04comments regarding window sizingBrian Paul
2003-06-04Added GL_EXT_texture_rectangle (identical to GL_NV_texture_rectangle)Brian Paul
2003-06-02Removed fields from 'struct gl_extensions' for extensions that don'tIan Romanick
2003-06-02s/DrawBuffer/ReadBuffer/ in _mesa_ResizeBuffersMESA (PHil Brown)Brian Paul
2003-06-02updated rule for make OSMesa lib (Brad King)Brian Paul
2003-06-02Added GL_LIB_NAME / GLU_LIB_NAME so the default name for the librariesBrian Paul
2003-06-01remove test fileBrian Paul
2003-06-01Remove a bunch of really old/obsolete configs.Brian Paul
2003-06-01setup default programs for GL_ARB_vertex/fragment_programBrian Paul
2003-05-30minor error check tweaks for NV_light_max_exponentBrian Paul
2003-05-30Added support for NV_light_max_exponent.Ian Romanick
2003-05-28s/_T_VBXFORM_H/_T_IMM_EXEC_H/Brian Paul