radv: Actually set the cmd_buffer usage_flags.
[mesa.git] / src / amd / vulkan /
2017-09-03 Bas Nieuwenhuizenradv: Actually set the cmd_buffer usage_flags.
2017-09-01 Samuel Pitoisetradv: report VM faults if detected
2017-09-01 Samuel Pitoisetradv: add radv_check_gpu_hangs() helper function
2017-09-01 Samuel Pitoisetradv: disassemble SPIR-V binaries with RADV_DEBUG=spirv
2017-09-01 Samuel Pitoisetradv: move RADV_TRACE_FILE functions to radv_debug.c
2017-09-01 Samuel Pitoisetradv: silent a compiler warning in radv_emit_framebuffe...
2017-09-01 Samuel Pitoisetradv: compute correct maximum wave count per SIMD
2017-08-30 Grazvydas Ignotasradv: don't assert on empty hash table
2017-08-29 Bas Nieuwenhuizenradv: Add trace ids for secondary buffers.
2017-08-29 Bas Nieuwenhuizenac/debug: Support multiple trace ids for nested IBs.
2017-08-29 Bas Nieuwenhuizenradv/amdgpu: Enable dumping of all IBs with RADV_DEBUG...
2017-08-28 Grazvydas Ignotasradv: clear dynamic_shader_stages on create
2017-08-28 Grazvydas Ignotasamd: add .editorconfig
2017-08-28 Samuel Pitoisetradv: propagate VK_ERROR_OUT_OF_HOST_MEMORY to vk{Begin...
2017-08-28 Samuel Pitoisetradv: rename record_fail to record_result and use VkResult
2017-08-26 Dave Airlieradv/wsi: Compute correct row_pitch for GFX9.
2017-08-25 Bas Nieuwenhuizenradv: Fix sparse BO mapping merging.
2017-08-25 Bas Nieuwenhuizenradv: Fix off by one in MAX_VBS assert.
2017-08-25 Bas Nieuwenhuizenradv: Don't set a new subpass on compute resolve.
2017-08-25 Bas Nieuwenhuizenradv: Remove some intel comments from the resolve code.
2017-08-24 Dave Airlieradv: don't crash if we have no framebuffer
2017-08-24 Dave Airlieradv/gfx9: gfx9 has buffer sizing rules like pre-VI.
2017-08-24 Dave Airlieradv: fix predication on gfx9
2017-08-24 Bas Nieuwenhuizenradv: Expose VK_KHX_multiview.
2017-08-24 Bas Nieuwenhuizenradv: Implement multiview draws.
2017-08-24 Bas Nieuwenhuizenradv: Implement determining the has_multiview_view_inde...
2017-08-24 Bas Nieuwenhuizenradv: Add multiview clears.
2017-08-24 Bas Nieuwenhuizenradv: Store multiview info in renderpass.
2017-08-24 Bas Nieuwenhuizenac/nir: Make shader key a struct.
2017-08-24 Bas Nieuwenhuizenradv: Use 0 for the layer id if the vertex shader does...
2017-08-24 Dave Airlieradv/gfx9: don't expose linear depth on vega.
2017-08-24 Dave Airlieradv: don't degrade tiling mode for small compressed...
2017-08-24 Dave Airlieradv/gfx9: only minify image view width/height/depth...
2017-08-24 Dave Airlieradv/image: don't rescale width/height if the format...
2017-08-24 Dave Airlieradv: cleanup some image view descriptor setup.
2017-08-24 Dave Airlieradv/gfx9: emit sx_mrt_blend registers
2017-08-24 Dave Airlieradv: bump space check for indexed draw.
2017-08-24 Dave Airlieradv/gfx9: fixup db/stencil disable.
2017-08-24 Dave Airlieradv/gfx9: fix level count in color register setup.
2017-08-24 Dave Airlieradv/gfx9: use total levels in texture descriptor
2017-08-23 Bas Nieuwenhuizenradv: Implement bc optimize.
2017-08-17 Dave Airlieradv: disable support for VEGA for now.
2017-08-15 Dave Airlieradv/gfx9: for fast clear use is_linear flag.
2017-08-15 David Airlieradv/gfx9: fix tile swizzle handling for gfx9
2017-08-15 David Airlieradv/gfx9: handle GFX9 opaque metadata
2017-08-15 David Airlieradv: emit db_htile_surface reg on gfx9 as well
2017-08-15 Dave Airlieradv/gfx9: remove some leftover gfx6 descriptor setup.
2017-08-15 Dave Airlieradv/gfx9: fix set predication packet.
2017-08-09 Dave Airlieradv: force cs/ps/l2 flush at end of command stream...
2017-08-07 Bas Nieuwenhuizenradv: remove semicolon in if(...);
2017-08-07 Alex Smithradv: Fix decompression on multisampled depth buffers
2017-08-07 Bas Nieuwenhuizenradv: Don't allow fmask swizzling for shareable images.
2017-08-07 Dave Airlieradv: fix MSAA on SI gpus.
2017-08-06 Dave Airlieradv: add separate fmask tile swizzle counter.
2017-08-06 Bas Nieuwenhuizenradv: Use the correct channel for alpha in resolve...
2017-08-06 Bas Nieuwenhuizenradv: Only convert linear->srgb in compute resolves.
2017-08-06 Bas Nieuwenhuizenradv: Don't use SRGB format for image stores during...
2017-08-06 Andres Rodriguezradv: generate the same driver UUID as radeonsi
2017-08-06 Andres Rodriguezradv: generate same device UUID as radeonsi
2017-08-05 Dave Airlieradv: avoid GPU hangs if someone does a resolve with...
2017-08-04 Dave Airlieradv: also fix texture image descriptors for mipmap...
2017-08-04 Dave Airlieradv: fix tile swizzle regression on mipmaps.
2017-08-04 Marek Olšákac/surface: increment surf_index only when tile swizzle...
2017-08-04 Marek Olšákac/surface: remove RADEON_SURF_HAS_TILE_MODE_INDEX
2017-08-04 Marek Olšákac/surface: move tile_swizzle to ac_surface and document it
2017-08-02 Bas Nieuwenhuizenradv: Add suballocation for shaders.
2017-07-31 Dave Airlieradv: handle 10-bit format clamping workaround.
2017-07-31 Bas Nieuwenhuizenradv: Don't underflow non-visible VRAM size.
2017-07-31 Nicolai Hähnleac/nir,radv: move force_persample to ac_shader_info...
2017-07-28 Dave Airlieradv: for stencil only set Z tile mode index to same...
2017-07-26 Dave Airlieradv/winsys: fix padding command stream for SI
2017-07-26 Andres Rodriguezradv: rename physical_device->uuid[] to cache_uuid[]
2017-07-25 Dave Airlieradv: only report external semaphore info for opaque fd.
2017-07-24 Dave Airlieradv: fix buffer views on SI/CIK.
2017-07-24 Dave Airlieradv: enable sample shading
2017-07-24 Dave Airlieradv: don't set dedicated bit for buffer external memory.
2017-07-24 Dave Airlieradv: fix non-0 based layer clears.
2017-07-24 Dave Airlieradv: check enabled device features.
2017-07-24 Dave Airlieradv: for external memory imports close the fd on impor...
2017-07-23 Bas Nieuwenhuizenradv: Don't segfault when exporting an image which...
2017-07-23 Bas Nieuwenhuizenradv: Handle VK_ATTACHMENT_UNUSED in color attachments.
2017-07-21 Dave Airlieradv: reset non-syncobj semaphore context after wait.
2017-07-21 Dylan Bakerradv: rebase radv_entrypoints_gen.py on anv_entrypoints...
2017-07-21 Alex Smithradv: Generate storage image descriptors unconditionally
2017-07-21 Dave Airlieradv: initial support for shared semaphores (v2)
2017-07-21 Dave Airlieradv/winsys: add syncobj hooks
2017-07-20 Bas Nieuwenhuizenradv: Add support for VK_KHR_variable_pointers.
2017-07-20 Bas Nieuwenhuizenradv: Add VK_KHR_storage_buffer_storage_class support.
2017-07-20 Dave Airlieradv: port to new libdrm API.
2017-07-20 Dave Airlieradv: introduce some wrapper in cs code to make porting...
2017-07-18 Alex Smithradv: Set the RADEON_SURF_OPTIMIZE_FOR_SPACE flag for...
2017-07-18 Dave Airlieradv: don't shadow meta_va.
2017-07-17 Emil Velikovradv: advertise v6 of the wayland surface extension
2017-07-17 Dave Airlieradv: predicate cmask eliminate when using DCC.
2017-07-17 Dave Airlieradv/clear: add r32g32b32a32 fast clear support (v2)
2017-07-17 Dave Airlieradv: set cb base tile swizzles for MRT speedups (v4)
2017-07-17 Dave Airlieradv: allow clear merging for depth/stencil with no...
2017-07-15 Bas Nieuwenhuizenradv: Remove NV dedicated alloc extension.
2017-07-15 Bas Nieuwenhuizenradv: Use the KHR dedicated alloc for the WSI.
2017-07-15 Jason Ekstrandradv: Implement VK_KHR_external_memory
next