radv: store the fast color clear values for each mip
[mesa.git] / src / amd / vulkan / radv_private.h
2019-06-17 Samuel Pitoisetradv: store the fast color clear values for each mip
2019-06-17 Bas Nieuwenhuizenradv: Decompress DCC when the image format is not allow...
2019-06-13 Daniel Schürmannradv: enable AMD_shader_ballot with RADV_PERFTEST_SHADE...
2019-06-07 Samuel Pitoisetradv: handle sample locations during automatic layout...
2019-06-07 Samuel Pitoisetradv: determine the first subpass id for every attachments
2019-06-04 Bas Nieuwenhuizenradv: Use bo metadata for imported image tiling on...
2019-05-30 Samuel Pitoisetradv: implement VK_EXT_sample_locations and disable it
2019-05-29 Samuel Pitoisetradv: sync before resetting a pool if there is active...
2019-05-22 Samuel Pitoisetradv: clean up the sample locations codebase
2019-05-22 Samuel Pitoisetradv: remove remaining code related to 16 samples
2019-05-16 Marek Olšákac: rename SI-CIK-VI to GFX6-GFX7-GFX8
2019-05-13 Bas Nieuwenhuizenradv: Clean up signalled and submitted fields from...
2019-05-12 Bas Nieuwenhuizenradv: Add support for icd loader interface v4.
2019-05-06 Bas Nieuwenhuizenradv: Use given stride for images imported from Android.
2019-05-02 Samuel Pitoisetradv: set WD_SWITCH_ON_EOP=1 when drawing primitives...
2019-04-25 Bas Nieuwenhuizenradv: Update descriptor sets for multiple planes.
2019-04-25 Bas Nieuwenhuizenradv: Add support for image views with multiple planes.
2019-04-25 Bas Nieuwenhuizenradv: Add ycbcr conversion structs.
2019-04-25 Bas Nieuwenhuizenradv: Add single plane image views & meta operations.
2019-04-25 Bas Nieuwenhuizenradv: Add multiple planes to images.
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...
next