summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-11-30mesa: set version string to 7.7-rc1mesa_7_7_rc1Ian Romanick1-1/+1
2009-11-30Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick15-416/+103
2009-11-30i915: Actually put i915PointParameterfv in the driver function table. Duh.Ian Romanick1-0/+1
2009-11-29mesa: Fix array out-of-bounds access by _mesa_TexParameterf.Vinson Lee1-2/+7
2009-11-29i915: Fallback bit define missed on previous commitIan Romanick1-0/+1
2009-11-29i915: Round point sizes instead of truncate.Ian Romanick1-1/+1
2009-11-29i915: Enable point sprite coordinate generationIan Romanick1-0/+29
2009-11-29mesa: Fix array out-of-bounds access by _mesa_TexParameterf.Vinson Lee1-2/+4
2009-11-29radeon: update miptree code a littleMaciej Cencora3-55/+61
2009-11-29radeon: don't check the same miptree many times when looking for matching mip...Maciej Cencora1-3/+3
2009-11-29radeon: add some debugging infoMaciej Cencora2-0/+25
2009-11-29mesa: Fix array out-of-bounds access by _mesa_TexGenf.Vinson Lee1-1/+4
2009-11-28mesa: Fix array out-of-bounds access by _mesa_TexGeni.Vinson Lee1-1/+4
2009-11-28dri: Fix potential null pointer dereference in driBindContext.Vinson Lee1-1/+2
2009-11-28mesa: Fix array out-of-bounds access in _mesa_TexEnvf.Vinson Lee1-1/+4
2009-11-28radeon: need to flush cs when moving images between mipmap treesMaciej Cencora1-0/+4
2009-11-27scons: Promote pointer arithmetic to error.José Fonseca1-1/+1
2009-11-27configs: Warn about pointer arithmetic.José Fonseca1-4/+4
2009-11-27mesa: Avoid void pointer arithmetic.José Fonseca1-1/+2
2009-11-27st/xorg: proper fix for compositing after rounding upKeith Whitwell6-21/+65
2009-11-27rbug: Mention where the GUI can be found.José Fonseca1-0/+4
2009-11-27svga: Re-add shader dumping.José Fonseca1-0/+14
2009-11-27Revert "st/xorg: fix composite after texture size changes"Keith Whitwell2-38/+10
2009-11-27st/xorg: fix composite after texture size changesKeith Whitwell2-10/+38
2009-11-27wgl: Fix copy'n'paste typo in comment.José Fonseca1-1/+1
2009-11-27svga: Handle comment tokens when dumping.José Fonseca2-1/+12
2009-11-27svga: Use consistent names for public symbol names of shader dumping facilities.José Fonseca5-12/+12
2009-11-27svga: Use consistent file names for dumping facilities.José Fonseca10-11/+11
2009-11-27st/xorg: speculatively round textures up to nearest POTKeith Whitwell1-0/+18
2009-11-27st/xorg: free last fenceKeith Whitwell1-0/+4
2009-11-27svga: flush our command buffer after the 8th distinct render targetKeith Whitwell3-1/+11
2009-11-27svga: add DEBUG_CACHE optionKeith Whitwell8-9/+53
2009-11-26svga: Prevent potential null pointer dereference in vmw_surface.c.Vinson Lee1-3/+5
2009-11-25Improve implementation of GL_POINT_SPRITE_COORD_ORIGIN errorsIan Romanick1-1/+6
2009-11-25radeon: fix context destroy needing lock for flushing.Dave Airlie1-5/+4
2009-11-25vmware/xorg: Remove gem includeJakob Bornecrantz1-1/+0
2009-11-26st/xorg: Use pipe clear hook for solid fills of whole pixmaps.Michel Dänzer1-0/+6
2009-11-26svga: hash the whole key, not just the first four bytesKeith Whitwell1-3/+3
2009-11-26st/xorg: Make sure DRI2 blits use GPU copy contents even for software fallback.Michel Dänzer1-11/+19
2009-11-26st/xorg: fix refcounting bugs introduced in earlier commitKeith Whitwell2-0/+5
2009-11-26st/xorg: formattingKeith Whitwell1-9/+9
2009-11-26st/xorg: remove debugging flushKeith Whitwell1-1/+0
2009-11-26svga: Remove spurious argument to SVGA_DBG.José Fonseca1-1/+1
2009-11-26st/xorg: render throttling in block handlerKeith Whitwell3-7/+22
2009-11-26st/xorg: split copy operation into prepare/copy/done phasesKeith Whitwell5-128/+102
2009-11-26st/xorg: don't set up constant buffer for non-xv fragment shadersKeith Whitwell2-30/+0
2009-11-26st/xorg: split up shared Done callKeith Whitwell3-53/+99
2009-11-26st/xorg: set up rasterizer state in initKeith Whitwell3-17/+8
2009-11-26st/xorg: remove redundant clipping codeKeith Whitwell1-120/+0
2009-11-26st/xorg: don't bother with cso save and restore in copy funcKeith Whitwell1-19/+0