summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-04-25Merge branch 'mesa_7_0_branch' into i915tex_branchi915tex_branchThomas Hellstrom32-35/+296
2008-04-25Update to latest ws_dri code.Thomas Hellstrom5-87/+187
2008-04-24enable GL_EXT_multi_draw_arrays (see bug 15670)Brian Paul2-0/+4
2008-04-23added FreeBSD static configBrian Paul1-0/+2
2008-04-23added freebsd-staticAnatolij Shkodin2-0/+28
2008-04-22revertAlan Hourihane1-1/+1
2008-04-22small cleanupsAlan Hourihane3-7/+9
2008-04-22correct the return valueAlan Hourihane1-1/+1
2008-04-22Fix error stringAlan Hourihane1-1/+2
2008-04-14fix GL_ARB_texture_rectangle breakageBrian Paul1-3/+3
2008-04-14fixed WIN32 compile problem in libGLUBrian Paul1-0/+1
2008-04-14check for _WIN32 and __WIN32__Brian Paul1-2/+2
2008-04-14add -Wl case (part of prev DragonFly patch)Brian Paul1-0/+3
2008-04-14define #extension GL_ARB_texture_rectangleBrian Paul1-0/+1
2008-04-14define #extension GL_ARB_texture_rectangleDavid Flynn1-0/+4
2008-04-12r200: fix XPD vertex program instruction when using temps as inputsRoland Scheidegger1-3/+13
2008-04-09New dragonfly configsHasso Tepper4-0/+117
2008-04-09Revert "Hasso Tepper <hasso@estpak.ee>"Brian Paul4-117/+0
2008-04-09Hasso Tepper <hasso@estpak.ee>Brian Paul4-0/+117
2008-04-09add link to 7.0.4 relnotesBrian Paul1-0/+1
2008-04-09initial 7.0.4 relnotesBrian Paul1-0/+54
2008-04-09patches for DragonFly OSHasso Tepper7-6/+17
2008-04-04added MD5 sums for 7.0.3Brian1-0/+9
2008-04-04final prep/changes for 7.0.3 releasemesa_7_0_3Brian4-6/+13
2008-04-017.0.3 release candidate 3mesa_7_0_3_rc3Brian2-5/+5
2008-04-01Bug #13492: Only call ProgramStringNotify if program parsing succeeded.Eric Anholt1-2/+2
2008-04-01fix mistakenly set ATIFragmentShader._Enabled bit (bug 15269)Roland Scheidegger1-1/+1
2008-04-01added some missing calls to _mesa_enable_x_y_extensions()Brian1-0/+5
2008-03-31fix ARB f/v program comment parsing bugBrian1-0/+1
2008-03-31fix parsing bug involving comments at the end of ARB v/f programsMarkus Amsler2-6/+6
2008-03-31i965: Apply -ve rhw to 965. Fix the regression introduced byXiang, Haihao1-1/+1
2008-03-30Fix a zero cliprect problem.Thomas Hellstrom1-4/+5
2008-03-30Fix an initialization bug.Thomas Hellstrom2-15/+9
2008-03-30Properly handle non-exec cases.Thomas Hellstrom1-0/+4
2008-03-30Add proper waiting for unmap / fencing.Thomas Hellstrom7-31/+98
2008-03-30Replace the batchpool with a slab pool and use it also forThomas Hellstrom24-674/+1596
2008-03-30Merge branch 'mesa_7_0_branch' into i915tex_branchThomas Hellstrom17-140/+284
2008-03-28fix texture/renderbuffer mix-up in test_attachment_completeness()Brian1-1/+1
2008-03-27Fix build problemsAlan Hourihane3-3/+4
2008-03-25updated glext.h to version 40Brian1-1/+7
2008-03-25updated to version 40Brian1-3/+14
2008-03-24add GL_READ_FRAMEBUFFER_BINDING_EXT case, regenerate get.c fileBrian2-0/+17
2008-03-24fix wrong values for GL_READ/DRAW_FRAMEBUFFER_BINDING_EXT tokensBrian1-2/+2
2008-03-22use ctx->Driver.DeleteProgram() in a few more placesBrian2-4/+4
2008-03-22delete default programs with ctx->Driver.DeleteProgram()Brian1-2/+2
2008-03-21Fix some PBO breakage.Brian3-11/+8
2008-03-19fix IEEE_ONE definition for ICC compiler (bug 15134)Brian1-3/+3
2008-03-19set outputs_safe to 0 as it's possible for the code generationAlan Hourihane3-106/+205
2008-03-17only set InputsRead bit if input is really usedMarkus Amsler1-2/+5
2008-03-14init tmpNode to zerosBrian1-0/+1