mesa/src/intel/vulkan
Jason Ekstrand 428ffc9c13 anv/device: Actually free the CPU-side fence struct again
In 23de78768, when we switched from allocating individual BOs to using the
pool for fences, we accidentally deleted the free.
2016-03-07 14:50:52 -08:00
..
tests anv: Fix make check 2016-03-02 11:45:29 -08:00
.gitignore Move the intel vulkan driver to src/intel/vulkan 2016-02-18 10:37:59 -08:00
anv_allocator.c anv/allocator: Set is_winsys_bo to false for block pool BOs 2016-02-18 13:55:57 -08:00
anv_batch_chain.c Move the intel vulkan driver to src/intel/vulkan 2016-02-18 10:37:59 -08:00
anv_cmd_buffer.c anv: Emit null render targets 2016-03-05 20:47:10 -08:00
anv_descriptor_set.c anv/descriptor_set: Use the correct size for the descriptor pool 2016-02-23 21:25:37 -08:00
anv_device.c anv/device: Actually free the CPU-side fence struct again 2016-03-07 14:50:52 -08:00
anv_dump.c Move the intel vulkan driver to src/intel/vulkan 2016-02-18 10:37:59 -08:00
anv_entrypoints_gen.py Move the intel vulkan driver to src/intel/vulkan 2016-02-18 10:37:59 -08:00
anv_formats.c anv: Don't allow D16_UNORM to be combined with stencil 2016-03-05 09:59:28 -08:00
anv_gem.c Move the intel vulkan driver to src/intel/vulkan 2016-02-18 10:37:59 -08:00
anv_gem_stubs.c Move the intel vulkan driver to src/intel/vulkan 2016-02-18 10:37:59 -08:00
anv_image.c anv: Implement VK_REMAINING_{MIP_LEVELS,ARRAY_LAYERS} 2016-03-04 21:25:23 -08:00
anv_intel.c Move the intel vulkan driver to src/intel/vulkan 2016-02-18 10:37:59 -08:00
anv_meta.c anv/meta: Allocate descriptor pools on-the-fly 2016-02-23 17:04:19 -08:00
anv_meta.h anv/meta: Implement the blitter API functions 2016-03-03 11:25:04 -08:00
anv_meta_blit.c anv/meta: Delete unused functions 2016-03-03 11:26:44 -08:00
anv_meta_clear.c anv: Implement VK_REMAINING_{MIP_LEVELS,ARRAY_LAYERS} 2016-03-04 21:25:23 -08:00
anv_meta_resolve.c anv/image: Add a ussage_mask field to image_view_init 2016-02-27 10:26:14 -08:00
anv_nir.h anv: Also cache the struct anv_pipeline_binding maps 2016-03-05 13:50:07 -08:00
anv_nir_apply_dynamic_offsets.c anv: Fix a typo in apply_dynamic_offsets 2016-02-20 21:24:31 -08:00
anv_nir_apply_pipeline_layout.c anv: Also cache the struct anv_pipeline_binding maps 2016-03-05 13:50:07 -08:00
anv_nir_lower_push_constants.c Move the intel vulkan driver to src/intel/vulkan 2016-02-18 10:37:59 -08:00
anv_pass.c Move the intel vulkan driver to src/intel/vulkan 2016-02-18 10:37:59 -08:00
anv_pipeline.c anv: Quiet pTessellationState warning 2016-03-06 22:06:24 -08:00
anv_pipeline_cache.c anv: Turn pipeline cache on by default 2016-03-05 13:54:24 -08:00
anv_private.h anv: Emit null render targets 2016-03-05 20:47:10 -08:00
anv_query.c Move the intel vulkan driver to src/intel/vulkan 2016-02-18 10:37:59 -08:00
anv_util.c anv/util: Fix vector resizing 2016-03-03 08:17:36 -08:00
anv_wsi.c Move the intel vulkan driver to src/intel/vulkan 2016-02-18 10:37:59 -08:00
anv_wsi.h Move the intel vulkan driver to src/intel/vulkan 2016-02-18 10:37:59 -08:00
anv_wsi_wayland.c Move the intel vulkan driver to src/intel/vulkan 2016-02-18 10:37:59 -08:00
anv_wsi_x11.c anv/x11: Free swapchain images and memory on destroy 2016-02-22 16:23:47 -08:00
dev_icd.json.in Move the intel vulkan driver to src/intel/vulkan 2016-02-18 10:37:59 -08:00
gen7_cmd_buffer.c anv: Store prog data in pipeline cache stream 2016-03-05 13:50:07 -08:00
gen7_pipeline.c anv: Always use point size from the shader 2016-03-05 13:54:24 -08:00
gen8_cmd_buffer.c anv: Store prog data in pipeline cache stream 2016-03-05 13:50:07 -08:00
gen8_pipeline.c anv/pipeline: Handle null wm_prog_data in 3DSTATE_CLIP 2016-03-05 14:42:16 -08:00
genX_cmd_buffer.c anv: Emit null render targets 2016-03-05 20:47:10 -08:00
genX_pipeline.c anv: Store prog data in pipeline cache stream 2016-03-05 13:50:07 -08:00
genX_pipeline_util.h anv: Store prog data in pipeline cache stream 2016-03-05 13:50:07 -08:00
genX_state.c anv: Fix backwards shadow comparisons 2016-03-04 11:35:46 -08:00
intel_icd.json.in Move the intel vulkan driver to src/intel/vulkan 2016-02-18 10:37:59 -08:00
Makefile.am anv: Fix make check 2016-03-02 11:45:29 -08:00