meson: Remove various completed todos
[mesa.git] / src / amd /
2018-06-09 Samuel Pitoisetradv: add a workaround for DXVK hangs by setting amdgpu...
2018-06-09 Samuel Pitoisetradv: fix missing ZRANGE_PRECISION(1) for GFX9+
2018-06-07 Timothy Arceriac: fix possible truncation of intrinsic name
2018-06-07 Bas Nieuwenhuizenamd/common: Fix number of coords for getlod.
2018-06-07 Timothy Arceriradv: fix Coverity no effect control flow issue
2018-06-05 Philip Rebohleradv: Use correct color format for fast clears
2018-06-05 Bas Nieuwenhuizenradv: Do not hardcode fast clear formats.
2018-06-04 Nicolai Hähnleamd/common: use the dimension-aware image intrinsics...
2018-06-04 Samuel Pitoisetradv: fix a GPU hang when MRTs are sparse
2018-06-04 Bas Nieuwenhuizenradv: Don't pass a TESS_EVAL shader when tesselation...
2018-06-01 Alex Smithradv: Handle GFX9 merged shaders in radv_flush_constants()
2018-06-01 Alex Smithradv: Consolidate GFX9 merged shader lookup logic
2018-06-01 Alex Smithradv: Set active_stages the same whether or not shaders...
2018-05-31 Bas Nieuwenhuizenradv: Add startup debug option.
2018-05-31 Bas Nieuwenhuizenradv: Add option to print errors even in optimized...
2018-05-31 Bas Nieuwenhuizenradv: Make the sem_info allocate/free functions static.
2018-05-30 Bas Nieuwenhuizenradv: Only expose subgroup shuffles on VI+.
2018-05-30 Samuel Pitoisetradv: fix emitting descriptor pointers with LLVM < 7
2018-05-29 Samuel Pitoisetradv: emit shader descriptor pointers consecutively
2018-05-29 Samuel Pitoisetradv: allow radv_emit_shader_pointer_head() to emit...
2018-05-29 Samuel Pitoisetradv: split radv_emit_shader_pointer()
2018-05-28 Bas Nieuwenhuizenradv: Implement VK_KHR_draw_indirect_count.
2018-05-28 Bas Nieuwenhuizenradv: Implement alternate GFX9 scissor workaround.
2018-05-25 Samuel Pitoisetradv: run the EarlyCSEMemSSA LLVM pass
2018-05-25 Samuel Pitoisetradv: fix dumping compute shader on the graphics queue
2018-05-25 Samuel Pitoisetradv: add radv_dump_pipeline_state() helper
2018-05-25 Samuel Pitoisetradv: rework how shaders are dumped when generating...
2018-05-25 Samuel Pitoisetradv: remove unused parameter in radv_dump_annotated_sh...
2018-05-24 Marek Olšákradeonsi: remove some old gfx 9.x registers
2018-05-24 Marek Olšákac/surface/gfx6: don't overallocate mipmapped HTILE
2018-05-24 Samuel Pitoisetradv: call nir_lower_io_to_temporaries for VS, GS,...
2018-05-24 Samuel Pitoisetradv: call nir_split_var_copies() before nir_lower_var_...
2018-05-23 Bas Nieuwenhuizenac: Use DPP for build_ddxy where possible.
2018-05-23 Bas Nieuwenhuizenac/surface/gfx6: Don't force a tile index for fmask.
2018-05-22 Samuel Pitoisetradv: fix computation of user sgprs for 32-bit pointers
2018-05-22 Samuel Pitoisetradv: drop user_sgpr_info::sgpr_count
2018-05-22 Samuel Pitoisetradv: add support for 32-bit pointers in user data...
2018-05-22 Samuel Pitoisetradv: add set_loc_shader_ptr() helper
2018-05-22 Samuel Pitoisetradv: allocate descriptor BOs in the 32-bit addr space
2018-05-22 Samuel Pitoisetradv: allocate the upload BO in the 32-bit addr space
2018-05-22 Samuel Pitoisetradv: set amdgpu-32bit-address-high-bits LLVM attribute
2018-05-22 Samuel Pitoisetradv/winsys: allow to allocate BOs in the 32-bit addr...
2018-05-22 Samuel Pitoisetradv/winsys: request high address
2018-05-21 Samuel Pitoisetradv: fix centroid interpolation
2018-05-21 Bas Nieuwenhuizenradv: Cleanup unused prime blit path.
2018-05-21 Bas Nieuwenhuizenradv: Fix SRGB compute copies.
2018-05-20 Christoph Haagradv: fix VK_EXT_descriptor_indexing
2018-05-20 Bas Nieuwenhuizenac/surface: Only align linear power of two fmt textures.
2018-05-20 Bas Nieuwenhuizenamd/addrlib: Use defines in autotools build.
2018-05-18 Samuel Pitoisetradv: pass radv_nir_compiler_options directly to create...
2018-05-17 Samuel Pitoisetradv: add radv_emit_shader_pointer() helper
2018-05-17 Samuel Pitoisetradv: add some helpers for cleaning up radv_get_preambl...
2018-05-17 Marek Olšákamd: remove support for LLVM 4.0
2018-05-17 Samuel Pitoisetradv: only declare the ESGS rings for pre GFX9 chips
2018-05-17 Samuel Pitoisetradv: allow to print GPU info with RADV_DEBUG=info
2018-05-17 Samuel Pitoisetradv: do not emit unnecessary ES output stores
2018-05-17 Samuel Pitoisetradv: do not emit unnecessary GS output stores
2018-05-17 Samuel Pitoisetradv: only pass the global BO list at submit time if...
2018-05-17 Samuel Pitoisetradv: remove the radv_finishme() when compiling shaders
2018-05-17 Samuel Pitoisetradv: remove radv_device::llvm_supports_spill
2018-05-17 Dave Airlieac/llvm: use amdgcn.tbuffer.store instead of SI.tbuffer...
2018-05-15 Dieter Nützelradv: add generated files to .gitignore(s)
2018-05-14 Samuel Pitoisetradv: reduce the number of parameters export by the...
2018-05-14 Samuel Pitoisetradv: scan the geometry shader output usage mask
2018-05-14 Samuel Pitoisetradv: run the shader info pass before emitting the...
2018-05-14 Samuel Pitoisetradv: check that layout isn't NULL in radv_nir_shader_i...
2018-05-14 Bas Nieuwenhuizenradv: Disable texel buffers with A2 SNORM/SSCALED/SINT...
2018-05-14 Bas Nieuwenhuizenradv: Fix up 2_10_10_10 alpha sign.
2018-05-14 Bas Nieuwenhuizenradv: Add support for IMG_DATA_FORMAT_32_32_32.
2018-05-14 Bas Nieuwenhuizenradv: Translate logic ops.
2018-05-14 Bas Nieuwenhuizenradv: Fix multiview queries.
2018-05-14 Samuel Pitoisetradv: remove useless check in radv_create_shaders()
2018-05-14 Samuel Pitoisetradv: allow to dump the GS copy shader with RADV_DEBUG...
2018-05-14 Samuel Pitoisetradv: move {load,store}_var intrinsics scanning in...
2018-05-13 Dave Airlieradv: use compute path for multi-layer images.
2018-05-13 Dave Airlieradv: resolve all layers in compute resolve path.
2018-05-13 Dave Airlieradv/resolve: do fmask decompress on all layers.
2018-05-12 Timothy Arceriradv: add initial support for VK_PIPELINE_CREATE_DISABL...
2018-05-11 Samuel Pitoisetradv: move ac_build_if_state on top of radv_nir_to_llvm.c
2018-05-11 Samuel Pitoisetradv: minor cleanups in radv_fill_shader_variant()
2018-05-10 Marek Olšákac/gpu_info: add has_read_registers_query
2018-05-10 Marek Olšákac/gpu_info: add has_2d_tiling
2018-05-10 Marek Olšákac/gpu_info: add has_sparse_vm_mappings
2018-05-10 Marek Olšákac/gpu_info: add has_unaligned_shader_loads
2018-05-10 Marek Olšákac/gpu_info: add has_indirect_compute_dispatch
2018-05-10 Marek Olšákac/gpu_info: add kernel_flushes_tc_l2_after_ib
2018-05-10 Marek Olšákac/gpu_info: add has_format_bc1_through_bc7
2018-05-10 Marek Olšákac/gpu_info: add has_eqaa_surface_allocator
2018-05-10 Marek Olšákradeonsi: clean up the reset status query implementation
2018-05-10 Marek Olšákac/gpu_info: add has_bo_metadata
2018-05-10 Marek Olšákac/gpu_info: add si_TA_CS_BC_BASE_ADDR_allowed
2018-05-10 Marek Olšákac/gpu_info: add htile_cmask_support_1d_tiling
2018-05-10 Marek Olšákac/gpu_info: add kernel_flushes_hdp_before_ib
2018-05-10 Marek Olšákac/surface: add EQAA support
2018-05-10 Marek Olšákac/surface: unify common legacy and gfx9 fmask fields
2018-05-10 Marek Olšákac/surface/gfx6: compute FMASK together with the color...
2018-05-10 Marek Olšákac/surface/gfx9: fix a typo in CMASK RB/pipe alignment
2018-05-10 Marek Olšákac: set correct LLVM processor names for Raven & Vega12
2018-05-10 Marek Olšákac: sort raster configs
2018-05-10 Marek Olšákac: remove 1 RB raster config for Iceland
next