| Commit message (Expand) | Author | Age | Files | Lines |
* | nouveau: switch to libdrm_nouveau-2.0 | Christoph Bumiller | 2012-04-14 | 57 | -3433/+3714 |
* | nvc0: remove obsolete nvc0_push2.c | Christoph Bumiller | 2012-04-14 | 2 | -334/+0 |
* | nouveau: remove automatic buffer migration heuristics | Christoph Bumiller | 2012-04-14 | 4 | -36/+0 |
* | nvfx: completely remove this driver (GeForce FX/6/7) | Ben Skeggs | 2012-04-14 | 46 | -14900/+5 |
* | gallium: document dual source blending restrictions on gallium | Dave Airlie | 2012-04-13 | 1 | -1/+5 |
* | r600g: initial r600 dual src blending support | Dave Airlie | 2012-04-13 | 5 | -16/+44 |
* | softpipe: add dual source blending support | Dave Airlie | 2012-04-13 | 2 | -12/+88 |
* | util: add dual blend helper function (v2) | Dave Airlie | 2012-04-13 | 1 | -0/+26 |
* | gallium: rename DUAL_SOURCE_BLEND cap to MAX_DUAL_SOURCE_RENDER_TARGETS | Dave Airlie | 2012-04-13 | 5 | -4/+8 |
* | radeonsi: initial WIP SI code | Tom Stellard | 2012-04-13 | 194 | -6/+65999 |
* | st/vega: silence enum cast warnings | Dylan Noblesmith | 2012-04-13 | 1 | -4/+5 |
* | egl-static: fix printf warning | Dylan Noblesmith | 2012-04-13 | 1 | -1/+2 |
* | st/vega: fix uninitialized values | Dylan Noblesmith | 2012-04-13 | 1 | -2/+2 |
* | util: fix uninitialized table | Dylan Noblesmith | 2012-04-13 | 2 | -5/+7 |
* | util: fix undefined behavior | Dylan Noblesmith | 2012-04-13 | 1 | -5/+10 |
* | Revert "i915g: Implement stipple with draw." | Stéphane Marchesin | 2012-04-12 | 2 | -2/+1 |
* | Revert "i915g: Remove unused poly stipple state." | Stéphane Marchesin | 2012-04-12 | 2 | -0/+54 |
* | cso: unreference saved vertex buffers when restoring | Marek Olšák | 2012-04-12 | 1 | -0/+8 |
* | r600g: check gpr count limit | Vadim Girlin | 2012-04-09 | 1 | -0/+8 |
* | st/xa: Link with -Wl,-r instead of -r. | Johannes Obermayr | 2012-04-07 | 1 | -1/+1 |
* | tgsi: Fix conflict with fortify printf redirect in glibc. | Johannes Obermayr | 2012-04-07 | 1 | -17/+17 |
* | svga: add missing cases for PIPE_CAP_x queries | Brian Paul | 2012-04-06 | 1 | -7/+42 |
* | svga: return 1 for PIPE_CAP_VERTEX_COLOR_UNCLAMPED query | Brian Paul | 2012-04-06 | 1 | -0/+7 |
* | svga: handle TGSI_SEMANTIC_CLIPDIST/VERTEX semantics | Brian Paul | 2012-04-06 | 1 | -0/+7 |
* | gallium/docs: fix typos | Brian Paul | 2012-04-06 | 1 | -2/+2 |
* | gallivm: Updated lp_build_log2_approx to use a more accurate polynomial. | James Benton | 2012-04-05 | 3 | -34/+43 |
* | gallivm: Updated lp_build_polynomial to compute odd and even terms separately... | James Benton | 2012-04-05 | 1 | -7/+25 |
* | xatracker: fix the build of a 32bit lib on a 64bit os | Alexandre Demers | 2012-04-05 | 1 | -1/+1 |
* | r600g: inline r600_upload_index_buffer | Marek Olšák | 2012-04-04 | 3 | -14/+5 |
* | r600g: inline r600_upload_const_buffer | Marek Olšák | 2012-04-04 | 3 | -50/+32 |
* | r600g: handle DISCARD_WHOLE_RESOURCE for buffers | Marek Olšák | 2012-04-04 | 2 | -1/+60 |
* | r600g: invalidate caches at the beginning of CS | Marek Olšák | 2012-04-04 | 1 | -0/+9 |
* | r600g: remove dead code after the rework | Marek Olšák | 2012-04-04 | 5 | -125/+8 |
* | r600g: rework state emission of constant buffers | Marek Olšák | 2012-04-04 | 6 | -93/+188 |
* | r600g: rework state emission of vertex buffers | Marek Olšák | 2012-04-04 | 7 | -67/+93 |
* | r600g: kill off the fallback for crazy src_offset values | Marek Olšák | 2012-04-04 | 3 | -51/+17 |
* | st/xvmc: fix library installation dir | Alexandre Demers | 2012-04-04 | 1 | -4/+4 |
* | r300g/swtcl: fix crash when back color is present in vertex shader | Marek Olšák | 2012-04-04 | 1 | -39/+56 |
* | r300g/swtcl: initialize some Draw options | Marek Olšák | 2012-04-04 | 1 | -0/+3 |
* | r300g/swtcl: fix polygon offset | Marek Olšák | 2012-04-04 | 1 | -0/+4 |
* | r300g/swtcl: don't expose shader subroutine support | Marek Olšák | 2012-04-04 | 1 | -0/+1 |
* | r300g: initialize state & render functions before creating u_vbuf & u_blitter | Marek Olšák | 2012-04-04 | 3 | -11/+15 |
* | r300g/swtcl: don't enter u_vbuf_mgr | Marek Olšák | 2012-04-04 | 5 | -34/+48 |
* | r300g/swtcl: don't print an error when getting ClipVertex | Marek Olšák | 2012-04-04 | 4 | -9/+21 |
* | st/egl: Update to the new wl_shm_pool interface | Benjamin Franzke | 2012-04-03 | 3 | -3/+10 |
* | u_blitter: don't use user buffers | Marek Olšák | 2012-04-03 | 1 | -18/+23 |
* | gallivm: Pass in a MCInstrInfo to createMCInstPrinter on llvm-3.1. | Vinson Lee | 2012-04-03 | 1 | -1/+7 |
* | st/vdpau: fix deadlock in PresentationQueueQuerySurfaceStatus | Christian König | 2012-04-03 | 1 | -1/+2 |
* | r600g: remove dead code in r600_update_derived_state | Marek Olšák | 2012-04-03 | 1 | -6/+0 |
* | gallivm: Maximum loop iterations | James Benton | 2012-04-03 | 3 | -3/+45 |