anv: Add EXT_direct_mode_display to anv driver [v2]
[mesa.git] / src / amd / vulkan /
2018-06-19 Keith Packardradv: Add KHR_display extension to radv [v5]
2018-06-19 Keith Packardvulkan: Add KHR_display extension using DRM [v10]
2018-06-19 Bas Nieuwenhuizenradv: Merge the flush bits of CMASK & DCC clear.
2018-06-19 Bas Nieuwenhuizenradv: Don't check for pipeline being set in draw.
2018-06-19 Marek Olšákamd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbuf
2018-06-18 Eric Engestromradv: fix reported number of available VGPRs
2018-06-18 Bas Nieuwenhuizenradv: Use less conservative approximation for context...
2018-06-18 Eric Engestromradv: fix bitwise check
2018-06-16 Samuel Pitoisetradv: fix emitting the TCS regs on GFX9
2018-06-15 Samuel PitoisetRevert "radv: always set/load both depth and stencil...
2018-06-15 Samuel Pitoisetradv: don't check for linear images in emit_fast_color_...
2018-06-15 Samuel Pitoisetradv: allow RADV_PERFTEST=dccmsaa on GFX9
2018-06-15 Samuel Pitoisetradv: add RADV_DEBUG=checkir
2018-06-15 Samuel Pitoisetradv: update ZRANGE_PRECISION in radv_update_bound_fast...
2018-06-15 Samuel Pitoisetradv: clean up radv_{set,load}_depth_clear_regs() helpers
2018-06-15 Samuel Pitoisetradv: always set/load both depth and stencil clear...
2018-06-15 Samuel Pitoisetradv: update the fast ds clear values only if the image...
2018-06-15 Samuel Pitoisetradv: clean up radv_{set,load}_color_clear_regs() helpers
2018-06-15 Samuel Pitoisetradv: update the fast color clear values only if the...
2018-06-14 Dave Airlieradv: remove multisample bit from shader key.
2018-06-14 Bas Nieuwenhuizenradv: Fix output for sparse MRTs.
2018-06-14 Samuel Pitoisetradv: update the ZRANGE_PRECISION value for the TC...
2018-06-13 Samuel Pitoisetradv: don't fast clear HTILE for 16-bit depth surfaces...
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 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 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 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-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-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-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/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 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.
next