summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2010-09-30gallium/softpipe: remove duplicated includeNicolas Kaiser
2010-09-30gallium/llvmpipe: remove duplicated includeNicolas Kaiser
2010-09-30gallium/i915: remove duplicated includeNicolas Kaiser
2010-09-30gallium/util: remove duplicated includeNicolas Kaiser
2010-09-30gallium/rtasm: remove duplicated includeNicolas Kaiser
2010-09-30st/egl: Skip single-buffered configs in EGL.Chia-I Wu
2010-09-30r300g: fix conditional rendering in non-wait pathMarek Olšák
2010-09-30r600g: return string for chip familyDave Airlie
2010-09-30r600g: clean up some code from move to new paths.Dave Airlie
2010-09-30r600g: add L8A8 unorm.Dave Airlie
2010-09-30r600g: port r300g fix for X* formats in texformat codeDave Airlie
2010-09-29gallivm: Use SSE4.1's ROUNDSS/ROUNDSD for scalar rounding.José Fonseca
2010-09-29python/retrace: Handle set_index_buffer and draw_vbo.José Fonseca
2010-09-29trace: Fix set_index_buffer and draw_vbo tracing.José Fonseca
2010-09-29r600g: Fix SCons build.Vinson Lee
2010-09-29r600g: more cleanupJerome Glisse
2010-09-29r600g: Update SConscript.Vinson Lee
2010-09-29r600g: Update SConscript.Vinson Lee
2010-09-29r600g: cleanupJerome Glisse
2010-09-29r600g: Update SConscript.Vinson Lee
2010-09-29r300g: add support for formats beginning with X, like X8R8G8B8Marek Olšák
2010-09-29r600g: delete old pathJerome Glisse
2010-09-29r600g: use a hash table instead of groupJerome Glisse
2010-09-29draw: pass sampler state down to llvm jit stateBrian Paul
2010-09-29llvmpipe: Decouple sampler view and sampler state updates.José Fonseca
2010-09-29Revert "r600g: add initial vertex translate support."Dave Airlie
2010-09-29r600g: remove old assert from new codepathDave Airlie
2010-09-29r600g: add initial vertex translate support.Dave Airlie
2010-09-29r600g: move radeon.h members around to add back map flushing.Dave Airlie
2010-09-29r600g: add evergreen texture border support to new pathDave Airlie
2010-09-29r600g: add back evergreen name.Dave Airlie
2010-09-28r600g: Cleaned up index buffer reference handling in the draw module.Tilman Sauerbeck
2010-09-28r600g: avoid rebuilding the vertex shader if no change to input formatJerome Glisse
2010-09-28r600g: suspend/resume occlusion query around clear/copyJerome Glisse
2010-09-28r600g: switch to new designJerome Glisse
2010-09-28r600g: fix remaining piglit issue in new designJerome Glisse
2010-09-28r600g: use ptr for blit depth uncompress functionJerome Glisse
2010-09-28nv50: fix GP state bind and validateChristoph Bumiller
2010-09-28r600g: on evergreen the centroid isn't set in this register.Dave Airlie
2010-09-28r600g: fix db flush breaking config stateDave Airlie
2010-09-28r300g: fix swizzling of texture border colorMarek Olšák
2010-09-28r300g: add support for 3D NPOT textures without mipmappingMarek Olšák
2010-09-28r300g: code cleanupsMarek Olšák
2010-09-28d3d1x: work around crash in widlLuca Barbieri
2010-09-27d3d11: fix reference counting so devices get freedLuca Barbieri
2010-09-27softpipe: fix swizzling of texture border colorBrian Paul
2010-09-27llvmpipe: fix swizzling of texture border colorBrian Paul
2010-09-27r600g: fix occlusion query after change to block structureJerome Glisse
2010-09-27softpipe: allocate tile data on demandBrian Paul
2010-09-27d3d1x: fix MapLuca Barbieri