Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Merge commit 'origin/master' into gallium-msaa | Roland Scheidegger | 2010-05-04 | 93 | -1407/+1478 | |
| |\ | ||||||
| * \ | Merge commit 'origin/master' into gallium-msaa | Roland Scheidegger | 2010-04-30 | 90 | -990/+1446 | |
| |\ \ | ||||||
| * | | | gallium: fix glaring bugs in last commit | Roland Scheidegger | 2010-04-27 | 2 | -3/+2 | |
| * | | | gallium: interface changes for multisampling | Roland Scheidegger | 2010-04-26 | 8 | -26/+82 | |
* | | | | 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 | 6 | -10/+6 | |
* | | | | Merge branch 'gallium-front-ccw' | Keith Whitwell | 2010-05-21 | 32 | -366/+372 | |
|\ \ \ \ | ||||||
| * | | | | docs: update rasterizer for ccw changes | Keith Whitwell | 2010-05-21 | 1 | -55/+80 | |
| * | | | | llvmpipe: fix front/back tri culling mix-up | Brian Paul | 2010-05-17 | 1 | -2/+2 | |
| * | | | | draw: fix front/back error in unfilled pipeline stage | Keith Whitwell | 2010-05-14 | 1 | -3/+4 | |
| * | | | | draw: fix typo checking for unfilled polygons | Keith Whitwell | 2010-05-14 | 1 | -1/+1 | |
| * | | | | softpipe: restore culling code | Keith Whitwell | 2010-05-14 | 1 | -3/+21 | |
| * | | | | gallium: more work on ccw flag removal | Keith Whitwell | 2010-05-14 | 10 | -29/+50 | |
| * | | | | gallium: convert rasterizer state to use gl-style front/back concepts | Keith Whitwell | 2010-05-14 | 28 | -293/+234 | |
* | | | | | 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 | |
* | | | | | gallivm: rename a var: s/val/array_size/ | Brian Paul | 2010-05-20 | 1 | -3/+3 | |
* | | | | | gallivm: fix spelling in comment | Brian Paul | 2010-05-20 | 1 | -1/+1 | |
* | | | | | gallivm: handle pointer types in lp_dump_llvmtype() | Brian Paul | 2010-05-20 | 1 | -0/+5 | |
* | | | | | llvmpipe: more tweaks to dump_fs_variant_key() | Brian Paul | 2010-05-20 | 1 | -5/+7 | |
* | | | | | gallium: fix/update tex target dumping | Brian Paul | 2010-05-20 | 1 | -0/+2 | |
* | | | | | llvmpipe: use util_dump_logicop() | Brian Paul | 2010-05-20 | 1 | -1/+1 | |
* | | | | | gallium: added util_dump_logicop() | Brian Paul | 2010-05-20 | 2 | -0/+46 | |
* | | | | | llvmpipe: put variant print/debug code into separate function | Brian Paul | 2010-05-20 | 1 | -59/+70 | |
* | | | | | graw-null: Remove unnecessary header. | Vinson Lee | 2010-05-20 | 1 | -2/+0 | |
* | | | | | st/xorg: Try hard to not touch hardware after dropping the master | Jakob Bornecrantz | 2010-04-29 | 2 | -12/+27 | |
* | | | | | st/xorg: Remove save and restore hw state | Jakob Bornecrantz | 2010-04-29 | 2 | -37/+0 | |
* | | | | | st/xorg: Get new connection status from kernel | Jakob Bornecrantz | 2010-04-29 | 3 | -12/+57 | |
* | | | | | egl: Link drivers back to libEGL. | Chia-I Wu | 2010-05-19 | 1 | -1/+1 | |
* | | | | | gallium/docs: s/milli/nano/ | Mathias Fröhlich | 2010-05-19 | 1 | -1/+1 | |
* | | | | | graw: Disable build of tests/graw. | Vinson Lee | 2010-05-19 | 1 | -1/+1 | |
* | | | | | util: Remove unused imports from Python scripts. | Vinson Lee | 2010-05-19 | 2 | -4/+0 | |
* | | | | | util: Remove unnecessary semicolons in Python scripts. | Vinson Lee | 2010-05-19 | 2 | -5/+5 | |
* | | | | | Merge commit 'origin/graw-tests' | Keith Whitwell | 2010-05-19 | 8 | -66/+570 | |
|\ \ \ \ \ | ||||||
| * | | | | | graw: add quad-tex graw test for basic texturing | Keith Whitwell | 2010-05-14 | 2 | -1/+406 | |
| * | | | | | graw: combine graw_init and graw_create_window functions | Keith Whitwell | 2010-05-14 | 3 | -42/+51 | |
| * | | | | | graw: split util code into new file | Keith Whitwell | 2010-05-14 | 3 | -31/+37 | |
| * | | | | | graw: move towards glut-like interface, add tri.c | Keith Whitwell | 2010-05-14 | 4 | -27/+103 | |
| * | | | | | scons: add 'targets' variable, for specifying ... targets | Keith Whitwell | 2010-05-14 | 1 | -6/+14 | |
| |/ / / / | ||||||
* | | | | | softpipe: Calculate slice_stride field in get_transfer(). | Michal Krol | 2010-05-19 | 1 | -0/+4 | |
* | | | | | tgsi: Implement OPCODE_DIV. | Michal Krol | 2010-05-19 | 1 | -1/+1 | |
* | | | | | st/xorg: Don't advertise DRI2 version we don't actually support yet. | Michel Dänzer | 2010-05-18 | 1 | -1/+1 | |
* | | | | | llvmpipe: Fix link order for test apps | Jakob Bornecrantz | 2010-05-17 | 1 | -1/+1 | |
* | | | | | gallium/docs: Fix missing ref. | Corbin Simpson | 2010-05-17 | 1 | -7/+11 | |
* | | | | | gallium/docs: Update for timer queries. | Corbin Simpson | 2010-05-17 | 2 | -3/+13 | |
* | | | | | gallium: EXT_timer_query support. | Mathias Fröhlich | 2010-05-17 | 11 | -5/+51 | |
* | | | | | r300g: Add RS block dump. | Corbin Simpson | 2010-05-17 | 2 | -0/+85 |