mesa/src/intel/vulkan
Jason Ekstrand 79d403417c intel/cs: Make thread_local_id a regular builtin param
This is a lot more natural than special casing it all over the place.
We still have to do a bit of special-casing in assign_constant_locations
but it's not special-cased quite as bad as it was before.

Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
2017-10-12 22:39:31 -07:00
..
tests anv/allocator: Add the capability to allocate blocks of different sizes 2017-05-04 19:07:54 -07:00
.gitignore anv: put anv_extensions.c in gitignore 2017-08-03 16:14:45 +01:00
anv_allocator.c anv: bo_cache: allow importing a BO larger than needed 2017-10-11 22:29:55 +01:00
anv_batch_chain.c anv: Remove 'inline' keywords 2017-08-29 15:20:57 -07:00
anv_blorp.c anv: enable multiple planes per image/imageView 2017-10-06 16:32:20 +01:00
anv_cmd_buffer.c intel/cs: Make thread_local_id a regular builtin param 2017-10-12 22:39:31 -07:00
anv_debug_report.c anv: implementation of VK_EXT_debug_report extension 2017-09-12 09:39:29 +03:00
anv_descriptor_set.c anv/apply_pipeline_layout: Prepare for multi-planar images 2017-10-06 16:32:19 +01:00
anv_device.c intel/compiler: Add a flag for pull constant support 2017-10-12 22:39:30 -07:00
anv_dump.c anv: enable multiple planes per image/imageView 2017-10-06 16:32:20 +01:00
anv_entrypoints_gen.py anv/entrypoints_gen: Dedent the C code 2017-09-20 14:56:45 -07:00
anv_extensions.py anv: enable VK_KHR_sampler_ycbcr_conversion 2017-10-06 16:34:04 +01:00
anv_formats.c anv: enable VK_KHR_sampler_ycbcr_conversion 2017-10-06 16:34:04 +01:00
anv_gem.c anv: Add support for the SYNC_FD handle type for fences 2017-08-28 19:33:43 -07:00
anv_gem_stubs.c anv: Add support for the SYNC_FD handle type for fences 2017-08-28 19:33:43 -07:00
anv_genX.h anv/gpu_memcpy: Add a lighter-weight GPU memcpy function 2017-07-22 20:12:09 -07:00
anv_icd.py anv: Use python to generate ICD json files 2017-08-02 09:13:13 -07:00
anv_image.c anv: fix null pointer dereference 2017-10-10 08:17:44 +03:00
anv_intel.c anv: intel: use anv_image's computed size for importing a BO 2017-10-11 22:29:55 +01:00
anv_nir.h anv: add nir lowering pass for ycbcr textures 2017-10-06 16:32:19 +01:00
anv_nir_apply_pipeline_layout.c anv/pipeline: Grow the param array for images 2017-10-12 22:39:31 -07:00
anv_nir_lower_input_attachments.c nir: Rework conversion opcodes 2017-03-14 07:36:40 -07:00
anv_nir_lower_multiview.c anv/pipeline: Add shader lowering for multiview 2017-05-03 11:25:46 -07:00
anv_nir_lower_push_constants.c spirv: compute push constant access offset & range 2017-01-04 21:14:17 +00:00
anv_nir_lower_ycbcr_textures.c anv: fix nir.h include 2017-10-07 22:57:50 +01:00
anv_pass.c anv: Stop resolving CCS implicitly 2017-07-22 20:12:10 -07:00
anv_pipeline.c anv/pipeline: Refactor setup of the prog_data::param array 2017-10-12 22:39:31 -07:00
anv_pipeline_cache.c i965: Store image_param in brw_context instead of prog_data 2017-10-12 22:39:30 -07:00
anv_private.h intel: Rewrite the world of push/pull params 2017-10-12 22:39:29 -07:00
anv_queue.c anv: wire up vk_errorf macro to do debug reporting 2017-09-12 09:42:00 +03:00
anv_util.c anv: wire up vk_errorf macro to do debug reporting 2017-09-12 09:42:00 +03:00
anv_wsi.c anv: fix assert in wsi image code. 2017-10-11 09:52:57 +10:00
anv_wsi_wayland.c anv/wsi: Don't include wayland headers 2017-03-13 11:16:30 +00:00
anv_wsi_x11.c vulkan/wsi/radv: add initial prime support (v1.1) 2017-02-27 05:42:16 +10:00
gen7_cmd_buffer.c anv: Remove 'inline' keywords 2017-08-29 15:20:57 -07:00
gen8_cmd_buffer.c anv: enable multiple planes per image/imageView 2017-10-06 16:32:20 +01:00
genX_blorp_exec.c intel: Move clflush helpers from anv to common/gen_clflush.h. 2017-07-10 15:55:19 -07:00
genX_cmd_buffer.c anv: Do not assert() on VK_ATTACHMENT_UNUSED 2017-10-09 16:28:43 -07:00
genX_gpu_memcpy.c anv: Explicitly cast between different enums 2017-08-29 15:20:57 -07:00
genX_pipeline.c anv: Add support for tessellation domain origin control 2017-09-20 17:21:06 -07:00
genX_query.c anv: wire up vk_errorf macro to do debug reporting 2017-09-12 09:42:00 +03:00
genX_state.c anv: enable VK_KHR_sampler_ycbcr_conversion 2017-10-06 16:34:04 +01:00
meson.build anv: add nir lowering pass for ycbcr textures 2017-10-06 16:32:19 +01:00
TODO anv: Implement pipeline statistics queries 2017-03-17 12:12:50 -07:00
vk_format_info.h anv: add new formats KHR_sampler_ycbcr_conversion 2017-10-06 11:46:08 +01:00