summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-06-13Implemented GL_ARB_occlusion_query (not 100% finalized).Brian Paul21-7/+829
2003-06-13More clean-ups and re-orgBrian Paul1-49/+97
2003-06-13added new GL_ARB_v_p instructionsBrian Paul2-9/+115
2003-06-12s/ATTRIB_h/ATTRIB_H/Brian Paul1-4/+3
2003-06-11added null pointer check in tnl_copy_to_current()Brian Paul1-1/+1
2003-06-11new buffer/context visual compatibility test (Phil Brown)Brian Paul1-10/+48
2003-06-11added missing types to _mesa_VertexAttribPointerARB()Brian Paul1-0/+13
2003-06-11clean up _tnl_copy_to_current()Brian Paul1-37/+12
2003-06-10moved from main/ to glapi/Brian Paul1-0/+0
2003-06-10Further makefile clean-up, concentrated on the x86 assembly files.Brian Paul3-109/+84
2003-06-10fixes for x86 buildsBrian Paul5-87/+83
2003-06-10GL_EXT_texture_rectangle, directory tree infoBrian Paul2-6/+14
2003-06-10fix GL_CURRENT_VERTEX_ATTRIB_ARB queriesBrian Paul2-0/+4
2003-06-10update for new directory treeBrian Paul3-11/+190
2003-06-10add missing vertex attribs in _tnl_copy_to_current()Brian Paul1-6/+12
2003-06-10fixed secondary color typoBrian Paul1-1/+1
2003-06-10updated old-style makefiles for new treeBrian Paul12-1369/+652
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick277-433/+5
2003-06-04comments regarding window sizingBrian Paul2-8/+18
2003-06-04Added GL_EXT_texture_rectangle (identical to GL_NV_texture_rectangle)Brian Paul1-0/+2
2003-06-02Removed fields from 'struct gl_extensions' for extensions that don'tIan Romanick3-36/+26
2003-06-02s/DrawBuffer/ReadBuffer/ in _mesa_ResizeBuffersMESA (PHil Brown)Brian Paul1-2/+2
2003-06-02updated rule for make OSMesa lib (Brad King)Brian Paul1-3/+6
2003-06-02Added GL_LIB_NAME / GLU_LIB_NAME so the default name for the librariesBrian Paul3-8/+15
2003-06-01remove test fileBrian Paul1-1/+0
2003-06-01updated release stepsBrian Paul1-3/+2
2003-06-01latest updates for 5.1Brian Paul1-2/+60
2003-06-01Remove a bunch of really old/obsolete configs.Brian Paul8-274/+113
2003-06-01Replace most mklib.* scripts with a new uber-mklib script with more features.Brian Paul1-0/+330
2003-06-01setup default programs for GL_ARB_vertex/fragment_programBrian Paul1-3/+8
2003-05-30minor error check tweaks for NV_light_max_exponentBrian Paul1-6/+6
2003-05-30added GL_NV_light_max_exponentBrian Paul1-1/+3
2003-05-30Added support for NV_light_max_exponent.Ian Romanick7-7/+54
2003-05-30Removed an accidental addition in the previous commit.Ian Romanick1-1/+0
2003-05-30minor clean-upsBrian Paul1-2/+2
2003-05-30misc changes from testingBrian Paul1-2/+10
2003-05-30include readtex.hBrian Paul1-1/+2
2003-05-30display both YCbCr and RGB image (Ian)Brian Paul1-6/+54
2003-05-30applied Ian's misc patchesBrian Paul4-34/+193
2003-05-28s/_T_VBXFORM_H/_T_IMM_EXEC_H/Brian Paul1-6/+4
2003-05-28silence some warnings (Evgeny Kotsuba)Brian Paul4-12/+31
2003-05-28added MESA_VERSION() macro, etc (Holger Waechtler)Brian Paul1-0/+9
2003-05-28glBindProgramARB dispatches to glBindProgramNV (remove _mesa_BindProgramARB).Brian Paul4-410/+31
2003-05-27Version defines. include "version.h" in a few files.Brian Paul3-7/+48
2003-05-27check buffer->UseSoftware*Buffer in _mesa_free_framebuffer_data()Brian Paul1-18/+20
2003-05-26a couple casts (Evgeny Kotsuba)Brian Paul1-2/+2
2003-05-20move LoadYUVImage into readtex.cKeith Whitwell6-151/+94
2003-05-20Test programs for ycbcr extensionKeith Whitwell2-0/+523
2003-05-15autoconf/automake updated for newer versions (bug 734362)Brian Paul1-1/+0
2003-05-15added a couple castsBrian Paul1-2/+2