summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2009-11-22svga: Fix memory leak in vmw_screen_ioctl.cVinson Lee
2009-11-22st/xorg: Prevent potential null pointer deference in xorg_xv.c.Vinson Lee
2009-11-22st/xorg: Reorder cases in switch statement.Vinson Lee
2009-11-20st/egl: Fix memory leak in egl_tracker.c.Vinson Lee
2009-11-20draw: Initialize variable in draw_pt.c.Vinson Lee
2009-11-20i915g: Add missing break statement in i915_debug.c.Vinson Lee
2009-11-20gallium/util: Initialize variables in u_pack_color.h.Vinson Lee
2009-11-18st/xorg: Flush any pending operations on uploadJakob Bornecrantz
2009-11-18st/xorg: Unbind any textures in solidJakob Bornecrantz
2009-11-20Fix vega compilation.Alan Hourihane
2009-11-20Fix memory leak.Alan Hourihane
2009-11-20st/xorg: Fix type of 'unknown'.Vinson Lee
2009-11-19st/xorg: Fix infinite loop in copy_packed_data.Vinson Lee
2009-11-19softpipe: whitespace/indentation fixesBrian Paul
2009-11-19softpipe: add missing check in softpipe_is_texture_referenced()Brian Paul
2009-11-19st/xorg: Replace compile-time acceleration switch with Option "2DAccel".Michel Dänzer
2009-11-19st/xorg: Miscellaneous XVideo fixes.Michel Dänzer
2009-11-19st/xorg: Try harder to ensure a shared texture has valid contents right away.Michel Dänzer
2009-11-19st/xorg: Don't complain about convolution filter being 'unknown'.Michel Dänzer
2009-11-19st/xorg: Remove superfluous flushes from the EXA WaitMarker hook.Michel Dänzer
2009-11-19st/xorg: Don't initialize non-existing fields.Michel Dänzer
2009-11-18st/xorg: Init all functions and fix spellingJakob Bornecrantz
2009-11-18st/xorg: Make the #if more easier to readJakob Bornecrantz
2009-11-18st/xorg: Use the correct DRI2BufferPtr struct on 1.6.4 serversJakob Bornecrantz
2009-11-17i915g: replace //-style commentsBrian Paul
2009-11-17gallium/util: replace //-style commentsBrian Paul
2009-11-17i915g: remove trailing commas in enum lists to silence warningsBrian Paul
2009-11-17svga: More -Werror removalJakob Bornecrantz
2009-11-17svga: Remove -Werror for now as GCC 4.4.x raises a bunch of warningsJakob Bornecrantz
2009-11-17nouveau: nv30: Check for NULL front (happens with DRI2)Patrice Mandin
2009-11-17nouveau: nv30: Add missing include to fix warningPatrice Mandin
2009-11-17svga: Build svga driverJakob Bornecrantz
2009-11-17svga: Add vmwgfx_drm.h file from vmwgfx kernel driverJakob Bornecrantz
2009-11-17svga: Add svga driverJakob Bornecrantz
2009-11-17st/xorg: Fix copy-pastoJakob Bornecrantz
2009-11-16st/xorg: Fix comp alpha code and deal with luminance masksJakob Bornecrantz
2009-11-16st/xorg: Incase of format missmatch swizzle channels and set alphaJakob Bornecrantz
2009-11-16st/xorg: Only reference new picture formats when they're defined.Michel Dänzer
2009-11-15st/egl: add some basic commentsBrian Paul
2009-11-15nv20: Fix build for the last nouveau_class.h changes.Francisco Jerez
2009-11-15nv10: Fix build for the last nouveau_class.h changes.Francisco Jerez
2009-11-13st/xorg: try to fix non-uniform transformsZack Rusin
2009-11-11st/xorg: use an immediate instead of a full blown constZack Rusin
2009-11-11st/xorg: don't use flow controlZack Rusin
2009-11-11st/xorg: implement repeatnone and make some code smell less like assZack Rusin
2009-11-11st/xorg: fallback until daddy can implement you properlyZack Rusin
2009-11-11r300, r300g: Add missing registers.Corbin Simpson
2009-11-11dri-st: Add some required GL 2.0 extensions.Corbin Simpson
2009-11-10st/xorg: Fallback if picture format doesn't match texture formatJakob Bornecrantz
2009-11-10st/xorg: Don't segfault when debug printingJakob Bornecrantz