radv: fix dumping compute shader on the graphics queue
[mesa.git] / src / amd /
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
2018-05-10 Marek Olšákac: move the Fiji kernel workaround for raster config...
2018-05-10 Marek Olšákac: enable both RBs on Kaveri
2018-05-10 Andres Rodriguezradv: disable DCC for shareable images on GFX9+
2018-05-10 Samuel Pitoisetradv: move handling nosisched option in a better place
2018-05-10 Grazvydas Ignotasradv: assorted typo fixes
2018-05-10 Dave Airlieradv: handle arrays in the fmask descriptor.
2018-05-04 Nicolai Hähnleamd/common: use llvm.amdgcn.wqm for explicit derivatives
2018-05-03 Iago Toral Quirogacompiler/lower_64bit_packing: rename the pass to be...
2018-05-02 Bas Nieuwenhuizenradv: UseEnumerateInstanceVersion for the default version.
2018-05-02 Bas Nieuwenhuizenradv: Don't check the incoming apiVersion on CreateInst...
2018-05-02 Bas Nieuwenhuizenradv: Allow vkEnumerateInstanceVersion ProcAddr without...
2018-05-02 Matthew Nichollsradv: fix multisample image copies
2018-05-02 Samuel Pitoisetradv: enable out-of-order rasterization by default
2018-05-02 Samuel Pitoisetradv: only disable out-of-order rast for perfect occlus...
2018-05-01 Samuel Pitoisetradv: compute the number of subpass attachments correctly
2018-05-01 Dave Airlieradv: set fmask_surf_index on fmask surfaces.
2018-04-30 Andres Rodriguezradv/winsys: fix leaking resources from bo's imported...
2018-04-30 Dave Airlieac/nir: expand 64-bit vec3 loads to fix shuffling.
2018-04-27 Marek Olšákradeonsi: add triple into si_compiler
2018-04-27 Marek Olšákac/surface: handle DCC subresource fast clear restricti...
2018-04-27 Samuel Pitoisetac: fix texture query LOD for 1D textures on GFX9
2018-04-26 Samuel Pitoisetradv: set ac_surf_info::num_channels correctly
2018-04-26 Samuel Pitoisetradv: fix DCC enablement since partial MSAA implementation
2018-04-23 Dave Airlieac/radv/radeonsi: refactor harvest config register...
next