radv/meta: do not restore a NULL descriptor
[mesa.git] / src / amd / vulkan /
2018-07-12 Samuel Pitoisetradv/meta: do not restore a NULL descriptor
2018-07-12 Samuel Pitoisetradv: remove unnecessary verification code around ring_...
2018-07-12 Samuel Pitoisetradv: get rid of buffer object priorities
2018-07-12 Samuel Pitoisetradv: emit a dummy ZPASS_DONE to prevent GPU hangs...
2018-07-12 Samuel Pitoisetradv: add support for VK_KHR_create_renderpass2
2018-07-12 Samuel Pitoisetradv: introduce radv_subpass_attachment data structure
2018-07-11 Samuel Pitoisetradv: make sure to wait for CP DMA when needed
2018-07-10 Dave Airlieradv: add some cxxflags for new c++ file
2018-07-10 Jason Ekstrandanv,radv: Add support for VK_KHR_get_display_properties2
2018-07-09 Dave Airlieradv: using tls to store llvm related info and speed...
2018-07-09 Samuel Pitoisetradv: add the trace BO to the list when starting a...
2018-07-09 Samuel Pitoisetradv: reduce CPU overhead in radv_flush_descriptors()
2018-07-07 Mauro Rossiradv: winsys/amdgpu: include missing pthread.h header
2018-07-06 Mathieu Bridonpython: Use the print function
2018-07-06 Samuel Pitoisetradv: fix emitting the view index on GFX9
2018-07-05 Samuel Pitoisetradv/winsys: make use of radeon_emit()
2018-07-05 Samuel Pitoisetradv: only flush CB meta in pipeline image barriers...
2018-07-05 Samuel Pitoisetradv: only flush DB meta in pipeline image barriers...
2018-07-05 Samuel Pitoisetradv: fix "error: initializer element is not constant...
2018-07-05 Mathieu Bridonpython: Specify the JSON separators
2018-07-05 Samuel Pitoisetradv: optimize vkCmd{Set,Reset}Event() a little bit
2018-07-05 Samuel Pitoisetradv: optimize radv_CmdWaitEvents()
2018-07-04 Marek Olšákac: fold LLVMContext creation into ac_llvm_context_init
2018-07-04 Dave Airlieac/radv: move llvm compiler info to struct and init...
2018-07-03 Dave Airlieradv/radeonsi: add a check ir tm options
2018-07-03 Dave Airlieradv: create/destroy passmgr at the higher level.
2018-07-03 Dave Airlieradv: port to use common passmgr code.
2018-07-03 Dave Airlieradv: drop copy of ac_create_target_machine.
2018-07-03 Dave Airlieac/radv: split the non-common init_once code from the...
2018-07-02 Marek Olšákac: move all LLVM module initialization into ac_create_...
2018-07-02 Samuel Pitoisetradv: reset the image's predicate after a color decompr...
2018-07-02 Samuel Pitoisetradv: enable/disable predication for the DCC decompress...
2018-07-02 Samuel Pitoisetradv: add padding for the UMR disassembler
2018-06-27 Samuel Pitoisetradv: use separate bind points for the dynamic buffers
2018-06-27 Samuel Pitoisetradv: remove unused 'predicated' parameter from some...
2018-06-26 Samuel Pitoisetradv: emit PIPELINESTAT_{START,STOP} events for pipelin...
2018-06-26 Samuel Pitoisetradv: enable VK_EXT_shader_stencil_export
2018-06-26 Samuel Pitoisetradv: ignore pInheritanceInfo for primary command buffers
2018-06-25 Marek Olšákac/surface: move cmask_size/alignment into radeon_surf
2018-06-25 Samuel Pitoisetradv: fix HTILE metadata initialization in presence...
2018-06-23 Keith Packardradv: add VK_EXT_display_control to radv driver [v5]
2018-06-23 Bas Nieuwenhuizenradv: Enable lower_io_to_temporaries after deref changes.
2018-06-23 Bas Nieuwenhuizenradv: Remove deref chain support in radv shader info...
2018-06-23 Rob Clarknir: convert lower_io_arrays_to_elements to deref instr...
2018-06-23 Rob Clarknir: convert lower_io_to_scalar to deref instructions
2018-06-23 Rob Clarkmove lower_deref_instrs
2018-06-23 Bas Nieuwenhuizenradv: Disable lower_io_to_temporaries during deref...
2018-06-23 Bas Nieuwenhuizenradv: Remove image_var stores.
2018-06-23 Bas Nieuwenhuizenradv: Use deref instructions for tex derefs in meta...
2018-06-23 Bas Nieuwenhuizenradv: Gather info for deref instr based load/store.
2018-06-23 Bas Nieuwenhuizenradv: Add shader info support for image deref instructions.
2018-06-23 Bas Nieuwenhuizenac/nir: Support deref instructions in tex instructions.
2018-06-23 Jason Ekstrandnir,spirv: Rework function calls
2018-06-23 Jason Ekstrandspirv: Use NIR per-member splitting
2018-06-23 Jason Ekstrandanv,i965,radv,st,ir3: Call nir_lower_deref_instrs
2018-06-22 Samuel Pitoisetradv: always check the return error when submitting...
2018-06-22 Samuel Pitoisetradv: check the return values of radv_signal_fence()
2018-06-22 Samuel Pitoisetradv: change the returned error in radv_signal_fence()
2018-06-21 Samuel Pitoisetradv: set EVENT_WRITE_EOP.INT_SEL = wait for write...
2018-06-21 Samuel Pitoisetradv: use EOP_DATA_SEL_* instead of magic numbers
2018-06-20 Keith Packardvulkan: EXT_acquire_xlib_display requires libXrandr...
2018-06-20 Keith Packardradv: Add VK_EXT_display_surface_counter to radv driver
2018-06-20 Samuel Pitoisetradv: always initialize the clear depth/stencil values...
2018-06-20 Samuel Pitoisetradv: always initialize the clear color values to 0
2018-06-20 Samuel Pitoisetradv: always initialize the DCC predicate to FALSE
2018-06-20 Samuel Pitoisetradv: do not use an user SGPR for the sample position...
2018-06-20 Samuel Pitoisetradv: don't store the number of samples as log2
2018-06-20 Samuel Pitoisetradv: remove unnecessary code around CACHE_FLUSH_AND_IN...
2018-06-20 Bas Nieuwenhuizenradv: Fix flush_bits being used uninitialized.
2018-06-19 Keith Packardradv: Add EXT_acquire_xlib_display to radv driver [v2]
2018-06-19 Keith Packardradv: Add EXT_direct_mode_display to radv driver
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
next