summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-21r300: Fix handling of NV_vertex_program parametersNicolai Hähnle
2009-09-21Merge branch 'mesa_7_5_branch' into mesa_7_6_branchMichel Dänzer
2009-09-21intel: Fix crash in intel_flush().Michel Dänzer
2009-09-20radeon: Fix legacy bo not to reuse dma buffers before refcount is 1.Pauli Nieminen
2009-09-20r300/compiler: Fix trig instructions in R300 fpNicolai Hähnle
2009-09-20radeon: Fix typo in variable name.Pauli Nieminen
2009-09-20radeon: Improve WARN_ONCE macro to appear as single statement.Pauli Nieminen
2009-09-20radeon: Fix "verts" debugging enableNicolai Hähnle
2009-09-20Merge branch 'mesa_7_5_branch' into mesa_7_6_branchNicolai Hähnle
2009-09-20mesa/st: Create front renderbuffer on the fly when supplied with a surfaceNicolai Hähnle
2009-09-20mesa/st: Initialize format bits of framebuffer renderbuffersNicolai Hähnle
2009-09-20docs: Document new features in radeon/r200/r300 driversNicolai Hähnle
2009-09-20r300/compiler: Fix R300 fragment program regression introduced by 0723cd1...Nicolai Hähnle
2009-09-18[i965] add a missing header fileZou Nan hai
2009-09-18 [i965] use intel_batchbuffer_flush to flush the clearZou Nan hai
2009-09-16mesa: fix clip plane, fog issuesBrian Paul
2009-09-16glx: Use initstate_r / random_r instead of corrupting global random number stateIan Romanick
2009-09-16st/mesa: fix some incorrect branching/clean-up code in TexImage functionsBrian Paul
2009-09-16st/mesa: fix texture memory allocation bugBrian Paul
2009-09-16Merge branch 'mesa_7_5_branch' into mesa_7_6_branchIan Romanick
2009-09-16intel: Deassociated drawables from private context struct in intelUnbindContextIan Romanick
2009-09-16i965: do a flush in clear, fix openarena render issue,Zou Nan hai
2009-09-15docs: glUniform functions are now compiled into display listsBrian Paul
2009-09-15mesa: compile glUniformMatrix() functions into display listsBrian Paul
2009-09-15mesa: implement more glUniform display list functionsBrian Paul
2009-09-15docs: document glUseProgram display list fixBrian Paul
2009-09-15mesa: compile glUniform4f() into display listsBrian Paul
2009-09-15mesa: compile glUseProgram/glUseProgramObjectARB into display listsBrian Paul
2009-09-15Merge commit 'origin/mesa_7_5_branch' into mesa_7_6_branchIan Romanick
2009-09-15GLX: Complain when buggy applications call GLX 1.3 functions.Ian Romanick
2009-09-15Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul
2009-09-15gl: restore some PFNGL typedefsBrian Paul
2009-09-14progs/vp: print program and error info when program does not compileBrian Paul
2009-09-14glsl: added some link debug code (disabled)Brian Paul
2009-09-14docs: document linker/preprocessor bug fixBrian Paul
2009-09-14glsl: remove extra #version directives from concatenated shader sourcesBrian Paul
2009-09-14gallium: Add Mac OS to pipe/p_thread.h.Vinson Lee
2009-09-14configure: fix commentThierry Vignaud
2009-09-12Use CFLAGS as HOST_CFLAGS by defaultDan Nicholson
2009-09-11docs: mention the new Gallium llvmpipe driverBrian Paul
2009-09-11llvmpipe: asst fixes for 'make linux-llvmpipe'Brian Paul
2009-09-11mesa: raise GL_INVALID_ENUM not GL_INVALID_VALUE for glTexParamter errorsVinson Lee
2009-09-11radeon: Remove structure allocation from iterator variable.Pauli Nieminen
2009-09-10Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul
2009-09-10intel: disable intel_stencil_drawpixels() for nowBrian Paul
2009-09-10docs: document Gallium glDrawPixels(GL_STENCIL_INDEX) fixBrian Paul
2009-09-10softpipe: minor indentation fixBrian Paul
2009-09-10softpipe: set dirty_render_cache in softpipe_clear()Brian Paul
2009-09-10docs: initial 7.5.2 release notes pageBrian Paul
2009-09-10Fix merge failIan Romanick