| Commit message (Expand) | Author | Age | Files | Lines |
* | r600g: cleanup resource buffer/texture mess | Jerome Glisse | 2010-07-28 | 10 | -259/+217 |
* | r600g: add lrp instruction support | Jerome Glisse | 2010-07-28 | 1 | -3/+80 |
* | r600g: actualy fix the literal emission | Jerome Glisse | 2010-07-28 | 1 | -3/+3 |
* | gallium/docs: Fix VMware spelling. | Vinson Lee | 2010-07-28 | 1 | -2/+2 |
* | draw: Fix VMware spelling. | Vinson Lee | 2010-07-28 | 3 | -3/+3 |
* | r600g: fix up segfault with variation between views and count. | Dave Airlie | 2010-07-28 | 1 | -4/+18 |
* | gallium/docs: Fix VMware spelling. | Corbin Simpson | 2010-07-27 | 1 | -2/+2 |
* | r600g: use gallium util for float->ui conversion | Dave Airlie | 2010-07-28 | 2 | -19/+6 |
* | scons: Fix sunos5 build. | Vinson Lee | 2010-07-27 | 2 | -0/+6 |
* | r600g: texture support | Jerome Glisse | 2010-07-27 | 7 | -9/+610 |
* | llvmpipe: pass face+slice to llvmpipe_unswizzle_cbuf_tile() | Brian Paul | 2010-07-27 | 1 | -2/+3 |
* | r600g: Move declaration before code. | Vinson Lee | 2010-07-27 | 1 | -2/+5 |
* | swrastg: Add SWRAST_NO_PRESENT option to not send updates to X server | Jakob Bornecrantz | 2010-07-27 | 1 | -1/+9 |
* | r600g: always emit literal after emiting an alu instruction | Jerome Glisse | 2010-07-27 | 1 | -29/+32 |
* | llvmpipe: Use lp_build_select_bitwise() where appropriate. | José Fonseca | 2010-07-27 | 1 | -11/+11 |
* | gallivm: Add lp_build_select_bitwise() alternative to lp_build_select_bitwise | José Fonseca | 2010-07-27 | 2 | -22/+50 |
* | cell: comment-out unused fields, functions | Brian Paul | 2010-07-26 | 1 | -2/+4 |
* | cell: make functions static | Brian Paul | 2010-07-26 | 1 | -3/+3 |
* | cell: fix segfault when freeing samplers | Brian Paul | 2010-07-26 | 1 | -1/+1 |
* | cell: comment-out unneeded padding field | Brian Paul | 2010-07-26 | 1 | -1/+1 |
* | cell: added const qualifier | Brian Paul | 2010-07-26 | 1 | -1/+1 |
* | util: fix unused function warning on non-x86 | Brian Paul | 2010-07-26 | 1 | -0/+3 |
* | st/egl: Fix debug line | nobled | 2010-07-26 | 1 | -1/+1 |
* | util: fix CPU detection on OS X | nobled | 2010-07-26 | 1 | -6/+6 |
* | st/xorg: fix use-after-free | nobled | 2010-07-26 | 1 | -1/+1 |
* | i965g: Enable llvm in dri driver if built | Jakob Bornecrantz | 2010-07-26 | 1 | -3/+8 |
* | i915g: Fix llvm build | nobled | 2010-07-26 | 1 | -1/+1 |
* | r600g: implememt the LIT instruction | Stephan Schmid | 2010-07-26 | 1 | -1/+119 |
* | util: fix another mutex leak in mempool | Marek Olšák | 2010-07-26 | 1 | -2/+1 |
* | util: fix mutex leaks in mempool | Marek Olšák | 2010-07-26 | 1 | -1/+2 |
* | r300g: fix macro substitution problem | Dave Airlie | 2010-07-26 | 1 | -2/+2 |
* | r300g: implement D24X8 texture sampling for r3xx-r4xx | Marek Olšák | 2010-07-25 | 5 | -22/+34 |
* | r300g: make sure a texture is large enough for the CBZB clear | Marek Olšák | 2010-07-25 | 1 | -52/+49 |
* | r300g: do not use TXPITCH_EN if the width is POT and the height is NPOT | Marek Olšák | 2010-07-25 | 6 | -11/+15 |
* | r300g: do not use TXPITCH_EN for power-of-two textures from the DDX | Marek Olšák | 2010-07-25 | 1 | -6/+14 |
* | r300g: cleanup texture creation code | Marek Olšák | 2010-07-25 | 13 | -543/+733 |
* | r300g: reject resources from handles which are not large enough | Marek Olšák | 2010-07-25 | 5 | -11/+34 |
* | r300g: cleanup texture debug logging | Marek Olšák | 2010-07-25 | 3 | -18/+25 |
* | r300g: do not align texture height to 2^n for 1D and 2D non-mipmapped textures | Marek Olšák | 2010-07-25 | 1 | -1/+5 |
* | nvfx: Move declaration before code. | Vinson Lee | 2010-07-24 | 1 | -2/+3 |
* | util: Add PIPE_OS_CYGWIN to u_network. | Vinson Lee | 2010-07-23 | 1 | -1/+1 |
* | r600g: first pass at texture support | Jerome Glisse | 2010-07-23 | 6 | -14/+152 |
* | r600g: Fix SCons build. | Vinson Lee | 2010-07-23 | 1 | -5/+2 |
* | gallium: Fix build with llvm installed in non-standard location | Christopher James Halse Rogers | 2010-07-23 | 2 | -1/+5 |
* | r600g: fix dp2, dp3, dp4 tokens | Jerome Glisse | 2010-07-23 | 1 | -23/+64 |
* | r600g: add RSQ token support | Jerome Glisse | 2010-07-23 | 1 | -2/+28 |
* | r600g: drop compiler stuff and switch over dumb tgsi assembler | Jerome Glisse | 2010-07-23 | 16 | -3323/+1277 |
* | draw: add small ybias factor for drawing wide points | Brian Paul | 2010-07-23 | 1 | -0/+1 |
* | softpipe: Check for NULL pointer in sp_destroy_tile_cache(). | Michal Krol | 2010-07-23 | 1 | -8/+10 |
* | softpipe: Check for NULL pointer in sp_destroy_tex_tile_cache(). | Michal Krol | 2010-07-23 | 1 | -11/+13 |