mesa/src/vulkan
Kristian Høgsberg Kristensen a8cdef3dce vk: Only begin subpass if we're continuing a render pass
If VK_COMMAND_BUFFER_USAGE_RENDER_PASS_CONTINUE_BIT is not set in
pBeginInfo->flags, we don't have a render pass or framebuffer. Change
the condition that guard looking up render pass and framebuffer to test
for VK_COMMAND_BUFFER_USAGE_RENDER_PASS_CONTINUE_BIT instead of
VK_COMMAND_BUFFER_LEVEL_SECONDARY.

Fixes all remaining crashes in dEQP-VK.api.command_buffers.*.
2016-01-08 23:02:46 -08:00
..
tests
.gitignore
anv_allocator.c anv: Fix build without VALGRIND 2016-01-06 15:54:51 -08:00
anv_aub.h
anv_batch_chain.c anv/reloc_list: Make valgrind explicitly check relocation data 2016-01-08 16:44:54 -08:00
anv_cmd_buffer.c vk: Only begin subpass if we're continuing a render pass 2016-01-08 23:02:46 -08:00
anv_descriptor_set.c anv/UpdateDescriptorSets: Use the correct index for the buffer view 2016-01-04 21:36:11 -08:00
anv_device.c vk: Remove unsupported warnings for Skylake and Broxton 2016-01-08 22:29:06 -08:00
anv_dump.c
anv_entrypoints_gen.py
anv_formats.c anv: Use isl_format_layout::bs instead of ::bpb 2016-01-05 10:00:39 -08:00
anv_gem.c
anv_gem_stubs.c
anv_gen_macros.h anv: Add macros for doing per-gen compilation 2015-11-17 08:27:51 -08:00
anv_icd.json.in
anv_image.c anv: Use isl_format_layout::bs instead of ::bpb 2016-01-05 10:00:39 -08:00
anv_intel.c anv: Use isl_tiling_flags in anv_image_create_info 2015-12-07 08:50:28 -08:00
anv_meta.c anv/meta: Fix hardcoded format size in anv_CmdCopy* 2016-01-07 13:56:58 -08:00
anv_meta.h anv/meta: Fix VkImageViewType 2015-12-14 09:03:58 -08:00
anv_meta_clear.c vk: Implement a basic pipeline cache 2016-01-05 12:03:21 -08:00
anv_meta_clear.h vk: Handle allocation failures in meta init paths 2016-01-04 10:07:08 -08:00
anv_nir.h anv: Add initial support for pushing image params 2015-12-07 21:08:26 -08:00
anv_nir_apply_dynamic_offsets.c Merge remote-tracking branch 'mesa-public/master' into vulkan 2015-12-28 10:56:31 -08:00
anv_nir_apply_pipeline_layout.c
anv_nir_lower_push_constants.c
anv_pass.c vk: Allocate subpass attachment in one big block 2016-01-04 10:07:10 -08:00
anv_pipeline.c anv/pipeline: Lower indirect temporaries and inputs 2016-01-05 13:42:52 -08:00
anv_private.h vk: Make sure we emit binding table pointers after push constants 2016-01-07 16:31:57 -08:00
anv_query.c vk: Implement VK_QUERY_RESULT_WITH_AVAILABILITY_BIT 2016-01-07 16:31:57 -08:00
anv_util.c
anv_wsi.c
anv_wsi.h
anv_wsi_wayland.c vk: Call vk_error when we generate a VK_ERROR 2016-01-04 10:02:50 -08:00
anv_wsi_x11.c
gen7_cmd_buffer.c vk: Make sure we emit binding table pointers after push constants 2016-01-07 16:31:57 -08:00
gen7_pack.h
gen7_pipeline.c vk: Implement a basic pipeline cache 2016-01-05 12:03:21 -08:00
gen7_state.c anv/state: Pull sampler vk-to-gen maps into genX_state_util.h 2016-01-06 19:53:45 -08:00
gen8_cmd_buffer.c vk: Make sure we emit binding table pointers after push constants 2016-01-07 16:31:57 -08:00
gen8_pack.h
gen8_pipeline.c vk: Implement a basic pipeline cache 2016-01-05 12:03:21 -08:00
gen8_state.c anv/gen9: Fix cube surface state 2016-01-07 17:20:25 -08:00
gen9_pack.h
gen75_pack.h
genX_cmd_buffer.c
genX_pipeline_util.h anv/pipeline: Better vertex input channel setup 2015-12-31 12:02:08 -08:00
genX_state_util.h anv/state: Pull sampler vk-to-gen maps into genX_state_util.h 2016-01-06 19:53:45 -08:00
Makefile.am