nir: Add nir_foreach_shader_in/out_variable helpers
[mesa.git] / src / amd /
2020-07-29 Jason Ekstrandnir: Add nir_foreach_shader_in/out_variable helpers
2020-07-28 Marek Olšákamd: enable displayable DCC for everything newer than...
2020-07-28 Marek Olšákamd: add support for Navy Flounder
2020-07-28 Marek Olšákamd: rename SIENNA -> SIENNA_CICHLID
2020-07-28 Rhys Perryaco: create acq+rel barriers instead of acq/rel
2020-07-28 Rhys Perryaco: improve workgroup-scope and lower vmem/smem barriers
2020-07-28 Rhys Perryaco: improve sync_info for TCS output stores
2020-07-28 Rhys Perryaco: use storage_scratch
2020-07-28 Rhys Perryaco: enable value numbering of s_buffer_load_*
2020-07-28 Rhys Perrynir,radv/aco: add and use pass to lower make available...
2020-07-28 Rhys Perryaco: consider intrinsic access in visit_{load,store...
2020-07-28 Rhys Perryradv/aco,aco: use scoped barriers
2020-07-28 Rhys Perryaco: rework barriers and replace can_reorder
2020-07-28 Rhys Perryaco: add missing add_to_hazard_query
2020-07-28 Bas Nieuwenhuizenradv: Fix host->host signalling with legacy timeline...
2020-07-28 Dave Airlieradv: cleanup locking around timeline waiting.
2020-07-27 Daniel Schürmannradv: call radv_nir_lower_ycbcr_textures after first...
2020-07-27 David McFarlandradv: link with ld_args_build_id
2020-07-26 Bas Nieuwenhuizenradv: Fix uninitialized variable in renderpass.
2020-07-24 Samuel Pitoisetradv: clean up remaining pipeline init functions
2020-07-24 Samuel Pitoisetradv: remove useless return value to radv_pipeline_scra...
2020-07-24 Samuel Pitoisetradv: add radv_pipeline_init_shader_stages_state()
2020-07-24 Samuel Pitoisetradv: constify all radv_pipeline_generate_*() helpers
2020-07-24 Samuel Pitoisetradv: assign pipeline gfx fields before PM4 emission
2020-07-24 Samuel Pitoisetradv: clean up binning state initialization
2020-07-24 Samuel Pitoisetradv: clean up adjusting MSAA state if conservative...
2020-07-24 Samuel Pitoisetradv: add radv_pipeline_generate_vgt_gs_out()
2020-07-24 Samuel Pitoisetradv: add radv_pipeline_init_input_assembly_state()
2020-07-24 Samuel Pitoisetradv: clean up tessellation state emission
2020-07-24 Samuel Pitoisetradv: remove unnecessary radv_tessellation_state::lds_size
2020-07-24 Samuel Pitoisetradv: set LDS TCS size at shaders creation for GFX9+
2020-07-24 Samuel Pitoisetradv: align the LDS size in calculate_tess_lds_size()
2020-07-24 Samuel Pitoisetradv: remove one unnecessary param to radv_generate_gra...
2020-07-24 Samuel Pitoisetradv: remove no-op si_multiwave_lds_size_workaround()
2020-07-24 Samuel Pitoisetradv: remove unnecessary radv_tessellation_state::num_p...
2020-07-24 Samuel Pitoisetradv: clean up radv_compute_generate_pm4()
2020-07-24 Samuel Pitoisetradv: reduce the number of allocated dwords for compute CS
2020-07-24 Samuel Pitoisetradv: clean up PA_SC_CLIPRECT_RULE emission
2020-07-24 Samuel Pitoisetradv: clean up VGT_SHADER_STAGES_EN emission
2020-07-24 Samuel Pitoisetradv: emit PA_SC_LINE_CNTL as part of the rasterization...
2020-07-24 Samuel Pitoisetradv: emit more invariant registers as part of the...
2020-07-24 Samuel Pitoisetradv: remove outdated TODO related to PA_SU_VTX_CNTL...
2020-07-24 Samuel Pitoisetradv: remove set but unused radv_pipeline::vertex_elements
2020-07-24 Samuel Pitoisetradv: remove declared but unused radv_pipeline::is_dual_src
2020-07-24 Jason Ekstrandanv,turnip,radv,clover,glspirv: Run nir_copy_prop befor...
2020-07-23 Daniel Schürmannaco: ensure readfirstlane subdword operands are always...
2020-07-23 Daniel Schürmannaco: prevent infinite recursion in RA for subdword...
2020-07-23 Daniel Schürmannaco: don't split store data if it was already split...
2020-07-23 Daniel Schürmannaco: ensure to not extract more components than have...
2020-07-23 Bas Nieuwenhuizenradv: Add timeline syncobj for timeline semaphores.
2020-07-23 Bas Nieuwenhuizenradv: Add winsys functions for timeline syncobj.
2020-07-23 Bas Nieuwenhuizenradv: Add winsys support for submitting timeline syncobj.
2020-07-23 Bas Nieuwenhuizenradv: Add thread for timeline syncobj submission.
2020-07-23 Bas Nieuwenhuizenradv/winsys: Add binary syncobj ABI changes for timelin...
2020-07-23 Bas Nieuwenhuizenamd: Add detection of timeline semaphore support.
2020-07-22 Marek Olšákradeonsi: enable preemption if the kernel enabled it
2020-07-22 Marek Olšákradeonsi: add debug code for register shadowing
2020-07-22 Marek Olšákac: add tables for CP register shadowing
2020-07-22 Marek Olšákac: add helper ac_get_register_name
2020-07-22 Samuel Pitoisetradv/winsys: be more robust when a CS failed during...
2020-07-22 Samuel Pitoisetradv/winsys: return a Vulkan error code when binding...
2020-07-22 Samuel Pitoisetradv/winsys: remove useless check when binding virtual...
2020-07-22 Samuel Pitoisetradv/winsys: check more allocation failures
2020-07-22 Samuel Pitoisetradv: add missing return values check for some winsys...
2020-07-22 Daniel Schürmannaco: fix scratch loads which cross element_size boundaries
2020-07-22 Samuel Pitoisetradv: advertise VK_EXT_shader_atomic_float
2020-07-22 Samuel Pitoisetac/nir: add support for nir_intrinsic_shared_atomic_fadd
2020-07-22 Samuel Pitoisetaco: add support for nir_intrinsic_shared_atomic_fadd
2020-07-21 Rhys Perryaco: fix includes in aco_ir.cpp
2020-07-21 Rhys Perryaco: fix copy of uninitialized boolean
2020-07-21 Rhys Perryradv: fix invalid conversion warnings in vk_format.h
2020-07-21 Rhys Perryaco: print ACO IR before scheduling instead of after
2020-07-21 Rhys Perryaco: make validate() usable in tests
2020-07-21 Rhys Perryaco: move some setup code into helpers
2020-07-21 Rhys Perryaco: use nir_addition_might_overflow to combine additio...
2020-07-21 Rhys Perryaco: add NUW flag
2020-07-21 Rhys Perryaco: allow overflow for some SMEM instructions
2020-07-21 Rhys Perryaco: be more careful combining additions that could...
2020-07-21 Rhys Perryaco: implement b2i8/b2i16
2020-07-21 Samuel Pitoisetradv: disable CPU caching for the upload BO to reduce...
2020-07-21 Samuel Pitoisetradv: do not perform read-modify-write with the upload BO
2020-07-21 Rhys Perryradv: replace discard with demote for Quantic Dream...
2020-07-21 Rhys Perryaco: always set FI on GFX10
2020-07-20 Bas Nieuwenhuizenamd/registers: add RLC_PERFMON_CLK_CNTL for pre-GFX10
2020-07-20 Samuel Pitoisetradv: advertise VK_EXT_image_robustness
2020-07-20 Samuel Pitoisetradv/winsys: always allow GTT placements on APUs
2020-07-20 Samuel Pitoisetradv: disable CPU caching for IBS to reduce fetch latency
2020-07-20 Pierre-Eric Pellou... ac/surface: adapt surf_size when modifying surf_pitch
2020-07-18 Bas Nieuwenhuizenamd/addrlib: Clean up unused colorFlags argument
2020-07-18 Bas Nieuwenhuizenamd/common: Cache intra-tile addresses for retile map.
2020-07-18 Rhys Perryaco: use s_waitcnt_depctr to mitigate VMEMtoScalarWrite...
2020-07-18 Rhys Perryaco: properly recognize that s_waitcnt mitigates VMEMto...
2020-07-17 Rhys Perryradv: enable more float_controls features
2020-07-17 Rhys Perryaco: set tcs_in_out_eq=false if float controls of VS...
2020-07-17 Rhys Perryaco: fix nir_op_f2f16_rtne with non-default rounding...
2020-07-17 Rhys Perryaco: flush denormals before fp16 fabs/fneg if needed
2020-07-17 Rhys Perryaco: use s_round_mode/s_denorm_mode
2020-07-17 Samuel Pitoisetradv: return better Vulkan error codes when VkQueueSubm...
2020-07-17 Samuel Pitoisetradv: improve the error messages when a CS submission...
2020-07-17 Samuel Pitoisetradv: remove one useless goto in radv_queue_submit_defe...
next