radv/gfx9: allocate events from uncached VA space
[mesa.git] / src / amd / vulkan /
2017-09-07 Dave Airlieradv/gfx9: allocate events from uncached VA space
2017-09-07 Dave Airlieradv/winsys: use amdgpu_bo_va_op_raw.
2017-09-07 Marek Olšákac/surface: add radeon_surf::has_stencil for convenience
2017-09-07 Samuel Pitoisetradv: do not use a bitfield when dirtying the vertex...
2017-09-07 Samuel Pitoisetradv: remove unused radv_meta_saved_state::vertex_saved...
2017-09-07 Dave Airlieradv: reduce radv_amdgpu_winsys struct size.
2017-09-07 Dave Airlieradv: reduce radv_image struct size.
2017-09-07 Dave Airlieradv: reduce radv_shader_variant struct size.
2017-09-07 Dave Airlieradv: reduce radv_cmd_state struct size.
2017-09-07 Dave Airlieradv: reduce meta_saved_state struct size.
2017-09-06 Samuel Pitoisetradv: fix error code when resizing the upload BO
2017-09-06 Dave AirlieRevert "radv: disable support for VEGA for now."
2017-09-06 Dave Airlieradv/gfx9: set descriptor up for base_mip to level...
2017-09-06 Dave Airlieradv: disable 1d/2d linear optimisation on gfx9.
2017-09-05 Bas Nieuwenhuizenradv: Fix vkCopyImage with both depth and stencil aspects.
2017-09-05 Samuel Pitoisetradv: fix a memleak when compiling the GS copy shader
2017-09-03 Dave Airlieradv: drop emit2d_dst_type.
2017-09-03 Xavier Bouchouxradv/meta: missing initialisations in create_pass().
2017-09-03 Bas Nieuwenhuizenradv: Enable command buffer chaining by default.
2017-09-03 Bas Nieuwenhuizenradv: Put semaphore waits in preamble cs.
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...
next