summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-09-22Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul
2009-09-22glx: include string.h to silence missing memset() prototype warningBrian Paul
2009-09-22mesa: fix error message textBrian Paul
2009-09-22r300: Fix crash reported in bug #24066Nicolai Hähnle
2009-09-21GLX: Warn only once about applications calling GLX 1.3 functionsTormod Volden
2009-09-21Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul
2009-09-21mesa: refine the error checking vbo_exec_DrawRangeElements()Brian Paul
2009-09-21mesa: make max_buffer_index() a non-static functionBrian Paul
2009-09-21radeon: update buffer map/unmap code for changes introduced in 92033a9516942d...Maciej Cencora
2009-09-21mesa: add some debug info to teximage.cMaciej Cencora
2009-09-21r300: fix a typoMaciej Cencora
2009-09-21intel: Mark the FBO as incomplete if there's no intel_renderbuffer for it.Eric Anholt
2009-09-21softpipe: Fix cube face selection.Brian Paul
2009-09-21swrast: fix cube face selectionBrian Paul
2009-09-21r300: Zero-initialize register for NV_vertex_programNicolai Hähnle
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-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-15mesa: compile glUniformMatrix() functions into display listsBrian Paul
2009-09-15mesa: implement more glUniform display list functionsBrian 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-14glsl: added some link debug code (disabled)Brian 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-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