radeonsi/nir: fix number of used samplers
[mesa.git] / src / amd /
2019-09-16 Samuel Pitoisetradv/gfx10: disable unsupported transform feedback...
2019-09-16 Samuel Pitoisetradv/gfx10: implement NGG streamout
2019-09-16 Samuel Pitoisetradv/gfx10: make sure to wait for idle before clearing GDS
2019-09-16 Samuel Pitoisetradv/gfx10: make GDS idle when leaving the IB
2019-09-16 Samuel Pitoisetradv/gfx10: enable NGG_WAVE_ID_EN for NGG streamout
2019-09-16 Samuel Pitoisetradv/gfx10: gather GS output for VS as NGG
2019-09-16 Samuel Pitoisetradv/gfx10: compute the correct buffer size for NGG...
2019-09-16 Samuel Pitoisetradv/gfx10: fix unnecessary LDS overallocation for...
2019-09-16 Samuel Pitoisetradv/gfx10: adjust the LDS size for VS/TES NGG streamout
2019-09-16 Samuel Pitoisetradv/gfx10: unconditionally declare scratch space for...
2019-09-16 Samuel Pitoisetradv/gfx10: adjust the GS NGG scratch size for streamout
2019-09-16 Samuel Pitoisetradv/gfx10: allocate GDS/OA buffer objects for NGG...
2019-09-16 Samuel Pitoisetradv/gfx10: implement NGG streamout begin/end functions
2019-09-16 Samuel Pitoisetradv/gfx10: add an option to switch from legacy to...
2019-09-16 Samuel Pitoisetradv/winsys: add support for GS and OA domains
2019-09-15 Lionel Landwerlinvulkan: add vk_x11_strict_image_count option
2019-09-15 Lionel Landwerlindriconfig: add a new engine name/version parameter
2019-09-15 Lionel Landwerlinradv: store engine name
2019-09-13 Samuel Pitoisetradv: fix allocating number of user sgprs if streamout...
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.
next