| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | clover/llvm: Fix copyright attribution of invocation.cpp. | Francisco Jerez | 2016-06-27 | 1 | -1/+5 |
* | i965: Print EOT in fs_visitor::dump_instruction(). | Kenneth Graunke | 2016-06-27 | 1 | -0/+4 |
* | i965: Make emit_urb_writes() not produce an EOT message for GS. | Kenneth Graunke | 2016-06-27 | 1 | -0/+7 |
* | glsl: Ignore ir_texture in lower_const_arrays_to_uniforms. | Kenneth Graunke | 2016-06-27 | 1 | -0/+7 |
* | gm107/ir: add missing setcond flags for LOP variants | Samuel Pitoiset | 2016-06-28 | 1 | -0/+2 |
* | gm107/ir: make use of LOP32I for all immediates | Samuel Pitoiset | 2016-06-28 | 1 | -1/+1 |
* | virgl: reduce some limits for now | Dave Airlie | 2016-06-28 | 1 | -3/+4 |
* | st/omx: count number of slices | Julien Isorce | 2016-06-27 | 1 | -0/+3 |
* | st/omx: add support for nouveau / interlaced | Julien Isorce | 2016-06-27 | 1 | -25/+26 |
* | st/omx: retrieve preferred interlaced and buffer_formats | Julien Isorce | 2016-06-27 | 1 | -2/+24 |
* | radeonsi: use optimal WD settings for primitive restart on Polaris | Marek Olšák | 2016-06-27 | 1 | -2/+10 |
* | st/va: Check NULL pointer | Gurkirpal Singh | 2016-06-27 | 1 | -0/+4 |
* | nir: Fix copy_prop_src when src is an indirect access on a reg. | Eric Anholt | 2016-06-26 | 1 | -1/+1 |
* | gm107/ir: make use of MOV32I for all immediates | Samuel Pitoiset | 2016-06-27 | 1 | -2/+1 |
* | i965: Use miptree to decide format on multi-plane images for gen < 7 | Jordan Justen | 2016-06-26 | 1 | -1/+2 |
* | nvc0: update "derived" state function names | Ilia Mirkin | 2016-06-26 | 1 | -8/+8 |
* | nvc0: provide support for unscaled poly offset units | Ilia Mirkin | 2016-06-26 | 3 | -3/+26 |
* | gm107/ir: make use of IMUL32I for all immediates | Samuel Pitoiset | 2016-06-26 | 1 | -1/+1 |
* | radeonsi: make si_is_format_supported static | Marek Olšák | 2016-06-25 | 3 | -11/+6 |
* | radeonsi: boolean -> bool, TRUE -> true, FALSE -> false | Marek Olšák | 2016-06-25 | 4 | -15/+15 |
* | gallium/radeon: boolean -> bool, TRUE -> true, FALSE -> false | Marek Olšák | 2016-06-25 | 9 | -75/+75 |
* | gallium/radeon/winsyses: boolean -> bool, TRUE -> true, FALSE -> false | Marek Olšák | 2016-06-25 | 9 | -132/+134 |
* | gallium/radeon: use r600_resource_reference | Marek Olšák | 2016-06-25 | 12 | -40/+32 |
* | nir: Add a NIR_VALIDATE environment variable | Jason Ekstrand | 2016-06-25 | 1 | -0/+6 |
* | st/nine: Use offset_units_unscaled | Axel Davy | 2016-06-25 | 5 | -11/+13 |
* | r600g: Implement POLYGON_OFFSET_UNITS_UNSCALED | Axel Davy | 2016-06-25 | 5 | -36/+46 |
* | radeonsi: Implement POLYGON_OFFSET_UNITS_UNSCALED | Axel Davy | 2016-06-25 | 2 | -15/+19 |
* | radeon: Remove useless pa_su_poly_offset_db_fmt_cntl | Axel Davy | 2016-06-25 | 1 | -1/+0 |
* | r600g: move PA_SU_POLY_OFFSET_DB_FMT_CNTL to poly offset states for evergreen | Axel Davy | 2016-06-25 | 1 | -25/+13 |
* | r600g: move PA_SU_POLY_OFFSET_DB_FMT_CNTL to poly offset states for r600 | Axel Davy | 2016-06-25 | 1 | -24/+13 |
* | radeonsi: move PA_SU_POLY_OFFSET_DB_FMT_CNTL to poly offset states | Axel Davy | 2016-06-25 | 1 | -23/+8 |
* | gallium: Add a cap for offset_units_unscaled | Axel Davy | 2016-06-25 | 19 | -0/+31 |
* | i965: Skip update_texture_surface when the plane doesn't exist | Jordan Justen | 2016-06-24 | 3 | -29/+26 |
* | i965: Validate a few SEND-from-GRF requirements. | Kenneth Graunke | 2016-06-24 | 1 | -0/+18 |
* | i965: Delete send-from-GRF only opcodes from implied_mrf_writes(). | Kenneth Graunke | 2016-06-24 | 1 | -19/+0 |
* | i965: Drop unnecessary inst->base_mrf = -1 assignments. | Kenneth Graunke | 2016-06-24 | 2 | -16/+0 |
* | i965: Set fs_inst::base_mrf = -1 by default. | Kenneth Graunke | 2016-06-24 | 1 | -0/+1 |
* | i965: Drop unused return value from intel_finalize_mipmap_tree(). | Kenneth Graunke | 2016-06-24 | 2 | -7/+5 |
* | i965: Move contents of brw_tex.c into intel_tex_validate.c. | Kenneth Graunke | 2016-06-24 | 4 | -58/+20 |
* | radeonsi: fix fractional odd tessellation spacing for Polaris | Marek Olšák | 2016-06-24 | 4 | -1/+23 |
* | radeonsi: set some VGT context registers on SI-CI | Marek Olšák | 2016-06-24 | 1 | -0/+3 |
* | radeonsi: optimize rendering to linear color buffers | Marek Olšák | 2016-06-24 | 2 | -1/+12 |
* | radeonsi: set almost optimal settings in SC_MODE_CNTL_1 | Marek Olšák | 2016-06-24 | 1 | -1/+10 |
* | gallium/radeon: let drivers specify SC_MODE_CNTL_1 fields | Marek Olšák | 2016-06-24 | 4 | -10/+18 |
* | gallium/radeon: disable complicated point clipping against user clip planes | Marek Olšák | 2016-06-24 | 3 | -3/+0 |
* | radeonsi: fix a compute shader hang with big threadgroups on SI & CI | Marek Olšák | 2016-06-24 | 1 | -0/+18 |
* | nvc0: when mapping directly, provide accurate xfer info + start | Ilia Mirkin | 2016-06-24 | 1 | -5/+12 |
* | st/mesa: don't assume that the whole surface gets mapped | Ilia Mirkin | 2016-06-24 | 1 | -7/+6 |
* | radeonsi: drop the DRAW_PREAMBLE packet on Polaris | Nicolai Hähnle | 2016-06-24 | 2 | -1/+28 |
* | radeonsi: use DRAW_(INDEX_)INDIRECT_MULTI on Polaris | Nicolai Hähnle | 2016-06-24 | 1 | -10/+36 |