| Commit message (Expand) | Author | Age | Files | Lines |
* | r3OOg: support rendering of more than 65535 vertices per draw call (almost) | Marek Olšák | 2010-02-22 | 2 | -29/+83 |
* | i965g: Fix memory leak. | Vinson Lee | 2010-02-21 | 1 | -1/+2 |
* | r300g: Remove unnecessary header. | Vinson Lee | 2010-02-21 | 1 | -1/+0 |
* | r300g: precompute framebuffer register values | Marek Olšák | 2010-02-21 | 6 | -220/+250 |
* | r300g: add all missing colorbuffer formats | Marek Olšák | 2010-02-21 | 2 | -83/+165 |
* | r300g: make r300_translate_texformat private | Marek Olšák | 2010-02-21 | 3 | -235/+246 |
* | r300g: re-enable SRGB formats | Marek Olšák | 2010-02-21 | 1 | -1/+2 |
* | i965g: Remove dead code. | Vinson Lee | 2010-02-21 | 1 | -2/+0 |
* | i965g: Fix assertions that were always true. | Vinson Lee | 2010-02-21 | 1 | -4/+10 |
* | i965g: Fix use of out-of-scope variable. | Vinson Lee | 2010-02-21 | 1 | -8/+7 |
* | r300g: fix rendering into the L8 and A8 texture formats | Marek Olšák | 2010-02-19 | 1 | -2/+2 |
* | Replace the _mesa_*printf() wrappers with the plain libc versions | Kristian Høgsberg | 2010-02-19 | 1 | -1/+1 |
* | Revert "r300g: remove L8_UNORM from colorbuffer formats" | Corbin Simpson | 2010-02-19 | 1 | -0/+1 |
* | r300g: remove L8_UNORM from colorbuffer formats | Marek Olšák | 2010-02-19 | 1 | -1/+0 |
* | softpipe: fix depth testing problems | Brian Paul | 2010-02-18 | 1 | -36/+53 |
* | softpipe: comments and whitespace fixes | Brian Paul | 2010-02-18 | 1 | -7/+8 |
* | softpipe: const qualifiers, comments | Brian Paul | 2010-02-18 | 1 | -3/+3 |
* | identity: Propagate api->name and api->driver_name up | Jakob Bornecrantz | 2010-02-18 | 1 | -0/+2 |
* | trace: Propagate api->name up | Jakob Bornecrantz | 2010-02-18 | 1 | -0/+1 |
* | svga: Silence uninitialized variable warnings. | Vinson Lee | 2010-02-17 | 1 | -0/+6 |
* | r300g: add support for all missing non-FP sampler formats | Marek Olšák | 2010-02-18 | 3 | -124/+234 |
* | llvmpipe: use ffs technique for full tiles also | Keith Whitwell | 2010-02-17 | 1 | -45/+70 |
* | llvmpipe: rework do_block_16 to use bitmasks and ffs | Keith Whitwell | 2010-02-17 | 1 | -27/+41 |
* | nv40: Fix incorrect so_new() numbering. | Francisco Jerez | 2010-02-16 | 1 | -1/+1 |
* | nv40: Implement PIPE_CAP_MAX_COMBINED_SAMPLERS. | Francisco Jerez | 2010-02-16 | 1 | -0/+2 |
* | nv50: use hw idx buffers where we can | Ben Skeggs | 2010-02-16 | 2 | -8/+27 |
* | nouveau: fix for latest libdrm | Ben Skeggs | 2010-02-16 | 1 | -5/+1 |
* | r300g: fix the size of constant buffers | Marek Olšák | 2010-02-15 | 3 | -2/+34 |
* | trace: Dump blend state as a binary blob. | José Fonseca | 2010-02-15 | 1 | -37/+1 |
* | trace: Fix constant buffer unwrapping. | José Fonseca | 2010-02-15 | 1 | -9/+4 |
* | trace: No need to dump reference counts. | José Fonseca | 2010-02-14 | 1 | -13/+0 |
* | trace: Update for os_stream changes. | José Fonseca | 2010-02-14 | 1 | -1/+1 |
* | llvmpipe: Silence unused value warning. | Vinson Lee | 2010-02-14 | 1 | -0/+1 |
* | svga: Silence uninitialized variable warning. | Vinson Lee | 2010-02-14 | 1 | -0/+1 |
* | r300: add half_float_vertex support | Marek Olšák | 2010-02-14 | 2 | -0/+11 |
* | r300g: set the correct tiling flags for renderbuffers | Marek Olšák | 2010-02-14 | 1 | -0/+68 |
* | r300g: add macrotiling support to texture setup | Marek Olšák | 2010-02-14 | 3 | -10/+45 |
* | r300g: accelerate blitting for all formats by faking the texture format | Marek Olšák | 2010-02-14 | 3 | -7/+85 |
* | r300g: fix texture formats: A4R4G4B4_UNORM, A1R5G5B5_UNORM, R5G6B5_UNORM | Marek Olšák | 2010-02-14 | 3 | -5/+17 |
* | llvmpipe: s/debug_dump_/util_dump_/ | José Fonseca | 2010-02-14 | 4 | -31/+31 |
* | cell: Use util_format_name(). | José Fonseca | 2010-02-14 | 1 | -2/+3 |
* | llvmpipe: Use util_format_name(). | José Fonseca | 2010-02-14 | 1 | -2/+2 |
* | nv: Use util_format_name(). | José Fonseca | 2010-02-14 | 6 | -10/+17 |
* | r300g: Use util_format_name(). | José Fonseca | 2010-02-14 | 4 | -12/+13 |
* | trace: Use util_format_name(). | José Fonseca | 2010-02-14 | 1 | -1/+2 |
* | trace: Fix generated XML. | José Fonseca | 2010-02-14 | 3 | -22/+9 |
* | llvmpipe: Silence uninitialized variable warning. | Vinson Lee | 2010-02-13 | 1 | -0/+2 |
* | softpipe: Silence uninitialized variable warnings. | Vinson Lee | 2010-02-13 | 1 | -0/+3 |
* | r300g: fix scons build | Marek Olšák | 2010-02-14 | 2 | -3/+3 |
* | softpipe: fix broken cubemap / mipmap selection code | Brian Paul | 2010-02-13 | 1 | -28/+71 |