mesa/src/vulkan
Nanley Chery d4de918ad0 gen8/state: Remove SKL special-casing for MinimumArrayElement
MinimumArrayElement carries the same meaning for BDW and SKL.
Suggested by Jason.

No regressions in dEQP-VK.pipeline.image.view_type.cube_array.*
Fixes a number of cube tests, including cube_array_base_slice
and cube_base_slice tests.
2016-01-22 17:10:14 -08:00
..
tests vk/tests: Add isl include path 2016-01-20 13:47:40 -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/batch_chain: Fix patching up of block pool relocations on Gen8+. 2016-01-21 16:30:44 -08:00
anv_cmd_buffer.c vk: Emit surface state base address before renderpass 2016-01-21 14:18:52 -08:00
anv_descriptor_set.c anv: Add support for VK_WHOLE_SIZE several places 2016-01-19 16:53:35 -08:00
anv_device.c vk: Make maxSamplerAllocationCount more reasonable 2016-01-20 14:36:52 -08:00
anv_dump.c vulkan-1.0.0: Rework memory barriers 2016-01-14 08:09:39 -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/gem: Add a helper for getting bit6 swizzling information 2016-01-18 17:21:05 -08:00
anv_gem_stubs.c vk/tests: Add stub for anv_gem_get_bit6_swizzle() 2016-01-20 13:47:40 -08:00
anv_gen_macros.h
anv_icd.json.in anv/icd: Advertise the right ABI version 2015-12-10 12:27:13 -08:00
anv_image.c anv/image: Move common code to anv_image.c 2016-01-22 11:57:01 -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: Set sampler type and instruction arrayness consistently in blit shader. 2016-01-22 16:43:18 -08:00
anv_meta.h anv/meta: Fix VkImageViewType 2015-12-14 09:03:58 -08:00
anv_meta_clear.c anv/meta: Implement CmdFillBuffer 2016-01-19 16:53:35 -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/apply_pipeline_layout: Stomp texture array size to 1 2016-01-14 18:58:25 -08:00
anv_nir_lower_push_constants.c vk: Fix indirect push constants 2016-01-21 11:10:11 -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: Set size of shared variables in prog_data 2016-01-21 00:31:29 -08:00
anv_private.h anv/image: Move common code to anv_image.c 2016-01-22 11:57:01 -08:00
anv_query.c vulkan-1.0.0: Misc. field and argument renames 2016-01-14 07:41:45 -08:00
anv_util.c
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 anv: Misc allocation scope fixes 2016-01-18 14:04:13 -08:00
anv_wsi_x11.c WIP: Partially upgrade to vulkan v0.221.0 2016-01-14 07:30:46 -08:00
gen7_cmd_buffer.c anv: Distinguish between subpass setup and subpass start 2016-01-14 22:53:05 -08:00
gen7_pack.h genX/pack: Add a __gen_fixed helper and use it for TextureLODBias 2016-01-18 11:35:04 -08:00
gen7_pipeline.c vk: Implement a basic pipeline cache 2016-01-05 12:03:21 -08:00
gen7_state.c anv/state: Dedupe code for lowering surface format 2016-01-22 16:49:17 -08:00
gen8_cmd_buffer.c anv/gen8: Set SLM size in interface descriptor 2016-01-21 00:31:29 -08:00
gen8_pack.h genX/pack: Add a __gen_fixed helper and use it for TextureLODBias 2016-01-18 11:35:04 -08:00
gen8_pipeline.c anv/pipeline: Pass through specialization constants 2016-01-13 15:18:36 -08:00
gen8_state.c gen8/state: Remove SKL special-casing for MinimumArrayElement 2016-01-22 17:10:14 -08:00
gen9_pack.h genX/pack: Add a __gen_fixed helper and use it for TextureLODBias 2016-01-18 11:35:04 -08:00
gen75_pack.h genX/pack: Add a __gen_fixed helper and use it for TextureLODBias 2016-01-18 11:35:04 -08:00
genX_cmd_buffer.c vk: Do render cache flush for GEN8+ 2016-01-21 14:18:52 -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: Dedupe code for lowering surface format 2016-01-22 16:49:17 -08:00
Makefile.am isl: Move it a standalone directory 2015-12-15 08:45:49 -08:00