egl: fix _eglMatchDriver() return type
[mesa.git] / src / amd /
2020-07-30 Rhys Perryaco: optimize swizzled SALU 8/16-bit conversions
2020-07-30 Mauro Rossiradv: fix build on Android 7 (v2)
2020-07-30 Boris Brezillonnir: Stop passing an options arg to nir_lower_int64()
2020-07-30 Daniel Schürmannaco: add GFX6/7 subdword lowering tests
2020-07-30 Rhys Perryaco/tests: add tests for sub-dword swaps
2020-07-30 Rhys Perryaco: add framework for testing isel and integration...
2020-07-30 Rhys Perryaco: add a few tests for the assembler and optimizer
2020-07-30 Rhys Perryaco: add framework for unit testing
2020-07-30 Alejandro Piñeirovulkan/util: add struct vk_pipeline_cache_header
2020-07-29 Rhys Perryaco: remove isel for GLSL-style barriers
2020-07-29 Rhys Perryradv: use scoped barriers
2020-07-29 Rhys Perryac/nir: implement scoped_barrier
2020-07-29 Jason Ekstrandnir: Add a find_variable_with_[driver_]location helper
2020-07-29 Jason Ekstrandaco: Use nir_foreach_variable_with_modes to walk SSBOs
2020-07-29 Jason Ekstrandnir: Take a shader and variable mode in nir_assign_io_v...
2020-07-29 Jason Ekstrandnir: Add a nir_foreach_function_temp_variable helper
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
next