radv: align the LDS size in calculate_tess_lds_size()
[mesa.git] / src / amd / vulkan / radv_meta_buffer.c
2019-11-25 Rhys Perryradv: set alignment for load_ssbo/store_ssbo in meta...
2019-06-25 Samuel Pitoisetradv: rename and re-document cache flush flags
2019-05-24 Jason Ekstrandnir/builder: Remove the use_fmov parameter from nir_swizzle
2019-04-15 Samuel Pitoisetradv: set ACCESS_NON_READABLE on stores for copy/fill...
2019-03-06 Lionel Landwerlinradv: set num_components on vulkan_resource_index intrinsic
2019-01-22 Marek Olšákradeonsi: correct WRITE_DATA.DST_SEL definitions
2018-11-14 Karol Herbstnir: replace nir_load_system_value calls with appropiat...
2018-09-28 Samuel Pitoisetradv: adjust the CmdUpdateBuffer threshold for optimal...
2018-07-18 Samuel Pitoisetradv: add support for VK_EXT_conditional_rendering
2018-07-13 Karol Herbstnir: cleanup oversized arrays in nir_swizzle calls
2018-07-12 Samuel Pitoisetradv: get rid of buffer object priorities
2018-03-01 Samuel Pitoisetradv: only emit cache flushes when the pool size is...
2017-11-13 Samuel Pitoisetradv: optimize calling radv_cmd_buffer_trace_emit()
2017-11-06 Dave Airlieradv: wrap cs_add_buffer in an inline. (v2)
2017-10-27 Samuel Pitoisetradv: make radv_fill_buffer() return the needed flush...
2017-10-25 Dave Airlieradv: use a define for the transition point between...
2017-10-06 Samuel Pitoisetradv: convert all COMPUTE operations to the RADV_META_S...
2017-10-02 Samuel Pitoisetradv: cleanup radv_device_finish_meta_XXX() helpers
2017-10-02 Samuel Pitoisetradv: do not need to double zero-init the meta state...
2017-09-27 Samuel Pitoisetradv: store the amount of saved constants in the comput...
2017-09-20 Bas Nieuwenhuizenradv: Don't use a virtual function for getting the...
2017-05-09 Jason Ekstrandnir: Embed the shader_info in the nir_shader again
2017-05-07 Dave Airlieradv: set base/ranges for push constant loads.
2017-04-14 Fredrik Höglundradv: use push descriptors in meta
2017-04-13 Bas Nieuwenhuizenradv: Add more trace points.
2017-04-13 Bas Nieuwenhuizenradv: Ignore CmdUpdateBuffer with size 0.
2017-03-14 Alex Smithradv: Flush before copying with PKT3_WRITE_DATA in...
2017-02-19 Dave AirlieRevert "radv: detect command buffers that do no work...
2017-02-13 Dave Airlieradv: detect command buffers that do no work and drop...
2016-12-18 Bas Nieuwenhuizenradv: update vkCmdUpdateBuffer for the MEC.
2016-11-11 Dave Airlievulkan: import latest public vulkan headers + and fix...
2016-10-26 Timothy Arcerinir/i965/anv/radv/gallium: make shader info a pointer
2016-10-06 Dave Airlieradv: add initial non-conformant radv vulkan driver