summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2010-07-23r600g: Fix SCons build.Vinson Lee
2010-07-23gallium: Fix build with llvm installed in non-standard locationChristopher James Halse Rogers
2010-07-23r600g: fix dp2, dp3, dp4 tokensJerome Glisse
2010-07-23r600g: add RSQ token supportJerome Glisse
2010-07-23r600g: drop compiler stuff and switch over dumb tgsi assemblerJerome Glisse
2010-07-23draw: add small ybias factor for drawing wide pointsBrian Paul
2010-07-23softpipe: Check for NULL pointer in sp_destroy_tile_cache().Michal Krol
2010-07-23softpipe: Check for NULL pointer in sp_destroy_tex_tile_cache().Michal Krol
2010-07-23nv50: implement depth clampChristoph Bumiller
2010-07-23xorg/vmwgfx: Implement early mode pruning based on max fb size.Thomas Hellstrom
2010-07-23st/xorg: Init the Gallium3D / libkms resources in pre-init.Thomas Hellstrom
2010-07-23st/xorg: Kill a couple of compilation warningsThomas Hellstrom
2010-07-23st/xorg vmwgfx/xorg: Add a pre-init customizer callbackThomas Hellstrom
2010-07-23st/xorg: Add a possibility to prune modes and limit fb allocation size based ...Thomas Hellstrom
2010-07-22llvmpipe: Partially fix resource texture from_handleJakob Bornecrantz
2010-07-22llvmpipe: Don't align values already alignedJakob Bornecrantz
2010-07-22i915g: Rename winsys debug optionsJakob Bornecrantz
2010-07-22i915g: Allow wrapping with software pipesJakob Bornecrantz
2010-07-22i915g: Set total_nblocksy in from_handleJakob Bornecrantz
2010-07-22i915g: Add some debug prints in texture codeJakob Bornecrantz
2010-07-22i915g: Ifdef out debug code on non-debug buildsJakob Bornecrantz
2010-07-22tgsi: Fix error message on invalid swizzle parseJakob Bornecrantz
2010-07-22draw: re-order optimization passes depending on LLVM version, 32/64-bitBrian Paul
2010-07-22draw: added new assertions to clipping codeBrian Paul
2010-07-21softpipe: add missing support for PIPE_FORMAT_S8_USCALED surfacesBrian Paul
2010-07-21softpipe: fix sp_tile_cache_flush_clear() regressionBrian Paul
2010-07-21r600g: add support for all R6XX/R7XX asicJerome Glisse
2010-07-21r600g: add r600 compile mode to compiler.Dave Airlie
2010-07-21r600g: add family retrivalDave Airlie
2010-07-21llvmpipe: say no to depth clampMarek Olšák
2010-07-21r300g: implement depth clampMarek Olšák
2010-07-21r300g: cleanup clip state emissionMarek Olšák
2010-07-21draw: disable depth clipping if depth clamp is enabledMarek Olšák
2010-07-21cso: handle depth clampMarek Olšák
2010-07-21gallium: add depth clamp to the interfaceMarek Olšák
2010-07-21draw: tweak aa line width threshold and samplingBrian Paul
2010-07-21nouveau/nvfx: Add new PIPE_CAP valuesPatrice Mandin
2010-07-21gallivm: replace has_indirect_addressing field with indirect_files fieldBrian Paul
2010-07-21tgsi: added tgsi_shader_info::indirect_files fieldBrian Paul
2010-07-21gallivm: refactor code into get_indirect_offsets() functionBrian Paul
2010-07-21gallivm: added commentBrian Paul
2010-07-21gallivm: remove extraneous bracesBrian Paul
2010-07-21gallivm: no longer do indirect addressing in get_temp_ptr()Brian Paul
2010-07-21gallivm: implement correct indirect addressing of temp registersBrian Paul
2010-07-21gallivm: re-org, comments for get_temp_ptr()Brian Paul
2010-07-21draw: whitespace clean-upBrian Paul
2010-07-21gallium: remove pointless bitfield restrction in pipe_vertex_elementKeith Whitwell
2010-07-21gallivm: rename a var to avoid compiler warningsBrian Paul
2010-07-20gallivm: fix indirect addressing of constant bufferBrian Paul
2010-07-20gallivm: added lp_build_const_int32() helperBrian Paul