| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | radeon/vce: implement h264 profile support | Leo Liu | 2014-06-04 | 1 | -1/+4 |
* | 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 | 12 | -0/+13 |
* | 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 |
* | r600g: handle PIPE_QUERY_GPU_FINISHED | Christoph Bumiller | 2014-06-02 | 1 | -0/+9 |
* | llvmpipe: (trivial) drop "unswizzled" from some function names | Roland Scheidegger | 2014-05-31 | 2 | -28/+30 |
* | llvmpipe: fix crash when not all attachments are populated in a fb | Roland Scheidegger | 2014-05-31 | 1 | -3/+9 |
* | softpipe: honor the render_condition_enable bit in blits. | Roland Scheidegger | 2014-05-31 | 1 | -0/+3 |
* | llvmpipe: honor the render_condition_enable bit in blits. | Roland Scheidegger | 2014-05-31 | 1 | -0/+3 |
* | svga: use svga_shader_too_large() in compile_vs() | Brian Paul | 2014-05-31 | 1 | -8/+36 |
* | svga: use svga_shader_too_large() in compile_fs() | Brian Paul | 2014-05-31 | 1 | -3/+1 |
* | svga: added svga_shader_too_large() helper | Brian Paul | 2014-05-31 | 1 | -0/+21 |
* | i915g: Support B5G5R5A1 render targets and textures | Stéphane Marchesin | 2014-05-28 | 1 | -0/+2 |
* | i915g: Support R4G4B4A4 render targets and textures | Stéphane Marchesin | 2014-05-28 | 1 | -0/+2 |
* | i915g: Fix copy region code | Stéphane Marchesin | 2014-05-28 | 1 | -34/+14 |
* | nvc0/ir: use SM35 ISA with GK20A | Alexandre Courbot | 2014-05-27 | 3 | -7/+12 |
* | nvc0: add GK20A 3D class | Alexandre Courbot | 2014-05-27 | 2 | -1/+9 |
* | radeon/vce: implement non-referenced frames | Leo Liu | 2014-05-27 | 2 | -3/+5 |
* | i915g: Fix shader disasm code | Stéphane Marchesin | 2014-05-26 | 1 | -1/+0 |