mesa/src/vulkan
Chad Versace f7e36f9f66 isl: Move it a standalone directory
The plan all along was to eventualyl move isl out of the Vulkan
directory, because I intended i965 and anvil to share it.

A small problem I encountered when attempting to write unit tests for
isl precipitated the move.  I discovered that it's easier to get isl
unit tests to build if I remove the extra, unneeded dependencies
injected by src/vulkan/Makefile.am. And the easiest way to remove those
unneeded dependencies is to move isl out of src/vulkan. (Unit tests come
in subsequent commits).
2015-12-15 08:45:49 -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_aub.h
anv_batch_chain.c
anv_cmd_buffer.c anv: Add support for storage texel buffers 2015-12-14 16:51:12 -08:00
anv_descriptor_set.c anv: Add support for storage texel buffers 2015-12-14 16:51:12 -08:00
anv_device.c anv: Add support for storage texel buffers 2015-12-14 16:51:12 -08:00
anv_dump.c
anv_entrypoints_gen.py
anv_formats.c
anv_gem.c
anv_gem_stubs.c anv: Fix build for unit tests 2015-12-14 09:00:28 -08:00
anv_gen_macros.h
anv_icd.json.in
anv_image.c anv: Add support for storage texel buffers 2015-12-14 16:51:12 -08:00
anv_intel.c
anv_meta.c anv/meta: Fix VkImageViewType 2015-12-14 09:03:58 -08:00
anv_meta.h anv/meta: Fix VkImageViewType 2015-12-14 09:03:58 -08:00
anv_meta_clear.c anv/meta: Fix VkImageViewType 2015-12-14 09:03:58 -08:00
anv_meta_clear.h
anv_nir.h
anv_nir_apply_dynamic_offsets.c
anv_nir_apply_pipeline_layout.c anv/apply_pipeline_layout: Multiply uniform sizes by 4 2015-12-10 22:36:49 -08:00
anv_nir_builder.h
anv_nir_lower_push_constants.c
anv_pass.c
anv_pipeline.c anv: Rename gs_vec4 to gs_kernel 2015-12-14 18:23:14 -08:00
anv_private.h anv: Rename gs_vec4 to gs_kernel 2015-12-14 18:23:14 -08:00
anv_query.c
anv_util.c
anv_wsi.c
anv_wsi.h
anv_wsi_wayland.c
anv_wsi_x11.c
gen7_cmd_buffer.c
gen7_pack.h
gen7_pipeline.c anv: Rename gs_vec4 to gs_kernel 2015-12-14 18:23:14 -08:00
gen7_state.c anv: Fix CUBE storage images 2015-12-14 16:59:59 -08:00
gen8_cmd_buffer.c gen8/cmd_buffer: Don't push CS constants if there aren't any 2015-12-10 18:56:27 -08:00
gen8_pack.h
gen8_pipeline.c anv: Rename gs_vec4 to gs_kernel 2015-12-14 18:23:14 -08:00
gen8_state.c anv: Fix CUBE storage images 2015-12-14 16:59:59 -08:00
gen9_pack.h
gen75_pack.h
genX_cmd_buffer.c
Makefile.am isl: Move it a standalone directory 2015-12-15 08:45:49 -08:00