radv: Add logic for multisample format descriptions.
[mesa.git] / src / amd / vulkan / radv_private.h
2019-04-23 Bas Nieuwenhuizenradv: Add support for driconf.
2019-04-19 Bas Nieuwenhuizenradv: Support VK_EXT_inline_uniform_block.
2019-03-20 Bas Nieuwenhuizenradv: Implement VK_EXT_pipeline_creation_feedback.
2019-03-13 Samuel Pitoisetradv: use typed buffer loads for vertex input fetches
2019-03-13 Samuel Pitoisetradv: store more vertex attribute infos as pipeline...
2019-02-20 Bas Nieuwenhuizenradv: Sync ETC2 whitelisted devices.
2019-02-14 Samuel Pitoisetradv: store vertex attribute formats as pipeline keys
2019-02-12 Samuel Pitoisetradv: fix using LOAD_CONTEXT_REG with old GFX ME firmwa...
2019-02-12 Samuel Pitoisetradv: gather more info about push constants
2019-02-04 Samuel Pitoisetradv: track if subpasses have color attachments
2019-02-04 Samuel Pitoisetradv: determine the last subpass id for every attachments
2019-02-04 Samuel Pitoisetradv: store the list of attachments for every subpass
2019-02-04 Samuel Pitoisetradv: move subpass image transitions to radv_cmd_buffer...
2019-02-04 Samuel Pitoisetradv: remove unused radv_render_pass_attachment::view_mask
2019-02-01 Timothy Arceriradv: take LDS into account for compute shader occupanc...
2019-01-23 Samuel Pitoisetradv: compute the GFX9 fence VA at allocation time
2019-01-23 Samuel Pitoisetradv: remove old_fence parameter from si_cs_emit_write_...
2019-01-21 Rhys Perryradv: avoid context rolls when binding graphics pipelines
2019-01-21 Rhys Perryradv: add missed situations for scissor bug workaround
2019-01-09 Samuel Pitoisetradv: get rid of bunch of KHR suffixes
2019-01-07 Bas Nieuwenhuizenradv: Remove device path.
2018-12-20 Samuel Pitoisetradv: add support for FMASK expand
2018-12-20 Samuel Pitoisetradv: initialize FMASK for images in fully expanded...
2018-12-13 Samuel Pitoisetradv: add a predicate for reflecting DCC decompression...
2018-12-06 Samuel Pitoisetamd: remove support for LLVM 6.0
2018-12-05 Samuel Pitoisetradv: rework the TC-compat HTILE hardware bug with...
2018-11-19 Samuel Pitoisetradv: implement fast HTILE clears for depth or stencil...
2018-11-19 Samuel Pitoisetradv: tidy up radv_set_dcc_need_cmask_elim_pred()
2018-11-05 Samuel Pitoisetradv: replace si_emit_wait_fence() with radv_cp_wait_mem()
2018-11-05 Samuel Pitoisetradv: add missing TFB queries support to CmdCopyQueryPo...
2018-10-29 Samuel Pitoisetradv: implement VK_EXT_transform_feedback
2018-10-29 Samuel Pitoisetradv: gather stream output info
2018-10-26 Samuel Pitoisetradv: implement image to image operations for R32G32B32
2018-10-16 Samuel Pitoisetradv: implement buffer to image operations for R32G32B32
2018-10-15 Bas Nieuwenhuizenradv: Implement VK_EXT_pci_bus_info.
2018-10-11 Samuel Pitoisetradv: implement clear operations for R32G32B32
2018-09-28 Samuel Pitoisetradv: adjust the CmdUpdateBuffer threshold for optimal...
2018-09-18 Samuel Pitoisetradv: allow to force anisotropy via RADV_TEX_ANISO
2018-09-14 Samuel Pitoisetradv: emit the initial config only once in the preambles
2018-08-14 Bas Nieuwenhuizenradv: Add on-demand compilation of built-in shaders.
2018-08-14 Bas Nieuwenhuizenradv: Make fs key exemplars ordered to be a reverse...
2018-07-20 Samuel Pitoisetradv: make use of radv_subpass_barrier() when resolving...
2018-07-18 Samuel Pitoisetradv: add support for VK_EXT_conditional_rendering
2018-07-18 Samuel Pitoisetradv: add support for non-inverted conditional rendering
2018-07-12 Samuel Pitoisetradv: remove unnecessary verification code around ring_...
2018-07-12 Samuel Pitoisetradv: emit a dummy ZPASS_DONE to prevent GPU hangs...
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-05 Samuel Pitoisetradv: only flush CB meta in pipeline image barriers...
2018-07-04 Dave Airlieac/radv: move llvm compiler info to struct and init...
2018-07-03 Dave Airlieradv: create/destroy passmgr at the higher level.
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-23 Keith Packardradv: add VK_EXT_display_control to radv driver [v5]
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: don't store the number of samples as log2
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 Marek Olšákamd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbuf
2018-06-15 Samuel Pitoisetradv: clean up radv_{set,load}_depth_clear_regs() helpers
2018-06-15 Samuel Pitoisetradv: clean up radv_{set,load}_color_clear_regs() helpers
2018-06-14 Dave Airlieradv: remove multisample bit from shader key.
2018-06-01 Alex Smithradv: Consolidate GFX9 merged shader lookup logic
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-29 Samuel Pitoisetradv: allow radv_emit_shader_pointer_head() to emit...
2018-05-29 Samuel Pitoisetradv: split radv_emit_shader_pointer()
2018-05-22 Samuel Pitoisetradv: add support for 32-bit pointers in user data...
2018-05-17 Samuel Pitoisetradv: add radv_emit_shader_pointer() helper
2018-05-17 Samuel Pitoisetradv: remove radv_device::llvm_supports_spill
2018-05-14 Bas Nieuwenhuizenradv: Fix up 2_10_10_10 alpha sign.
2018-05-12 Timothy Arceriradv: add initial support for VK_PIPELINE_CREATE_DISABL...
2018-05-02 Matthew Nichollsradv: fix multisample image copies
2018-04-20 Samuel Pitoisetradv: use a global BO list only for VK_EXT_descriptor_i...
2018-04-20 Samuel PitoisetRevert "radv: Don't store buffer references in the...
2018-04-19 Samuel Pitoisetradv: enable DCC for MSAA 2x textures on VI under an...
2018-04-18 Bas Nieuwenhuizenradv: Don't store buffer references in the descriptor...
2018-04-18 Bas Nieuwenhuizenradv: Keep a global BO list for VkMemory.
2018-04-16 Samuel Pitoisetradv: make radv_initialise_cmask() static
2018-04-12 Marek Olšákmesa: include mtypes.h less
2018-04-12 Bas Nieuwenhuizenradv: Implement VK_EXT_vertex_attribute_divisor.
2018-04-10 Bas Nieuwenhuizenradv: Enable RB+ where possible.
2018-04-09 Samuel Pitoisetradv: add radv_image_is_tc_compat_htile() helper
2018-04-09 Samuel Pitoisetradv: clean up radv_vi_dcc_enabled()
2018-04-09 Samuel Pitoisetradv: clean up radv_htile_enabled()
2018-04-09 Samuel Pitoisetradv: add radv_image_has_{cmask,fmask,dcc,htile}()...
2018-04-06 Samuel Pitoisetradv: only enable PERFECT_ZPASS_COUNTS for precision...
2018-04-05 Samuel Pitoisetradv: use a mask for VBOs and shaders prefetching
2018-04-04 Samuel Pitoisetradv: implement out-of-order rasterization when it...
2018-03-30 Samuel Pitoisetradv: set SAMPLE_RATE to the number of samples of the...
2018-03-22 Samuel Pitoisetradv: remove unused radv_pipeline::needs_data_cache...
2018-03-15 Samuel Pitoisetradv: add dump_shader to the NIR compiler options
2018-03-14 Samuel Pitoisetradv: fix vkGetDeviceQueue2() when create flags don...
2018-03-13 Samuel Pitoisetac/nir: move ac_nir_compiler_options and friends to...
2018-03-13 Samuel Pitoisetac: move ac_shader_info to radv folder
2018-03-13 Samuel Pitoisetac/nir: move ac_shader_variant_info and friends to...
2018-03-13 Samuel Pitoisetac/nir: move all RADV related code to radv_nir_to_llvm.c
next