summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mesa_7_0_branch' into i915tex_branchi915tex_branchThomas Hellstrom2008-04-2532-35/+296
|\
| * enable GL_EXT_multi_draw_arrays (see bug 15670)Brian Paul2008-04-242-0/+4
| * added FreeBSD static configBrian Paul2008-04-231-0/+2
| * added freebsd-staticAnatolij Shkodin2008-04-232-0/+28
| * revertAlan Hourihane2008-04-221-1/+1
| * small cleanupsAlan Hourihane2008-04-223-7/+9
| * correct the return valueAlan Hourihane2008-04-221-1/+1
| * Fix error stringAlan Hourihane2008-04-221-1/+2
| * fix GL_ARB_texture_rectangle breakageBrian Paul2008-04-141-3/+3
| * fixed WIN32 compile problem in libGLUBrian Paul2008-04-141-0/+1
| * check for _WIN32 and __WIN32__Brian Paul2008-04-141-2/+2
| * add -Wl case (part of prev DragonFly patch)Brian Paul2008-04-141-0/+3
| * define #extension GL_ARB_texture_rectangleBrian Paul2008-04-141-0/+1
| * define #extension GL_ARB_texture_rectangleDavid Flynn2008-04-141-0/+4
| * r200: fix XPD vertex program instruction when using temps as inputsRoland Scheidegger2008-04-121-3/+13
| * New dragonfly configsHasso Tepper2008-04-094-0/+117
| * Revert "Hasso Tepper <hasso@estpak.ee>"Brian Paul2008-04-094-117/+0
| * Hasso Tepper <hasso@estpak.ee>Brian Paul2008-04-094-0/+117
| * add link to 7.0.4 relnotesBrian Paul2008-04-091-0/+1
| * initial 7.0.4 relnotesBrian Paul2008-04-091-0/+54
| * patches for DragonFly OSHasso Tepper2008-04-097-6/+17
| * added MD5 sums for 7.0.3Brian2008-04-041-0/+9
| * final prep/changes for 7.0.3 releasemesa_7_0_3Brian2008-04-044-6/+13
| * 7.0.3 release candidate 3mesa_7_0_3_rc3Brian2008-04-012-5/+5
| * Bug #13492: Only call ProgramStringNotify if program parsing succeeded.Eric Anholt2008-04-011-2/+2
| * fix mistakenly set ATIFragmentShader._Enabled bit (bug 15269)Roland Scheidegger2008-04-011-1/+1
| * added some missing calls to _mesa_enable_x_y_extensions()Brian2008-04-011-0/+5
| * fix ARB f/v program comment parsing bugBrian2008-03-311-0/+1
| * fix parsing bug involving comments at the end of ARB v/f programsMarkus Amsler2008-03-312-6/+6
| * i965: Apply -ve rhw to 965. Fix the regression introduced byXiang, Haihao2008-03-311-1/+1
* | Update to latest ws_dri code.Thomas Hellstrom2008-04-255-87/+187
* | Fix a zero cliprect problem.Thomas Hellstrom2008-03-301-4/+5
* | Fix an initialization bug.Thomas Hellstrom2008-03-302-15/+9
* | Properly handle non-exec cases.Thomas Hellstrom2008-03-301-0/+4
* | Add proper waiting for unmap / fencing.Thomas Hellstrom2008-03-307-31/+98
* | Replace the batchpool with a slab pool and use it also forThomas Hellstrom2008-03-3024-674/+1596
* | Merge branch 'mesa_7_0_branch' into i915tex_branchThomas Hellstrom2008-03-3017-140/+284
|\ \ | |/
| * fix texture/renderbuffer mix-up in test_attachment_completeness()Brian2008-03-281-1/+1
| * Fix build problemsAlan Hourihane2008-03-273-3/+4
| * updated glext.h to version 40Brian2008-03-251-1/+7
| * updated to version 40Brian2008-03-251-3/+14
| * add GL_READ_FRAMEBUFFER_BINDING_EXT case, regenerate get.c fileBrian2008-03-242-0/+17
| * fix wrong values for GL_READ/DRAW_FRAMEBUFFER_BINDING_EXT tokensBrian2008-03-241-2/+2
| * use ctx->Driver.DeleteProgram() in a few more placesBrian2008-03-222-4/+4
| * delete default programs with ctx->Driver.DeleteProgram()Brian2008-03-221-2/+2
| * Fix some PBO breakage.Brian2008-03-213-11/+8
| * fix IEEE_ONE definition for ICC compiler (bug 15134)Brian2008-03-191-3/+3
| * set outputs_safe to 0 as it's possible for the code generationAlan Hourihane2008-03-193-106/+205
| * only set InputsRead bit if input is really usedMarkus Amsler2008-03-171-2/+5
| * init tmpNode to zerosBrian2008-03-141-0/+1