summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)Author
2010-01-24r300g: fix flushing harder.Dave Airlie
2010-01-23r300: fix wrong call in last commitDave Airlie
2010-01-23r300g: fix up buffer emission ordering.Dave Airlie
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-21i915g: Remove unnecessary header.Vinson Lee
2010-01-21llvmpipe: use some local vars to index step arraysBrian Paul
2010-01-21llvmpipe: s/inline/INLINE/Brian Paul
2010-01-21llvmpipe: consolidate lp_scene_alloc_aligned() callsBrian Paul
2010-01-21llvmpipe: re-use a1 var in linear_coef()Brian Paul
2010-01-21svga: Remove unused variable.Vinson Lee
2010-01-21llvmpipe: area is an int here, not floatBrian Paul
2010-01-21llvmpipe: manually unroll the inputs.step[] setup codeBrian Paul
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-21svga: Avoid synchronization issues when doing SW TNL.José Fonseca
2010-01-21svga: Follow buffer usage semantics properly.José Fonseca
2010-01-21llvmpipe: added simple perf/statistics counting facilityBrian Paul
2010-01-21llvmpipe: Remove unnecessary headers.Vinson Lee
2010-01-21svga: Remove unnecessary headers.Vinson Lee
2010-01-21softpipe: added region assertions in softpipe_get_tex_transfer()Brian Paul
2010-01-20gallium/i965: Make brw_batchbuffer prototypes match in source & headerAlan Coopersmith
2010-01-20llvmpipe: optimize tile writing codeBrian Paul
2010-01-20llvmpipe: remove tile clipping codeBrian Paul
2010-01-20llvmpipe: align display target size to multiple of tile sizeBrian Paul
2010-01-20llvmpipe: put TILE_SIZE #define in its own headerBrian Paul
2010-01-20llvmpipe: add makefile rule for generating .s filesBrian Paul
2010-01-20llvmpipe: updated commentBrian Paul
2010-01-20llvmpipe: adapt to per-rendertarget blend changesRoland Scheidegger
2010-01-20softpipe: Remove unnecessary headers.Vinson Lee
2010-01-19i915g: Remove unnecessary headers.Vinson Lee
2010-01-19r300g: Move GB_AA_CONFIG to its eventual new home.Corbin Simpson
2010-01-19r300g: Make invariant state into an atom.Corbin Simpson
2010-01-19llvmpipe: asst. task-related clean-upsBrian Paul
2010-01-19svga: Do a more propper creation of textures from handlesJakob Bornecrantz
2010-01-19llvmpipe: fix-up commentBrian Paul
2010-01-19softpipe: remove redundant assignmentsBrian Paul
2010-01-19llvmpipe: re-order file list, fix indentationBrian Paul
2010-01-19llvmpipe: remove unneeded DEBUG checks, use step varBrian Paul
2010-01-19llvmpipe: updated commentsBrian Paul
2010-01-19st/drm: Expose kernel driver nameJakob Bornecrantz
2010-01-19softpipe: Fix vertex buffer memory leak.José Fonseca
2010-01-18softpipe: Skip depth testing for PIPE_S8_UNORM.José Fonseca
2010-01-18svga: Ensure buffer size/alignment is not zero.José Fonseca
2010-01-18llvmpipe: tweak a commentBrian Paul
2010-01-18nv50: fix constant vtxattr methodsChristoph Bumiller
2010-01-18llvmpipe: added show_tiles and show_subtiles debug optionsBrian Paul
2010-01-18nv50: make instanced drawing work with edge flagsChristoph Bumiller
2010-01-18nv50: cannot exit shaders on a control flow instructionChristoph Bumiller
2010-01-18nv50: fix nv50_program->immd memory leakMarcin Slusarz