summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-01updated release stepsBrian Paul
2003-06-01latest updates for 5.1Brian Paul
2003-06-01Remove a bunch of really old/obsolete configs.Brian Paul
2003-06-01Replace most mklib.* scripts with a new uber-mklib script with more features.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 GL_NV_light_max_exponentBrian Paul
2003-05-30Added support for NV_light_max_exponent.Ian Romanick
2003-05-30Removed an accidental addition in the previous commit.Ian Romanick
2003-05-30minor clean-upsBrian Paul
2003-05-30misc changes from testingBrian Paul
2003-05-30include readtex.hBrian Paul
2003-05-30display both YCbCr and RGB image (Ian)Brian Paul
2003-05-30applied Ian's misc patchesBrian Paul
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-20move LoadYUVImage into readtex.cKeith Whitwell
2003-05-20Test programs for ycbcr extensionKeith Whitwell
2003-05-15autoconf/automake updated for newer versions (bug 734362)Brian Paul
2003-05-15added a couple castsBrian Paul
2003-05-10updated with new glext.h stuffBrian Paul
2003-05-10version 18 of glext.hBrian Paul
2003-05-10remove temporary stuffBrian 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-02minor updatesBrian Paul
2003-05-02updates from IanBrian Paul
2003-05-01more docs (Klaus Niederkruger)Brian Paul
2003-05-01Use ctx->Const.MaxTextureImageUnits and MaxTextureCoordUnits in more places.Brian Paul
2003-05-01Ian's buffer swap extensionsBrian Paul
2003-04-30change global_grid_u0/u1 to REAL (Eric Cazeaux)Brian Paul