| Commit message (Expand) | Author | Age | Files | Lines |
* | llvmpipe: Also test compressed formats in lp_test_format() | José Fonseca | 2010-05-24 | 1 | -0/+2 |
* | llvmpipe: Fix lp_test_format on 32bit OSes. | José Fonseca | 2010-05-24 | 1 | -1/+1 |
* | llvmpipe: Delete extraneous arugment too. | José Fonseca | 2010-05-24 | 1 | -1/+1 |
* | llvmpipe: Remove unused sincos_test_case struct. | José Fonseca | 2010-05-24 | 1 | -6/+2 |
* | llvmpipe: Unit test for sin/cos that compares against reference implementation. | Qicheng Christopher Li | 2010-05-24 | 4 | -1/+984 |
* | r300g: extend compile error message | Marek Olšák | 2010-05-23 | 2 | -2/+4 |
* | r300g: fix dummy vertex shader compilation | Marek Olšák | 2010-05-23 | 1 | -10/+9 |
* | r300g: fix warnings | Marek Olšák | 2010-05-23 | 2 | -2/+4 |
* | llvmpipe: Fill in slice_stride. | José Fonseca | 2010-05-22 | 1 | -0/+1 |
* | rbug: fix breakage due to interface changes | Roland Scheidegger | 2010-05-21 | 2 | -42/+56 |
* | Merge branch 'gallium-msaa' | Roland Scheidegger | 2010-05-21 | 48 | -261/+537 |
|\ |
|
| * | nv50: fix typo: s/_/./ | Brian Paul | 2010-05-19 | 1 | -1/+1 |
| * | i915g: remove unused flip parameter | Roland Scheidegger | 2010-05-19 | 3 | -3/+0 |
| * | gallium: implement set_sample_mask() in all drivers | Roland Scheidegger | 2010-05-18 | 16 | -1/+116 |
| * | svga: adapt to interface changes | Roland Scheidegger | 2010-05-17 | 2 | -19/+42 |
| * | r300g: adapt to interface changes | Roland Scheidegger | 2010-05-17 | 5 | -61/+89 |
| * | nouveau: adapt to interface changes | Roland Scheidegger | 2010-05-17 | 8 | -30/+72 |
| * | fo: adapt to interface changes | Roland Scheidegger | 2010-05-17 | 1 | -2/+2 |
| * | identity: adapt to interface changes | Roland Scheidegger | 2010-05-17 | 2 | -51/+65 |
| * | trace: adapt to interface changes | Roland Scheidegger | 2010-05-17 | 2 | -28/+40 |
| * | i965g: adapt to interface changes | Roland Scheidegger | 2010-05-17 | 4 | -4/+13 |
| * | i915g: adapt to interface changes | Roland Scheidegger | 2010-05-17 | 2 | -21/+67 |
| * | softpipe: adapt to interface changes | Roland Scheidegger | 2010-05-17 | 2 | -16/+7 |
| * | llvmpipe: adapt to interface changes | Roland Scheidegger | 2010-05-17 | 2 | -20/+27 |
| * | cell: adapt to interface changes | Roland Scheidegger | 2010-05-17 | 2 | -16/+8 |
* | | nouveau/nvfx: Fill more PIPE_CAP_MAX_ values | Patrice Mandin | 2010-05-21 | 1 | -13/+14 |
* | | cell: assorted compilation fixes | Brian Paul | 2010-05-21 | 4 | -14/+32 |
* | | cell: fix breakage from earlier draw module changes | Brian Paul | 2010-05-21 | 2 | -2/+2 |
* | | gallium: remnants of old ccw state | Keith Whitwell | 2010-05-21 | 2 | -2/+2 |
* | | Merge branch 'gallium-front-ccw' | Keith Whitwell | 2010-05-21 | 18 | -267/+221 |
|\ \ |
|
| * | | llvmpipe: fix front/back tri culling mix-up | Brian Paul | 2010-05-17 | 1 | -2/+2 |
| * | | softpipe: restore culling code | Keith Whitwell | 2010-05-14 | 1 | -3/+21 |
| * | | gallium: more work on ccw flag removal | Keith Whitwell | 2010-05-14 | 8 | -25/+28 |
| * | | gallium: convert rasterizer state to use gl-style front/back concepts | Keith Whitwell | 2010-05-14 | 17 | -254/+187 |
* | | | nv50: fixed other void pointer arithmetic errors | Xavier Chantry | 2010-05-20 | 1 | -5/+6 |
* | | | nv50: fix too long shader uploads by splitting them | Xavier Chantry | 2010-05-20 | 2 | -8/+19 |
* | | | nv50: fill in shader limits | Christoph Bumiller | 2010-05-20 | 1 | -0/+28 |
* | | | llvmpipe: more tweaks to dump_fs_variant_key() | Brian Paul | 2010-05-20 | 1 | -5/+7 |
* | | | llvmpipe: use util_dump_logicop() | Brian Paul | 2010-05-20 | 1 | -1/+1 |
* | | | llvmpipe: put variant print/debug code into separate function | Brian Paul | 2010-05-20 | 1 | -59/+70 |
* | | | softpipe: Calculate slice_stride field in get_transfer(). | Michal Krol | 2010-05-19 | 1 | -0/+4 |
* | | | llvmpipe: Fix link order for test apps | Jakob Bornecrantz | 2010-05-17 | 1 | -1/+1 |
* | | | gallium: EXT_timer_query support. | Mathias Fröhlich | 2010-05-17 | 10 | -4/+48 |
* | | | r300g: Add RS block dump. | Corbin Simpson | 2010-05-17 | 2 | -0/+85 |
* | | | rbug: remove extra semicolon | Brian Paul | 2010-05-17 | 1 | -1/+1 |
* | | | i965g: Fix printf format specifier. | José Fonseca | 2010-05-17 | 1 | -1/+1 |
* | | | r300g: implement flush+sync (AKA glFinish) | Marek Olšák | 2010-05-16 | 1 | -0/+36 |
* | | | r300g: expose radeon_bo_wait to the driver | Marek Olšák | 2010-05-16 | 1 | -0/+3 |
* | | | r300g: remove unused winsys entrypoints | Marek Olšák | 2010-05-16 | 1 | -8/+0 |
* | | | i965g: Fix return for resource_get_handle | Jakob Bornecrantz | 2010-05-16 | 1 | -1/+1 |