| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium: remove PIPE_BIND_TRANSFER_READ/WRITE | Marek Olšák | 2016-09-08 | 1 | -5/+0 |
* | gallium/radeon: remove VPORT_ZMIN/ZMAX from init config states | Marek Olšák | 2016-09-05 | 1 | -13/+1 |
* | gallium/radeon: set VPORT_ZMIN/MAX registers correctly | Marek Olšák | 2016-09-05 | 1 | -0/+1 |
* | gallium/radeon: merge USER_SHADER and INTERNAL_SHADER priority flags | Marek Olšák | 2016-08-26 | 1 | -1/+1 |
* | gallium: change pipe_sampler_view::first_element/last_element -> offset/size | Marek Olšák | 2016-08-17 | 1 | -2/+2 |
* | gallium/radeon: mark shader rings as highest-priority buffers | Marek Olšák | 2016-08-17 | 1 | -2/+2 |
* | r600g: call cayman_emit_msaa_sample_locs only when needed | Nicolai Hähnle | 2016-07-08 | 1 | -1/+2 |
* | gallium/radeon: replace is_flushing_texture with db_compatible | Nicolai Hähnle | 2016-07-06 | 1 | -5/+7 |
* | r600g: Implement POLYGON_OFFSET_UNITS_UNSCALED | Axel Davy | 2016-06-25 | 1 | -18/+21 |
* | r600g: move PA_SU_POLY_OFFSET_DB_FMT_CNTL to poly offset states for evergreen | Axel Davy | 2016-06-25 | 1 | -25/+13 |
* | gallium/radeon: let drivers specify SC_MODE_CNTL_1 fields | Marek Olšák | 2016-06-24 | 1 | -1/+6 |
* | gallium/radeon: disable complicated point clipping against user clip planes | Marek Olšák | 2016-06-24 | 1 | -1/+0 |
* | r600g: don't flush caches when binding shader resources | Marek Olšák | 2016-06-04 | 1 | -14/+11 |
* | r600g: Change default behaviour for undefined COLOR0 | Axel Davy | 2016-05-18 | 1 | -0/+4 |
* | gallium/radeon: use radeon_emit | Nicolai Hähnle | 2016-05-17 | 1 | -13/+13 |
* | Treewide: Remove Elements() macro | Jan Vesely | 2016-05-17 | 1 | -6/+6 |
* | gallium/radeon: flush if DMA IB memory usage is too high | Marek Olšák | 2016-05-10 | 1 | -1/+1 |
* | gallium/radeon: fix (S)DMA read-after-write hazards | Marek Olšák | 2016-05-10 | 1 | -0/+1 |
* | gallium/radeon: use a common function for DMA blit preparation | Marek Olšák | 2016-05-10 | 1 | -7/+3 |
* | gallium/radeon: drop support for LINEAR_GENERAL layout | Marek Olšák | 2016-04-28 | 1 | -27/+6 |
* | r600g/radeonsi: send endian info to format translation functions | Oded Gabbay | 2016-04-26 | 1 | -12/+21 |
* | gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_* | Marek Olšák | 2016-04-22 | 1 | -1/+1 |
* | gallium/radeon: add an env variable to force a level of aniso filtering | Marek Olšák | 2016-04-13 | 1 | -3/+7 |
* | r600g: use common scissor and viewport code | Marek Olšák | 2016-04-12 | 1 | -68/+8 |
* | r600g: disable aniso filtering for non-mipmap textures on EG | Marek Olšák | 2016-04-12 | 1 | -1/+3 |
* | r600g: clean up aniso state translation | Marek Olšák | 2016-04-12 | 1 | -5/+4 |
* | r600g: add pausing pipeline & streamout queries into set_active_query_state | Marek Olšák | 2016-04-12 | 1 | -0/+12 |
* | r600g: implement set_active_query_state for pausing occlusion queries | Marek Olšák | 2016-04-12 | 1 | -1/+4 |
* | r600g: simplify r600_set_occlusion_query_state | Marek Olšák | 2016-04-12 | 1 | -1/+1 |
* | r600: ignore PIPE_BIND_LINEAR in *_is_format_supported | Christian König | 2016-03-30 | 1 | -0/+5 |
* | r600g: Do colorformat endian swap for PIPE_USAGE_STAGING | Oded Gabbay | 2016-03-03 | 1 | -12/+1 |
* | r600g: remove support for DRM < 2.12.0 | Marek Olšák | 2016-03-01 | 1 | -36/+8 |
* | gallium/radeon: get pipe_interleave_bytes AKA group_bytes from the winsys | Marek Olšák | 2016-02-05 | 1 | -1/+1 |
* | gallium/radeon: set num_banks in the winsys | Marek Olšák | 2016-02-05 | 1 | -4/+4 |
* | gallium/radeon: rename & reorder members of radeon_info | Marek Olšák | 2016-02-05 | 1 | -1/+1 |
* | r600: Typos and whitespace fixes | Jan Vesely | 2016-01-26 | 1 | -2/+2 |
* | gallium/r600: Replace ALIGN_DIVUP with DIV_ROUND_UP | Krzysztof Sobiecki | 2016-01-06 | 1 | -1/+1 |
* | r600: fix constant buffer size programming | Grazvydas Ignotas | 2015-12-29 | 1 | -1/+1 |
* | r600: fix viewport clipping handling (v2) | Dave Airlie | 2015-12-22 | 1 | -7/+3 |
* | r600: drop VTX_CNT_EN write from initial state | Dave Airlie | 2015-12-22 | 1 | -8/+4 |
* | r600g: remove a Hyper-Z workaround that's likely not needed anymore | Marek Olšák | 2015-12-11 | 1 | -19/+7 |
* | r600g: re-enable Hyper-Z for stencil on Evergreen & Cayman | Marek Olšák | 2015-12-11 | 1 | -4/+1 |
* | gallium/radeon: fix Hyper-Z hangs by programming PA_SC_MODE_CNTL_1 correctly | Marek Olšák | 2015-12-11 | 1 | -2/+7 |
* | r600: apply SIMD workaround to cayman also. | Dave Airlie | 2015-12-07 | 1 | -1/+8 |
* | r600g: reduce number of ps thread on caicos | Dave Airlie | 2015-12-07 | 1 | -1/+1 |
* | r600g: adjust ls/hs thread counts for sumo | Dave Airlie | 2015-12-07 | 1 | -4/+4 |
* | r600: move VGT_VTX_CNT_EN into shader stages atom. | Dave Airlie | 2015-12-07 | 1 | -2/+2 |
* | r600: handle SIMD allocation issue with HS/LS | Dave Airlie | 2015-12-07 | 1 | -0/+5 |
* | r600/eg: workaround bug with tess shader and dynamic GPRs. | Dave Airlie | 2015-12-07 | 1 | -56/+170 |
* | r600: create LDS info constants buffer and write LDS registers. (v2) | Dave Airlie | 2015-12-07 | 1 | -0/+151 |