radv: port merge tess info from anv
[mesa.git] / src / amd / vulkan /
2017-12-18 Dave Airlieradv: port merge tess info from anv
2017-12-18 Bas Nieuwenhuizenradv: Add external fence support.
2017-12-18 Bas Nieuwenhuizenradv: Implement VK_KHR_external_fence_fd.
2017-12-18 Bas Nieuwenhuizenradv: Implement fences based on syncobjs.
2017-12-18 Bas Nieuwenhuizenradv: Add syncobj signal/reset/wait to winsys.
2017-12-18 Bas Nieuwenhuizenradv: Fix multi-layer blits.
2017-12-14 Samuel Pitoisetradv: export SampleMask from pixel shaders at full...
2017-12-14 Samuel Pitoisetradv: do not load the local invocation index when it...
2017-12-14 Samuel Pitoisetradv: do not load unused gl_LocalInvocationID/gl_WorkGr...
2017-12-14 Samuel Pitoisetradv: set FORCE_SIMD_DIST(1) for compute when profitable
2017-12-14 Samuel Pitoisetradv: calculate best compute resource limits
2017-12-14 Samuel Pitoisetradv: store the dispatch initiator into the device
2017-12-14 Samuel Pitoisetradv: always emit all compute block components
2017-12-14 Bas Nieuwenhuizenradv: Don't advertise VK_EXT_debug_report.
2017-12-10 Bas Nieuwenhuizenradv: Don't use local BOs when allocating with export...
2017-12-08 Samuel Pitoisetradv: do not print ASM to stderr when dumping shaders
2017-12-08 Samuel Pitoisetradv/winsys: implement query_value()
2017-12-08 Samuel Pitoisetradv: remove useless check radv_set_dcc_need_cmask_elim...
2017-12-08 Samuel Pitoisetradv: remove useless checks in radv_set_{color,depth...
2017-12-08 Samuel Pitoisetradv: only re-mit the index type when it changes
2017-12-08 Samuel Pitoisetradv: only reset command buffers that are not in the...
2017-12-08 Samuel Pitoisetradv: track different status of a command buffer
2017-12-08 Samuel Pitoisetradv: fix TC-compat HTILE with VK_FORMAT_D32_SFLOAT_S8_...
2017-12-07 Alex Smithradv: Add LLVM version to the device name string
2017-12-06 Fredrik Höglundradv: fix a case statement in GetMemoryFdPropertiesKHR
2017-12-04 Samuel Pitoisetradv: fix a crash in radv_can_dump_shader()
2017-12-04 Jason Ekstrandradv: Implement VK_KHR_get_surface_capabilities2
2017-12-04 Jason Ekstrandvulkan/wsi: Initialize individual WSI interfaces in...
2017-12-04 Jason Ekstrandvulkan/wsi: Drop some unneeded cruft from the API
2017-12-04 Jason Ekstrandvulkan/wsi: Add wrappers for all of the surface queries
2017-12-04 Jason Ekstrandvulkan/wsi: Drop the can_handle_different_gpu parameter...
2017-12-04 Jason Ekstrandvulkan/wsi: Add a helper for AcquireNextImage
2017-12-04 Dave Airlievulkan/wsi: move swapchain create/destroy to common...
2017-12-04 Jason Ekstrandvulkan/wsi: Move get_images into common code
2017-12-04 Dave Airlieradv/wsi: Move the guts of QueuePresent to wsi common
2017-12-04 Dave Airlieradv/wsi: drop allocate memory special case
2017-12-04 Jason Ekstrandvulkan/wsi: Do image creation in common code
2017-12-04 Jason Ekstrandvulkan/wsi: Implement prime in a completely generic way
2017-12-04 Jason Ekstrandradv: Move wsi initialization later in physical_device_init
2017-12-04 Jason Ekstrandradv/image: Implement the wsi "extension"
2017-12-04 Jason Ekstrandradv: Implement VK_EXT_external_memory_dma_buf
2017-12-04 Jason Ekstrandvulkan/wsi: Add a wsi_device_init function
2017-12-04 Daniel Stonevulkan/wsi: Add a wsi_image structure
2017-12-04 Dave Airlievulkan/wsi: use function ptr definitions from the spec.
2017-12-04 Timothy Arceriradv: enable nir varying array splitting
2017-12-03 Timothy Arceriradv: enable nir component packing
2017-12-02 Jason Ekstrandspirv: Convert the supported_extensions struct to spirv...
2017-12-01 Samuel Pitoisetradv: only reset command buffers when the allocation...
2017-12-01 Samuel Pitoisetradv: do not dump meta shaders with RADV_DEBUG=shaders
2017-11-30 Samuel Pitoisetradv: do not allocate CMASK or DCC for small surfaces
2017-11-30 Samuel Pitoisetradv: do not set DISABLE_LSB_CEIL on GFX9
2017-11-30 Samuel Pitoisetradv: remove set but unnecessary radv_color_buffer_info...
2017-11-30 Samuel Pitoisetradv: do not store gfx9_epitch in radv_color_buffer_info
2017-11-29 Marek Olšákac/surface: enable DCC computation for MSAA
2017-11-28 Nicolai Hähnleamd/common: sid.h cleanups
2017-11-28 Jason Ekstrandradv: Use the suffixed versions of VK_QUEUE_GLOBAL_PRIO...
2017-11-27 Marek Olšákac: change legacy_surf_level::slice_size to dword units
2017-11-24 Samuel PitoisetRevert "radv: remove unnecessary memset() in radv_Alloc...
2017-11-24 Samuel Pitoisetradv/winsys: improve error messages when the buffer...
2017-11-24 Samuel Pitoisetradv/winsys: do not try to create a BO list with 0...
2017-11-20 Samuel Pitoisetradv: use a 16 bytes array for the sampled/storage...
2017-11-20 Samuel Pitoisetradv: do not add the query pool BO to the list in vkCmd...
2017-11-20 Samuel Pitoisetradv: only load needed depth clear regs for fast depth...
2017-11-20 Samuel Pitoisetradv: do not add the image BO in radv_set_depth_clear_r...
2017-11-20 Samuel Pitoisetradv: remove useless assertion in emit_depthstencil_clear()
2017-11-20 Samuel Pitoisetradv: remove useless check in radv_set_depth_clear_regs()
2017-11-15 Dave Airlieradv: it isn't an error to not support a format or...
2017-11-15 Samuel Pitoisetradv: add the vertex buffers BO to the list at bind...
2017-11-15 Samuel Pitoisetradv: replace vb_dirty with RADV_CMD_DIRTY_VERTEX_BUFFER
2017-11-15 Samuel Pitoisetradv: drop radv_cmd_dirty_mask_t typedef
2017-11-15 Samuel Pitoisetradv: use an unsigned 32-bit integer for radv_queue...
2017-11-15 Samuel Pitoisetradv: do not add the image BO in radv_set_dcc_need_cmas...
2017-11-15 Samuel Pitoisetradv: do not add the image BO in radv_set_color_clear_r...
2017-11-14 Samuel Pitoisetradv: force enable LLVM sisched for The Talos Principle
2017-11-14 Samuel Pitoisetradv: add nosisched debug option
2017-11-14 Bas Nieuwenhuizenradv: Free temporary syncobj after waiting on it.
2017-11-14 Bas Nieuwenhuizenradv: Free syncobj with multiple imports.
2017-11-13 Samuel Pitoisetradv: add unlikely() around radv_save_descriptors()
2017-11-13 Samuel Pitoisetradv: optimize calling radv_cmd_buffer_trace_emit()
2017-11-13 Samuel Pitoisetradv: optimize calling radv_save_pipeline()
2017-11-13 Samuel Pitoisetradv: use vk_zalloc instead of vk_alloc+memset
2017-11-13 Samuel Pitoisetradv: remove unnecessary memset() in radv_AllocateComma...
2017-11-13 Samuel Pitoisetradv: remove useless initializations in radv_create_cmd...
2017-11-13 Samuel Pitoisetradv: remove useless memset() in radv_CreateFence()
2017-11-13 Samuel Pitoisetradv: use vk_error() everywhere an error is returned
2017-11-13 Samuel Pitoisetradv: make radv_emit_framebuffer_state() static
2017-11-13 Samuel Pitoisetradv: do not emit the framebuffer when restoring a...
2017-11-13 Samuel Pitoisetradv: prefetch VBO descriptors at the right place
2017-11-13 Samuel Pitoisetradv: add radv_emit_prefetch_TC_L2_async() helper
2017-11-13 Samuel Pitoisetradv: rename radv_emit_shaders_prefetch() to radv_emit_...
2017-11-13 Dave Airlieradv: emit esgs ring size in one place.
2017-11-13 Dave Airlieradv: move calculating vs out info regs into pipeline.
2017-11-10 Chad Versaceradv: Fix architecture in radeon_icd.{arch}.json
2017-11-07 Marek Olšákamd/addrlib: update to latest version
2017-11-06 Dave Airlieradv: move is_local up to the winsys level.
2017-11-06 Dave Airlieradv: wrap cs_add_buffer in an inline. (v2)
2017-11-06 Dave Airlieradv: when loading regs no need to add buffer
2017-11-06 Dave Airlieradv: pre-calculate user_data_0 registers and store...
2017-11-06 Dave Airlieradv: add initial copy descriptor support. (v2)
2017-11-06 Dave Airlieradv: move descriptor sets out of cmd_state.
next