dri: Use DRM_FORMAT_* instead of defining our own copy.
[mesa.git] / src / amd /
2019-09-11 Marek Olšákac: replace HAVE_LLVM with LLVM_VERSION_MAJOR for atomi...
2019-09-10 Samuel Pitoisetradv/gfx10: declare a LDS symbol for the NGG emit space
2019-09-10 Samuel Pitoisetradv: calculate GFX9 GS and GFX10 NGG states before...
2019-09-10 Samuel Pitoisetradv: store the ESGS ring size as part of gfx10_ngg_info
2019-09-10 Samuel Pitoisetradv: store GFX10 NGG state as part of the shader info
2019-09-10 Samuel Pitoisetradv: store GFX9 GS state as part of the shader info
2019-09-10 Samuel Pitoisetradv: fill shader info for all stages in the pipeline
2019-09-10 Samuel Pitoisetradv: do not pass all compiler options to the shader...
2019-09-10 Marek Olšákradeonsi: move texture storage allocation outside of...
2019-09-10 Marek Olšákradeonsi: move HTILE allocation outside of radeonsi
2019-09-10 Marek Olšákac/surface: add RADEON_SURF_NO_FMASK
2019-09-10 Marek Olšákradeonsi/gfx10: fix wave occupancy computations
2019-09-10 Marek Olšákac: use fma on gfx10
2019-09-10 Marek Olšákac: enable LLVM atomic optimizations
2019-09-06 Eric Engestromradv: add support for vk_x11_override_min_image_count
2019-09-06 Eric Engestromamd: move adaptive sync to performance section, as...
2019-09-06 Eric Engestromamd: replace major llvm version checks with LLVM_VERSIO...
2019-09-06 Samuel Pitoisetradv/gfx10: determine the number of vertices per primit...
2019-09-06 Samuel Pitoisetradv/gfx10: make use the output usage mask when exporti...
2019-09-06 Samuel Pitoisetradv/gfx10: account for the subpass view for the NGG...
2019-09-06 Samuel Pitoisetradv: calculate esgs_itemsize in the shader info pass
2019-09-06 Samuel Pitoisetradv: calculate the GSVS vertex size in the shader...
2019-09-06 Samuel Pitoisetradv: gather primitive ID in the shader info pass
2019-09-06 Samuel Pitoisetradv: gather layer in the shader info pass
2019-09-06 Samuel Pitoisetradv: gather viewport in the shader info pass
2019-09-06 Samuel Pitoisetradv: gather pointsize in the shader info pass
2019-09-06 Samuel Pitoisetradv: gather clip/cull distances in the shader info...
2019-09-06 Samuel Pitoisetradv: move ac_fill_shader_info() to radv_nir_shader_inf...
2019-09-06 Samuel Pitoisetradv: merge radv_shader_variant_info into radv_shader_info
2019-09-06 Samuel Pitoisetradv/gfx10: always set ballot_mask_bits to 64
2019-09-06 Vasily Khoruzhicknir: allow specifying filter callback in lower_alu_to_s...
2019-09-05 Connor Abbottradv: Call nir_propagate_invariant()
2019-09-05 Connor Abbottac/nir: Enable nir_opt_large_constants
2019-09-05 Connor Abbottac/nir: Support load_constant intrinsics
2019-09-05 Connor Abbottradv/radeonsi: Don't count read-only data when reportin...
2019-09-03 Connor Abbottac/nir: Fix gather4 integer wa with unnormalized coordi...
2019-09-03 Connor Abbottac/nir: Rewrite gather4 integer workaround based on...
2019-08-30 Samuel Pitoisetradv: keep a pointer to a NIR shader into radv_shader_c...
2019-08-30 Samuel Pitoisetradv: move setting can_discard to ac_fill_shader_info()
2019-08-30 Samuel Pitoisetradv: replace ac_nir_build_if by ac_build_ifcc
2019-08-30 Samuel Pitoisetradv: remove radv_init_llvm_target() helper
2019-08-30 Samuel Pitoisetradv: remove useless ac_llvm_util.h include from the...
2019-08-30 Samuel Pitoisetradv: remove unused shader_info parameter in ac_compile...
2019-08-30 Samuel Pitoisetradv: remove some unused fields from radv_shader_context
2019-08-30 Samuel Pitoisetradv: move lowering PS inputs/outputs at the right...
2019-08-30 Samuel Pitoisetradv: gather info about PS inputs in the shader info...
2019-08-30 Samuel Pitoisetac: drop now useless lookup_interp_param from ABI
2019-08-30 Samuel Pitoisetac: import linear/perspective PS input parameters from...
2019-08-29 Samuel Pitoisetradv/gfx10: compute the LDS size for exporting PrimID...
2019-08-27 Marek Olšákradeonsi: add PKT3_CONTEXT_REG_RMW
2019-08-27 Samuel Pitoisetradv: make use of has_ls_vgpr_init_bug
2019-08-27 Samuel Pitoisetac: add has_ls_vgpr_init_bug to ac_gpu_info
2019-08-27 Samuel Pitoisetac: add has_msaa_sample_loc_bug to ac_gpu_info
2019-08-27 Samuel Pitoisetac: add rbplus_allowed to ac_gpu_info
2019-08-27 Samuel Pitoisetac: add has_tc_compat_zrange_bug to ac_gpu_info
2019-08-27 Samuel Pitoisetac: add has_gfx9_scissor_bug to ac_gpu_info
2019-08-27 Samuel Pitoisetac: add cpdma_prefetch_writes_memory to ac_gpu_info
2019-08-27 Samuel Pitoisetac: add has_out_of_order_rast to ac_gpu_info
2019-08-27 Samuel Pitoisetac: add has_load_ctx_reg_pkt to ac_gpu_info
2019-08-27 Samuel Pitoisetac: add has_rbplus to ac_gpu_info
2019-08-27 Samuel Pitoisetac: add has_dcc_constant_encode to ac_gpu_info
2019-08-27 Samuel Pitoisetac: add has_distributed_tess to ac_gpu_info
2019-08-27 Samuel Pitoisetac: add has_clear_state to ac_gpu_info
2019-08-27 Samuel Pitoisetac: drop llvm8 from some load/store helpers
2019-08-26 Samuel Pitoisetradv: add mipmap support for the clear depth/stencil...
2019-08-26 Samuel Pitoisetradv: add mipmap support for the TC-compat zrange bug
2019-08-26 Samuel Pitoisetradv: allocate metadata space for mipmapped depth/stenc...
2019-08-26 Samuel Pitoisetradv: decompress mipmapped depth/stencil images during...
2019-08-26 Samuel Pitoisetradv: add mipmaps support for decompress/resummarize
2019-08-26 Samuel Pitoisetradv: add radv_process_depth_image_layer() helper
2019-08-26 Connor Abbottac/nir: Remove gfx9_stride_size_workaround_for_atomic
2019-08-26 Connor Abbottac/nir: add a workaround for viewing a slice of 3D...
2019-08-26 Samuel Pitoisetradv: fix getting the index type size for uint8_t
2019-08-24 Alex Smithradv: Change memory type order for GPUs without dedicat...
2019-08-17 Andres Rodriguezradv: additional query fixes
2019-08-23 Connor Abbottac/nir: Assert GS input index is constant
2019-08-23 Connor Abbottac/nir: Handle const array offsets in get_deref_offset()
2019-08-23 Samuel Pitoisetradv/gfx10: do not use NGG with NAVI14
2019-08-23 Samuel Pitoisetradv/gfx10: don't initialize VGT_INSTANCE_STEP_RATE_0
2019-08-23 Samuel Pitoisetac,radv,radeonsi: remove LLVM 7 support
2019-08-22 Bas Nieuwenhuizenradv: Disable NGG for geometry shaders.
2019-08-22 Samuel Pitoisetac: fix exclusive scans on GFX8-GFX9
2019-08-21 Andres Rodriguezradv: add RADV_DEBUG=allentrypoints
2019-08-21 Jason Ekstrandnir: Add explicit signs to image min/max intrinsics
2019-08-21 Samuel Pitoisetradv: implement VK_AMD_shader_core_properties2
2019-08-21 Samuel Pitoisetradv: force enable VK_AMD_shader_ballot for Wolfenstein...
2019-08-21 Samuel Pitoisetradv: add a new debug option called RADV_DEBUG=noshader...
2019-08-21 Samuel Pitoisetradv: allow to enable VK_AMD_shader_ballot only on...
2019-08-21 Bas Nieuwenhuizenradv: Emit VGT_GS_ONCHIP_CNTL for tess on GFX10.
2019-08-21 Bas Nieuwenhuizenradv: Use correct vgpr_comp_cnt for VS if both prim_id...
2019-08-21 Samuel Pitoisetradv/gfx10: hardcode some depth+stencil formats in...
2019-08-21 Samuel Pitoisetradv/gfx10: tidy up gfx10_format_table.py
2019-08-20 Samuel Pitoisetradv/gfx10: do not emit PA_SC_TILE_STEERING_OVERRIDE...
2019-08-20 Samuel Pitoisetradv: do not emit PKT3_CONTEXT_CONTROL with AMDGPU...
2019-08-19 Bas Nieuwenhuizenradv: Add Renoir support.
2019-08-19 Marek Olšákradeonsi/nir: always lower ballot masks as 64-bit,...
2019-08-19 Marek Olšákac/nir: set image=true when loading FMASK for images
2019-08-18 Connor Abbottac/nir: Fix store_scratch with a non-full writemask
2019-08-15 Bas NieuwenhuizenRevert "radv/gfx10: Enable DCC for storage images."
2019-08-15 Bas NieuwenhuizenRevert "radv: Do not decompress on LAYOUT_GENERAL."
next