summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2010-03-11gallivm: include tgsi_dump.h to silence warningBrian Paul
2010-03-11gallivm: move declarations to silence unused var warningsBrian Paul
2010-03-11gallium/util: use memset() to initialize vars to avoid warningsBrian Paul
2010-03-11svga: use memset() to initialize u to avoid warningsBrian Paul
2010-03-11gallivm: Use bitmasks for scalar masks.José Fonseca
2010-03-11gallivm: Handle scalar types in lp_build_*_type.José Fonseca
2010-03-11softpipe: Dummy fence functions.José Fonseca
2010-03-11st/dri: move extension initilization to st/mesa completelyMarek Olšák
2010-03-11Merge remote branch 'origin/7.8'Michel Dänzer
2010-03-11winsys/xlib: Fix memory leak.Vinson Lee
2010-03-10gallivm: overhaul of texture sampling codeBrian Paul
2010-03-10gallivm: handle scalar floats in lp_build_floor() and lp_build_iround()Brian Paul
2010-03-10gallivm: constant building for scalar zeroBrian Paul
2010-03-10gallivm: implement bilinear sampling with nearest mipmappingBrian Paul
2010-03-10gallivm: remove debug code. nearest minification works now.Brian Paul
2010-03-10llvmpipe: fix loop over mipmap levelsBrian Paul
2010-03-11st/xorg: Include cursorstr.hJakob Bornecrantz
2010-03-10gallivm: simplify conditional branchingJose Fonseca
2010-03-10gallivm: properly test the if condition and branch to the proper labelZack Rusin
2010-03-10gallivm: implement loopsZack Rusin
2010-03-10llvmpipe: Finally found a way to do vector comparisons without using intrinsics.José Fonseca
2010-03-10softpipe: fix memcpy params to avoid static analysis warningsBrian Paul
2010-03-10Merge branch '7.8'Michel Dänzer
2010-03-10st/xorg: Work around cursor reference counting bugs in older X servers.Michel Dänzer
2010-03-10cell: handle NULL cso vertex_elements state object on bindRoland Scheidegger
2010-03-10i915g: Prevent NULL dereference.Chia-I Wu
2010-03-10gallium: Do not mix winsys-drawable-handle and context-private.Chia-I Wu
2010-03-10svga: Disable debug message.Michal Krol
2010-03-10svga: Check if vertex elements has been bound before using it.Michal Krol
2010-03-10softpipe: Prevent NULL dereference.José Fonseca
2010-03-10python: Remove broken link hack.José Fonseca
2010-03-10python: More build fixes.José Fonseca
2010-03-10trace: Make tr_public.h c++ friendly.José Fonseca
2010-03-10target-helpers: remove swrast_xlib.c helperKeith Whitwell
2010-03-10ws/xlib: remove dead linesKeith Whitwell
2010-03-10scons: Fixup the libgl-gdi build.José Fonseca
2010-03-10python: Handle the possibility that no driver is selected.José Fonseca
2010-03-10gallium: remove trace module injection from various state trackersKeith Whitwell
2010-03-10ws/gdi: add includeKeith Whitwell
2010-03-10target-helpers: helper for injecting common debug layersKeith Whitwell
2010-03-10python: Fix up state tracker for sw api.José Fonseca
2010-03-10Revert "r300-gallium: Skeleton for integrating into the python statetracker."José Fonseca
2010-03-10st/wgl: add missing paramterKeith Whitwell
2010-03-10trace: include tr_public.hKeith Whitwell
2010-03-10gallium: plumb winsys-drawable-handle through to state trackerKeith Whitwell
2010-03-10Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell
2010-03-10llvmpipe: Cope with null Vertex element cso.José Fonseca
2010-03-10nouveau: translate PIPE_BUFFER_USAGE_UNSYNCHRONIZEDBen Skeggs
2010-03-10nv50: inline nv50_state_flush_notify()Ben Skeggs
2010-03-10nv50: remove nv50_context.state.instbufBen Skeggs