| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | tgsi/gs: bound max output vertices in shader | Dave Airlie | 2014-06-11 | 2 | -0/+9 |
* | r600g/compute: Use %u as the unsigned format | Bruno Jiménez | 2014-06-10 | 1 | -1/+1 |
* | r600g/compute: align items correctly | Bruno Jiménez | 2014-06-10 | 1 | -4/+5 |
* | r600g/compute: Cleanup of compute_memory_pool.h | Bruno Jiménez | 2014-06-10 | 1 | -15/+0 |
* | r600g/compute: Tidy a bit compute_memory_finalize_pending | Bruno Jiménez | 2014-06-10 | 1 | -12/+7 |
* | r600g/compute: Add more NULL checks | Bruno Jiménez | 2014-06-10 | 2 | -8/+28 |
* | r600g/compute: Adding checks for NULL after CALLOC | Bruno Jiménez | 2014-06-10 | 1 | -0/+8 |
* | r600g/compute: Fixing a typo and some indentation | Bruno Jiménez | 2014-06-10 | 1 | -2/+2 |
* | r600g,radeonsi: implement PIPE_QUERY_TIMESTAMP_DISJOINT | David Heidelberger | 2014-06-10 | 1 | -0/+12 |
* | scons: remove dri-i915 build target | Emil Velikov | 2014-06-09 | 4 | -61/+0 |
* | gk110/ir: fix bfind emission | Ilia Mirkin | 2014-06-07 | 1 | -1/+1 |
* | gk110/ir: fix emitting constbuf file index | Ilia Mirkin | 2014-06-07 | 1 | -2/+3 |
* | gk110/ir: emit saturate flag on fadd when needed | Ilia Mirkin | 2014-06-06 | 1 | -0/+1 |
* | gk110/ir: fix slct emission | Ilia Mirkin | 2014-06-06 | 1 | -1/+1 |
* | gk110/ir: fix interp mode emission | Ilia Mirkin | 2014-06-06 | 1 | -1/+2 |
* | gk110/ir: fix ISAD emission with register args | Ilia Mirkin | 2014-06-06 | 1 | -1/+1 |
* | gk110/ir: fix quadon opcode emission | Ilia Mirkin | 2014-06-06 | 1 | -1/+1 |
* | nvc0: don't bother trying to set up compute for gk110+ | Ilia Mirkin | 2014-06-06 | 1 | -3/+3 |
* | gk110: add in forgotten code for gk110 isa | Ilia Mirkin | 2014-06-06 | 1 | -0/+13 |
* | gk110/ir: emit texbar the same way that the blob does | Ilia Mirkin | 2014-06-06 | 1 | -1/+1 |
* | i915g: Remove 4444 and 5551 formats | Stéphane Marchesin | 2014-06-05 | 2 | -4/+2 |
* | nvc0/ir: Handle OP_POPCNT when folding constant expressions | Tobias Klausmann | 2014-06-06 | 1 | -0/+13 |
* | nvc0/ir: Handle OP_BFIND when folding constant expressions | Tobias Klausmann | 2014-06-06 | 1 | -0/+17 |
* | nvc0/ir: Handle reverse subop for OP_EXTBF when folding constant expressions | Tobias Klausmann | 2014-06-06 | 1 | -2/+6 |
* | nv50/ir: clear subop when folding constant expressions | Tobias Klausmann | 2014-06-06 | 1 | -0/+1 |
* | st/omx/enc: enable b frames | Leo Liu | 2014-06-04 | 2 | -3/+5 |
* | radeon/vce: implement h264 profile support | Leo Liu | 2014-06-04 | 1 | -1/+4 |
* | st/omx/enc: implement h264 profile support | Leo Liu | 2014-06-04 | 2 | -2/+49 |
* | vl: add more avc profiles | Leo Liu | 2014-06-04 | 2 | -1/+9 |
* | wgl: Disable CRT message boxes when Windows system error messages boxes are d... | José Fonseca | 2014-06-04 | 3 | -0/+43 |
* | r600g,radeonsi: don't use hardware MSAA resolve if dst is fast-cleared | Marek Olšák | 2014-06-03 | 2 | -2/+4 |
* | radeonsi: BlitFramebuffer should follow render condition | Marek Olšák | 2014-06-03 | 1 | -5/+6 |
* | r600g: BlitFramebuffer should follow render condition | Marek Olšák | 2014-06-03 | 1 | -5/+6 |
* | r300g: BlitFramebuffer should follow render condition | Marek Olšák | 2014-06-03 | 1 | -3/+4 |
* | r600g,radeonsi: disable fast clear if render condition is on | Marek Olšák | 2014-06-03 | 1 | -0/+3 |
* | radeonsi: enable ARB_sample_shading | Marek Olšák | 2014-06-02 | 1 | -1/+1 |
* | radeonsi: implement SAMPLEMASK fragment shader output | Marek Olšák | 2014-06-02 | 1 | -3/+15 |
* | radeonsi: interpolate varyings at sample when full sample shading is enabled | Marek Olšák | 2014-06-02 | 3 | -12/+15 |
* | radeonsi: implement SAMPLEPOS fragment shader input | Marek Olšák | 2014-06-02 | 5 | -0/+76 |
* | radeonsi: implement SAMPLEID fragment shader input | Marek Olšák | 2014-06-02 | 1 | -1/+17 |
* | radeonsi: implement set_min_samples | Marek Olšák | 2014-06-02 | 4 | -2/+36 |
* | radeon: add basic register setup for per-sample shading | Marek Olšák | 2014-06-02 | 4 | -9/+13 |
* | radeon: split cayman_emit_msaa_state into 2 functions | Marek Olšák | 2014-06-02 | 4 | -14/+22 |
* | r600g: use TGSI_PROPERTY to disable viewport and clipping | Christoph Bumiller | 2014-06-02 | 9 | -9/+72 |
* | gallium: create TGSI_PROPERTY to disable viewport and clipping | Christoph Bumiller | 2014-06-02 | 19 | -1/+49 |
* | r600g: remove assert on draw with count == 0 | Christoph Bumiller | 2014-06-02 | 1 | -1/+0 |
* | r600g: HW bug workaround for TGSI_OPCODE_BREAKC | Christoph Bumiller | 2014-06-02 | 3 | -4/+22 |
* | r600g: implement TGSI_OPCODE_BREAKC | Christoph Bumiller | 2014-06-02 | 1 | -1/+24 |
* | r600g: support all channels of TGSI_FILE_ADDRESS | Christoph Bumiller | 2014-06-02 | 1 | -28/+58 |
* | r600g: check for PIPE_BIND_BLENDABLE in is_format_supported | Christoph Bumiller | 2014-06-02 | 2 | -0/+18 |