| Commit message (Expand) | Author | Age | Files | Lines |
* | radeonsi: include drm_fourcc.h to fix the build | Marek Olšák | 2019-09-18 | 1 | -0/+1 |
* | radeonsi: implement pipe_screen::resource_get_param | Marek Olšák | 2019-09-18 | 1 | -22/+78 |
* | ac: move ac_get_num_physical_vgprs into radeon_info | Marek Olšák | 2019-09-18 | 1 | -3/+3 |
* | ac: move ac_get_num_physical_sgprs into radeon_info | Marek Olšák | 2019-09-18 | 1 | -2/+2 |
* | ac: move ac_get_max_wave64_per_simd into radeon_info | Marek Olšák | 2019-09-18 | 1 | -1/+1 |
* | ac: move num_sdp_interfaces into radeon_info | Marek Olšák | 2019-09-18 | 1 | -15/+1 |
* | ac: move PBB MAX_ALLOC_COUNT into radeon_info | Marek Olšák | 2019-09-18 | 1 | -31/+1 |
* | radeonsi/nir: fix number of used samplers | Timothy Arceri | 2019-09-16 | 1 | -1/+1 |
* | radeonsi/gfx9: honor user stride for imported buffers | Marek Olšák | 2019-09-11 | 1 | -0/+2 |
* | radeonsi: remove redundant si_texture offset and size fields | Marek Olšák | 2019-09-09 | 7 | -123/+106 |
* | radeonsi: move texture storage allocation outside of radeonsi | Marek Olšák | 2019-09-09 | 1 | -48/+10 |
* | radeonsi: move HTILE allocation outside of radeonsi | Marek Olšák | 2019-09-09 | 1 | -88/+12 |
* | radeonsi: handle NO_DCC early | Marek Olšák | 2019-09-09 | 1 | -5/+7 |
* | ac/surface: add RADEON_SURF_NO_FMASK | Marek Olšák | 2019-09-09 | 1 | -6/+3 |
* | r300,r600,radeonsi: set winsys_handle::stride,offset in drivers, not winsyses | Marek Olšák | 2019-09-09 | 1 | -2/+4 |
* | r300,r600,radeonsi: read winsys_handle::stride,offset in drivers, not winsyses | Marek Olšák | 2019-09-09 | 1 | -9/+6 |
* | radeonsi/gfx10: fix wave occupancy computations | Marek Olšák | 2019-09-09 | 1 | -14/+25 |
* | radeonsi: only support at most 1024 threads per block | Marek Olšák | 2019-09-09 | 1 | -8/+2 |
* | radeonsi: disable DCC when importing a texture from an incompatible driver | Marek Olšák | 2019-09-09 | 1 | -4/+12 |
* | radeonsi/gfx10: don't call gfx10_destroy_query with compute-only contexts | Marek Olšák | 2019-09-09 | 1 | -1/+1 |
* | radeonsi/gfx10: use fma for TGSI_OPCODE_FMA | Marek Olšák | 2019-09-09 | 3 | -5/+16 |
* | amd: move adaptive sync to performance section, as it is defined in xmlpool | Eric Engestrom | 2019-09-06 | 1 | -4/+1 |
* | amd: replace major llvm version checks with LLVM_VERSION_MAJOR | Eric Engestrom | 2019-09-06 | 4 | -6/+13 |
* | radeonsi: Release storage for smda_uploads when the context is destroyed | Gert Wollny | 2019-09-06 | 1 | -0/+1 |
* | nir: allow specifying filter callback in lower_alu_to_scalar | Vasily Khoruzhick | 2019-09-06 | 1 | -1/+1 |
* | radeonsi/nir: Don't lower constant arrays to uniforms | Connor Abbott | 2019-09-05 | 1 | -0/+5 |
* | ac/nir: Enable nir_opt_large_constants | Connor Abbott | 2019-09-05 | 1 | -0/+7 |
* | radv/radeonsi: Don't count read-only data when reporting code size | Connor Abbott | 2019-09-05 | 1 | -1/+1 |
* | radeonsi/nir: Remove uniform variable scanning | Connor Abbott | 2019-09-03 | 1 | -84/+7 |
* | ac: drop now useless lookup_interp_param from ABI | Samuel Pitoiset | 2019-08-30 | 1 | -1/+0 |
* | ac: import linear/perspective PS input parameters from radv/radeonsi | Samuel Pitoiset | 2019-08-30 | 2 | -17/+19 |
* | radeonsi: add JPEG decode support for VCN 2.0 devices | Thong Thai | 2019-08-29 | 1 | -3/+1 |
* | Revert "radeonsi: don't emit PKT3_CONTEXT_CONTROL on amdgpu" | Thong Thai | 2019-08-29 | 1 | -7/+4 |
* | radeonsi: fix scratch buffer WAVESIZE setting leading to corruption | Marek Olšák | 2019-08-27 | 3 | -31/+39 |
* | radeonsi: unbind blend/DSA/rasterizer state correctly in delete functions | Marek Olšák | 2019-08-27 | 1 | -1/+9 |
* | radeonsi: align scratch and ring buffer allocations for faster memory access | Marek Olšák | 2019-08-27 | 3 | -7/+11 |
* | radeonsi: consolidate determining VGPR_COMP_CNT for API VS | Marek Olšák | 2019-08-27 | 1 | -44/+32 |
* | radeonsi/gfx10: set PA_CL_VS_OUT_CNTL with CONTEXT_REG_RMW to fix edge flags | Marek Olšák | 2019-08-27 | 5 | -18/+59 |
* | radeonsi/gfx10: remove incorrect ngg/pos_writes_edgeflag variables | Marek Olšák | 2019-08-27 | 4 | -21/+14 |
* | radeonsi: add PKT3_CONTEXT_REG_RMW | Marek Olšák | 2019-08-27 | 1 | -0/+30 |
* | radeonsi/gfx10: add AMD_DEBUG=nongg | Marek Olšák | 2019-08-27 | 2 | -1/+4 |
* | radeonsi/gfx10: finish up Navi14, add PCI ID | Marek Olšák | 2019-08-27 | 1 | -1/+2 |
* | radeonsi/gfx10: always use the legacy pipeline for streamout | Marek Olšák | 2019-08-27 | 1 | -1/+1 |
* | radeonsi/gfx10: don't initialize VGT_INSTANCE_STEP_RATE_0 | Marek Olšák | 2019-08-27 | 1 | -1/+2 |
* | radeonsi/gfx10: fix InstanceID for legacy VS+GS | Marek Olšák | 2019-08-27 | 1 | -4/+9 |
* | radeonsi/gfx10: add as_ngg variant for VS as ES to select Wave32/64 | Marek Olšák | 2019-08-27 | 3 | -13/+12 |
* | radeonsi/gfx10: create the GS copy shader if using legacy streamout | Marek Olšák | 2019-08-27 | 1 | -1/+3 |
* | radeonsi/gfx10: fix the PRIMITIVES_GENERATED query if using legacy streamout | Marek Olšák | 2019-08-27 | 3 | -4/+9 |
* | radeonsi/gfx10: fix tessellation for the legacy pipeline | Marek Olšák | 2019-08-27 | 1 | -0/+10 |
* | radeonsi: move some global shader cache flags to per-binary flags | Marek Olšák | 2019-08-27 | 4 | -20/+23 |