summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-09-16i965: do a flush in clear, fix openarena render issue,Zou Nan hai1-0/+1
2009-09-16radeon: cleanup compile defines mess.Dave Airlie9-88/+67
2009-09-16radeon: oops remove debugging left on in previous patchDave Airlie1-2/+0
2009-09-16radeon: use txformat to decide to emit rect tex state.Dave Airlie1-4/+8
2009-09-15mesa: move generate mipmap callsBrian Paul10-177/+112
2009-09-15mesa: minor clean-upBrian Paul1-3/+3
2009-09-15mesa: remove last of gotosBrian Paul1-62/+62
2009-09-15mesa: more goto removalBrian Paul1-142/+129
2009-09-15mesa: remove some gotosBrian Paul1-105/+96
2009-09-15mesa: clean-up fbo debug codeBrian Paul1-16/+23
2009-09-15progs/demos: use non-default texobj in cubemap.cBrian Paul1-0/+5
2009-09-15progs/demos: create a texture object in lodbias.cBrian Paul1-0/+4
2009-09-15st/xorg: fixing copies and composite shadersZack Rusin3-11/+78
2009-09-15st/xorg: lots of fixesZack Rusin2-13/+32
2009-09-15docs: GL_ARB_provoking_vertexBrian Paul1-0/+1
2009-09-15mesa: added GL_ARB_provoking_vertex (same as EXT version)Brian Paul1-0/+1
2009-09-15radeon: don't build non-r600 span code on r600Alex Deucher1-1/+5
2009-09-15r600: minor span cleanupsAlex Deucher1-4/+3
2009-09-15docs: glUniform functions are now compiled into display listsBrian Paul1-0/+1
2009-09-15mesa: compile glUniformMatrix() functions into display listsBrian Paul1-0/+242
2009-09-15mesa: implement more glUniform display list functionsBrian Paul1-1/+365
2009-09-15docs: document glUseProgram display list fixBrian Paul1-0/+1
2009-09-15mesa: compile glUniform4f() into display listsBrian Paul1-0/+26
2009-09-15mesa: compile glUseProgram/glUseProgramObjectARB into display listsBrian Paul1-0/+28
2009-09-15Merge branch 'mesa_7_6_branch'Ian Romanick1-0/+28
2009-09-15Merge commit 'origin/mesa_7_5_branch' into mesa_7_6_branchIan Romanick1-0/+28
2009-09-15GLX: Complain when buggy applications call GLX 1.3 functions.Ian Romanick1-0/+28
2009-09-15st/xorg: Brian suggested that those could be mad'sZack Rusin1-4/+2
2009-09-15mesa: remove incorrect texture state checkBrian Paul1-6/+0
2009-09-15nv50: avoid excessive FIRE_RINGMaarten Maathuis1-2/+3
2009-09-15nv50: use flush_notify to reduce number of relocsMaarten Maathuis3-0/+10
2009-09-15st/xorg: Only unreference texture on pixmap destruction, don't destroy it.Michel Dänzer1-4/+1
2009-09-15st/xorg: Explicitly check whether the driver supports the pixmap formats.Michel Dänzer1-6/+13
2009-09-15st/xorg: Use A8 format for depth 8 pixmaps.Michel Dänzer1-0/+3
2009-09-15st/mesa: disable accidentally committed _mesa_print_program() callBrian Paul1-1/+1
2009-09-15Merge branch 'mesa_7_6_branch'Brian Paul14-10/+87
2009-09-15Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul7-4/+56
2009-09-15ARB prog parser: regenerated fileBrian Paul1-193/+197
2009-09-15ARB prog parser: more detailed error message for out of bounds ADDR offsetsBrian Paul1-4/+8
2009-09-15gl: restore some PFNGL typedefsBrian Paul1-0/+15
2009-09-15r600: support position_invariant programsAndre Maasikas1-12/+18
2009-09-15gallium: Use the enum for pipe_transfer::usage.José Fonseca1-1/+1
2009-09-15gallium: pipe_transfer_destroy helper inline.José Fonseca1-0/+7
2009-09-15nv50: fix stupid thinko in emit_setChristoph Bumiller1-1/+3
2009-09-15gallium: Fix pointer type casts.Michal Krol1-4/+4
2009-09-15nv50: let programs use the whole param bufferChristoph Bumiller2-43/+29
2009-09-15nv50: add preliminary support for point spritesChristoph Bumiller3-2/+58
2009-09-15nv50: add support for point size per vertexChristoph Bumiller2-0/+15
2009-09-15nv50: add support for light-twosideChristoph Bumiller2-0/+22
2009-09-15nv50: proper linkage between VP and FPChristoph Bumiller4-161/+298