mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 15:00:11 +01:00
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). |
||
|---|---|---|
| .. | ||
| tests | ||
| .gitignore | ||
| anv_allocator.c | ||
| anv_aub.h | ||
| anv_batch_chain.c | ||
| anv_cmd_buffer.c | ||
| anv_descriptor_set.c | ||
| anv_device.c | ||
| anv_dump.c | ||
| anv_entrypoints_gen.py | ||
| anv_formats.c | ||
| anv_gem.c | ||
| anv_gem_stubs.c | ||
| anv_gen_macros.h | ||
| anv_icd.json.in | ||
| anv_image.c | ||
| anv_intel.c | ||
| anv_meta.c | ||
| anv_meta.h | ||
| anv_meta_clear.c | ||
| anv_meta_clear.h | ||
| anv_nir.h | ||
| anv_nir_apply_dynamic_offsets.c | ||
| anv_nir_apply_pipeline_layout.c | ||
| anv_nir_builder.h | ||
| anv_nir_lower_push_constants.c | ||
| anv_pass.c | ||
| anv_pipeline.c | ||
| anv_private.h | ||
| 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 | ||
| gen7_state.c | ||
| gen8_cmd_buffer.c | ||
| gen8_pack.h | ||
| gen8_pipeline.c | ||
| gen8_state.c | ||
| gen9_pack.h | ||
| gen75_pack.h | ||
| genX_cmd_buffer.c | ||
| Makefile.am | ||