summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2010-08-13scons: Build the new glsl2 code.José Fonseca
2010-08-12gallium: Link DRI drivers with g++ and test with CXXJakob Bornecrantz
2010-07-26st/egl: Fix debug linenobled
2010-07-26util: fix CPU detection on OS Xnobled
2010-07-26st/xorg: fix use-after-freenobled
2010-07-26i965g: Enable llvm in dri driver if builtJakob Bornecrantz
2010-07-26i915g: Fix llvm buildnobled
2010-07-26r600g: implememt the LIT instructionStephan Schmid
2010-07-26util: fix another mutex leak in mempoolMarek Olšák
2010-07-26util: fix mutex leaks in mempoolMarek Olšák
2010-07-26r300g: fix macro substitution problemDave Airlie
2010-07-25r300g: implement D24X8 texture sampling for r3xx-r4xxMarek Olšák
2010-07-25r300g: make sure a texture is large enough for the CBZB clearMarek Olšák
2010-07-25r300g: do not use TXPITCH_EN if the width is POT and the height is NPOTMarek Olšák
2010-07-25r300g: do not use TXPITCH_EN for power-of-two textures from the DDXMarek Olšák
2010-07-25r300g: cleanup texture creation codeMarek Olšák
2010-07-25r300g: reject resources from handles which are not large enoughMarek Olšák
2010-07-25r300g: cleanup texture debug loggingMarek Olšák
2010-07-25r300g: do not align texture height to 2^n for 1D and 2D non-mipmapped texturesMarek Olšák
2010-07-24nvfx: Move declaration before code.Vinson Lee
2010-07-23util: Add PIPE_OS_CYGWIN to u_network.Vinson Lee
2010-07-23r600g: first pass at texture supportJerome Glisse
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