mesa/src/vulkan
Chad Versace 52d4af6a3c anv/gen7: Remove unheeded helper begin_render_pass()
The helper didn't help much. It looks like a leftover from past
code-reuse.  Now it's called from exactly one location,
gen7_CmdBeginRenderPass(). So fold it into its caller.
2016-01-11 14:08:30 -08:00
..
tests anv/tests: gitignore block_pool_no_free 2015-12-14 09:00:28 -08:00
.gitignore isl: Move it a standalone directory 2015-12-15 08:45:49 -08:00
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: Assert on use of uninitialized surface state 2016-01-08 23:51:11 -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: Advertise number of timestamp bits 2016-01-09 00:51:14 -08:00
anv_dump.c vk/0.210.0: Rework vkQueueSubmit 2015-12-03 13:44:02 -08:00
anv_entrypoints_gen.py anv/entrypoints: Run the headers through the preprocessor first 2015-12-03 14:13:55 -08:00
anv_formats.c anv: Use isl_format_layout::bs instead of ::bpb 2016-01-05 10:00:39 -08:00
anv_gem.c anv: Fix anv_gem_set_tiling to respect tiling param 2015-12-07 08:42:11 -08:00
anv_gem_stubs.c anv: Fix build for unit tests 2015-12-14 09:00:28 -08:00
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/icd: Advertise the right ABI version 2015-12-10 12:27:13 -08:00
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 Merge remote-tracking branch 'mesa-public/master' into vulkan 2015-12-28 10:56:31 -08:00
anv_nir_lower_push_constants.c Merge remote-tracking branch 'mesa-public/master' into vulkan 2015-12-28 10:56:31 -08:00
anv_pass.c vk: Allocate subpass attachment in one big block 2016-01-04 10:07:10 -08:00
anv_pipeline.c anv/pipeline: Handle output lowering in anv_pipeline instead of spirv_to_nir 2016-01-11 11:06:06 -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: Support reseting timestamp query pools 2016-01-09 00:51:50 -08:00
anv_util.c vk/0.170.2: Update to the new VK_EXT_KHR_swapchain extensions 2015-10-08 12:11:18 -07:00
anv_wsi.c vk: Add new WSI support and bump the API to 0.210.1 2015-12-03 15:15:29 -08:00
anv_wsi.h vk: Add new WSI support and bump the API to 0.210.1 2015-12-03 15:15:29 -08:00
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 anv: Use isl_tiling_flags in anv_image_create_info 2015-12-07 08:50:28 -08:00
gen7_cmd_buffer.c anv/gen7: Remove unheeded helper begin_render_pass() 2016-01-11 14:08:30 -08:00
gen7_pack.h vk: Update generated headers 2015-08-24 13:45:41 -07:00
gen7_pipeline.c vk: Implement a basic pipeline cache 2016-01-05 12:03:21 -08:00
gen7_state.c vk: Assert on use of uninitialized surface state 2016-01-08 23:51:11 -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 vk: Update generated headers 2015-08-12 21:05:32 -07:00
gen8_pipeline.c vk: Handle uninitialized FS inputs and gl_PrimitiveID 2016-01-09 01:03:20 -08:00
gen8_state.c vk: Assert on use of uninitialized surface state 2016-01-08 23:51:11 -08:00
gen9_pack.h vk: Add GEN9 pack header 2015-11-25 20:56:41 -08:00
gen75_pack.h vk: Update generated headers 2015-08-24 13:45:41 -07:00
genX_cmd_buffer.c vk/0.210.0: Fix how we handle access flags in barriers 2015-12-03 13:44:02 -08:00
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 isl: Move it a standalone directory 2015-12-15 08:45:49 -08:00