summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2003-05-28silence some warnings (Evgeny Kotsuba)Brian Paul
2003-05-28added MESA_VERSION() macro, etc (Holger Waechtler)Brian Paul
2003-05-28glBindProgramARB dispatches to glBindProgramNV (remove _mesa_BindProgramARB).Brian Paul
2003-05-27Version defines. include "version.h" in a few files.Brian Paul
2003-05-27check buffer->UseSoftware*Buffer in _mesa_free_framebuffer_data()Brian Paul
2003-05-26a couple casts (Evgeny Kotsuba)Brian Paul
2003-05-15autoconf/automake updated for newer versions (bug 734362)Brian Paul
2003-05-15added a couple castsBrian Paul
2003-05-10added GL_ARB_vertex_program functionsBrian Paul
2003-05-10initialize condition codes before running programBrian Paul
2003-05-10fix scalar literal parsing glitchesBrian Paul
2003-05-10fix MapBufferARB() return typeBrian Paul
2003-05-10clamp fog colorBrian Paul
2003-05-08added comment about MAX_WIDTH and texturesBrian Paul
2003-05-08fixed delete statement (bug 721765)Brian Paul
2003-05-01more docs (Klaus Niederkruger)Brian Paul
2003-05-01Use ctx->Const.MaxTextureImageUnits and MaxTextureCoordUnits in more places.Brian Paul
2003-04-30change global_grid_u0/u1 to REAL (Eric Cazeaux)Brian Paul
2003-04-29don't try to clear non-existant buffersBrian Paul