summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-12-02mesa: Fix bad conversion in AL1616_REV texstore.Eric Anholt
2009-12-02mesa: Fix copy'n'paste problem in al1616 texel fetch.Eric Anholt
2009-12-01vmware/xorg: Add video supportJakob Bornecrantz
2009-12-01vmware/xorg: Create a small driver that sits ontop of st/xorgJakob Bornecrantz
2009-12-01st/xorg: Create winsys hooks that we call intoJakob Bornecrantz
2009-12-01vmware/core: Update vmwgfx_drm.h to latest versionJakob Bornecrantz
2009-12-01svga: Add header files for overlay supportJakob Bornecrantz
2009-12-02intel: Fix more front-buffer rendering after Brian's less flushing patch.Eric Anholt
2009-12-02wgl: Call st_swapbuffers instead of st_notify_swapbuffers.José Fonseca
2009-12-02Revert "radeon/r300: no need to flush the cmdbuf when changing scissors state...Dave Airlie
2009-12-01vbo: make flush recursion check code per-contextBrian Paul
2009-12-01st/mesa: updated emit_swz() commentBrian Paul
2009-11-30mesa: set version string to 7.7-rc1Ian Romanick
2009-11-30Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick
2009-11-30i915: Actually put i915PointParameterfv in the driver function table. Duh.Ian Romanick
2009-11-29mesa: Fix array out-of-bounds access by _mesa_TexParameterf.Vinson Lee
2009-11-29i915: Fallback bit define missed on previous commitIan Romanick
2009-11-29i915: Round point sizes instead of truncate.Ian Romanick
2009-11-29i915: Enable point sprite coordinate generationIan Romanick
2009-11-29mesa: Fix array out-of-bounds access by _mesa_TexParameterf.Vinson Lee
2009-11-29radeon: update miptree code a littleMaciej Cencora
2009-11-29radeon: don't check the same miptree many times when looking for matching mip...Maciej Cencora
2009-11-29radeon: add some debugging infoMaciej Cencora
2009-11-29mesa: Fix array out-of-bounds access by _mesa_TexGenf.Vinson Lee
2009-11-28mesa: Fix array out-of-bounds access by _mesa_TexGeni.Vinson Lee
2009-11-28dri: Fix potential null pointer dereference in driBindContext.Vinson Lee
2009-11-28mesa: Fix array out-of-bounds access in _mesa_TexEnvf.Vinson Lee
2009-11-28radeon: need to flush cs when moving images between mipmap treesMaciej Cencora
2009-11-27mesa: Avoid void pointer arithmetic.José Fonseca
2009-11-27st/xorg: proper fix for compositing after rounding upKeith Whitwell
2009-11-27rbug: Mention where the GUI can be found.José Fonseca
2009-11-27svga: Re-add shader dumping.José Fonseca
2009-11-27Revert "st/xorg: fix composite after texture size changes"Keith Whitwell
2009-11-27st/xorg: fix composite after texture size changesKeith Whitwell
2009-11-27wgl: Fix copy'n'paste typo in comment.José Fonseca
2009-11-27svga: Handle comment tokens when dumping.José Fonseca
2009-11-27svga: Use consistent names for public symbol names of shader dumping facilities.José Fonseca
2009-11-27svga: Use consistent file names for dumping facilities.José Fonseca
2009-11-27st/xorg: speculatively round textures up to nearest POTKeith Whitwell
2009-11-27st/xorg: free last fenceKeith Whitwell
2009-11-27svga: flush our command buffer after the 8th distinct render targetKeith Whitwell
2009-11-27svga: add DEBUG_CACHE optionKeith Whitwell
2009-11-26svga: Prevent potential null pointer dereference in vmw_surface.c.Vinson Lee
2009-11-25Improve implementation of GL_POINT_SPRITE_COORD_ORIGIN errorsIan Romanick
2009-11-25radeon: fix context destroy needing lock for flushing.Dave Airlie
2009-11-25vmware/xorg: Remove gem includeJakob Bornecrantz
2009-11-26st/xorg: Use pipe clear hook for solid fills of whole pixmaps.Michel Dänzer
2009-11-26svga: hash the whole key, not just the first four bytesKeith Whitwell
2009-11-26st/xorg: Make sure DRI2 blits use GPU copy contents even for software fallback.Michel Dänzer
2009-11-26st/xorg: fix refcounting bugs introduced in earlier commitKeith Whitwell