summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2010-01-25st/xorg: Fix crash on resize with libkmsJakob Bornecrantz
2010-01-25vega: fix incorrect samplers, textures indexes in blend_bind_samplers()Igor Oliveira
2010-01-25vmware/xorg: Do buffer round-robin logic differentlyJakob Bornecrantz
2010-01-25st/xorg: Improve options and print them to logJakob Bornecrantz
2010-01-25vmware/xorg: Export pci_probe function for ugly chain-loadingJakob Bornecrantz
2010-01-25st/xorg: Export helper function for detecting modesettingJakob Bornecrantz
2010-01-25st/xorg: Fix warningJakob Bornecrantz
2010-01-22gallium/util: fix incorrect shift in a4r4g4b4_put_tile_rgba()Brian Paul
2010-01-22xlib/softpipe: more buffer free fixesBrian Paul
2010-01-22gallium/draw: apply DRAW_PIPE_FLAG_MASK to all vertex elementsBrian Paul
2010-01-22gallium/draw: added comments, whitespace fixesBrian Paul
2010-01-22vmware/core: Update for pipebuffer changes.José Fonseca
2010-01-21i915g: Remove unnecessary header.Vinson Lee
2010-01-21pipebuffer: Remove unnecessary header.Vinson Lee
2010-01-21draw: Remove unnecessary headers.Vinson Lee
2010-01-21svga: Remove unused variable.Vinson Lee
2010-01-21vmware/core: Flush preemptively the FIFO commands to keep the GMR working set...José Fonseca
2010-01-21vmware/core: Put GMR pool size in a define.José Fonseca
2010-01-21vmw/wgl: Update for pipebuffer changes.José Fonseca
2010-01-21svga: Remove duplicate code.José Fonseca
2010-01-21svga: Remove unused code.José Fonseca
2010-01-21svga: Don't swap buffers to system memory -- winsys' responsibility.José Fonseca
2010-01-21pipebuffer: Release the lock during map wait. Cleanups.José Fonseca
2010-01-21pipebuffer: Swap buffers out to system memory when running out of memory.José Fonseca
2010-01-21svga: Avoid synchronization issues when doing SW TNL.José Fonseca
2010-01-21util: Set DISCARD & UNSYNCHRONIZED when uploading vertices sequentially.José Fonseca
2010-01-21util: Use pipe_buffer_write_nooverlap in blits / mipmap generation.José Fonseca
2010-01-21gallium: New inline to write buffers which avoids synchronization.José Fonseca
2010-01-21gallium: Set PIPE_BUFFER_USAGE_DISCARD flag in pipe_buffer_write.José Fonseca
2010-01-21gallium: Remove temporary hack for the absence of a discard flag.José Fonseca
2010-01-21svga: Follow buffer usage semantics properly.José Fonseca
2010-01-21st/xorg: Remove unnecessary headers.Vinson Lee
2010-01-21llvmpipe: Remove unnecessary headers.Vinson Lee
2010-01-21svga: Remove unnecessary headers.Vinson Lee
2010-01-20xlib/softpipe: fix buffer memory leakBrian Paul
2010-01-20st/xorg: Fic bug and close drm_api at proper placeJakob Bornecrantz
2010-01-20softpipe: Remove unnecessary headers.Vinson Lee
2010-01-19i915g: Remove unnecessary headers.Vinson Lee
2010-01-19svga: Do a more propper creation of textures from handlesJakob Bornecrantz
2010-01-19st/xorg: Don't leak BusID bufferJakob Bornecrantz
2010-01-19st/xorg: Pass kernel driver name to drmOpenJakob Bornecrantz
2010-01-19st/drm: Expose kernel driver nameJakob Bornecrantz
2010-01-19st/dri: update dri2 drawables when viewport is changedBen Skeggs
2010-01-19wgl: Check for PIPE_TEXTURE_USAGE_DISPLAY_TARGET support in exported color pi...José Fonseca
2010-01-19wgl: Don't export pure-stencil pixel formats.José Fonseca
2010-01-19softpipe: Fix vertex buffer memory leak.José Fonseca
2010-01-18softpipe: Skip depth testing for PIPE_S8_UNORM.José Fonseca
2010-01-18pipebuffer: Ensure buffer size/alignment is not zero.José Fonseca
2010-01-18svga: Ensure buffer size/alignment is not zero.José Fonseca
2010-01-18st/dri: Add comment for intentional fallthrough in case statement.Vinson Lee