mesa/src/intel/compiler/elk
Qiang Yu 4847e0b380 all: rename gl_shader_stage_uses_workgroup to mesa_shader_stage_uses_workgroup
Acked-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Acked-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Acked-by: Yonggang Luo <luoyonggang@gmail.com>
Acked-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36569>
2025-08-06 10:28:41 +08:00
..
tests intel/compiler tests: fix path-to-string conversion 2025-06-23 08:26:29 +00:00
elk_asm.h
elk_asm_tool.c intel/compiler tests: fix variable type for getopt_long() return value 2025-06-23 08:26:29 +00:00
elk_cfg.cpp intel: fork exec_node/list -> brw_exec_node/list as a private Intel utility 2025-07-31 20:23:02 +00:00
elk_cfg.h intel: fork exec_node/list -> brw_exec_node/list as a private Intel utility 2025-07-31 20:23:02 +00:00
elk_clip.h intel: Move devinfo->has_negative_rhw_bug into the elk compiler 2025-03-10 17:23:07 -07:00
elk_clip_line.c intel: Move devinfo->has_negative_rhw_bug into the elk compiler 2025-03-10 17:23:07 -07:00
elk_clip_point.c
elk_clip_tri.c intel: Move devinfo->has_negative_rhw_bug into the elk compiler 2025-03-10 17:23:07 -07:00
elk_clip_unfilled.c build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
elk_clip_util.c
elk_compile_clip.c build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
elk_compile_ff_gs.c build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
elk_compile_sf.c build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
elk_compiler.c all: rename gl_shader_stage to mesa_shader_stage 2025-08-06 10:28:40 +08:00
elk_compiler.h all: rename gl_shader_stage_uses_workgroup to mesa_shader_stage_uses_workgroup 2025-08-06 10:28:41 +08:00
elk_dead_control_flow.cpp
elk_dead_control_flow.h
elk_debug_recompile.c all: rename gl_shader_stage to mesa_shader_stage 2025-08-06 10:28:40 +08:00
elk_disasm.c intel: fork exec_node/list -> brw_exec_node/list as a private Intel utility 2025-07-31 20:23:02 +00:00
elk_disasm.h
elk_disasm_info.c intel: fork exec_node/list -> brw_exec_node/list as a private Intel utility 2025-07-31 20:23:02 +00:00
elk_disasm_info.h intel: fork exec_node/list -> brw_exec_node/list as a private Intel utility 2025-07-31 20:23:02 +00:00
elk_disasm_tool.c
elk_eu.c build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
elk_eu.h build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
elk_eu_compact.c intel: fork exec_node/list -> brw_exec_node/list as a private Intel utility 2025-07-31 20:23:02 +00:00
elk_eu_defines.h
elk_eu_emit.c build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
elk_eu_opcodes.h
elk_eu_util.c
elk_eu_validate.c build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
elk_fs.cpp all: rename gl_shader_stage_uses_workgroup to mesa_shader_stage_uses_workgroup 2025-08-06 10:28:41 +08:00
elk_fs.h all: rename gl_shader_stage_uses_workgroup to mesa_shader_stage_uses_workgroup 2025-08-06 10:28:41 +08:00
elk_fs_bank_conflicts.cpp util: crib SWAP macro from freedreno 2025-07-21 11:42:18 +00:00
elk_fs_builder.h intel: fork exec_node/list -> brw_exec_node/list as a private Intel utility 2025-07-31 20:23:02 +00:00
elk_fs_cmod_propagation.cpp
elk_fs_combine_constants.cpp intel: fork exec_node/list -> brw_exec_node/list as a private Intel utility 2025-07-31 20:23:02 +00:00
elk_fs_copy_propagation.cpp ralloc/linalloc: allow adding custom code to LINEAR_ALLOC new operator 2025-08-04 02:07:00 +00:00
elk_fs_cse.cpp intel: fork exec_node/list -> brw_exec_node/list as a private Intel utility 2025-07-31 20:23:02 +00:00
elk_fs_dead_code_eliminate.cpp
elk_fs_generator.cpp all: rename gl_shader_stage to mesa_shader_stage 2025-08-06 10:28:40 +08:00
elk_fs_live_variables.cpp intel: fork exec_node/list -> brw_exec_node/list as a private Intel utility 2025-07-31 20:23:02 +00:00
elk_fs_live_variables.h
elk_fs_lower_pack.cpp build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
elk_fs_lower_regioning.cpp build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
elk_fs_nir.cpp all: rename gl_shader_stage_uses_workgroup to mesa_shader_stage_uses_workgroup 2025-08-06 10:28:41 +08:00
elk_fs_reg_allocate.cpp intel: fork exec_node/list -> brw_exec_node/list as a private Intel utility 2025-07-31 20:23:02 +00:00
elk_fs_register_coalesce.cpp
elk_fs_saturate_propagation.cpp
elk_fs_sel_peephole.cpp intel: fork exec_node/list -> brw_exec_node/list as a private Intel utility 2025-07-31 20:23:02 +00:00
elk_fs_thread_payload.cpp all: rename gl_shader_stage_is_compute to mesa_shader_stage_is_compute 2025-08-06 10:28:41 +08:00
elk_fs_validate.cpp
elk_fs_visitor.cpp build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
elk_gfx6_gs_visitor.cpp build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
elk_gfx6_gs_visitor.h
elk_gram.y
elk_inst.h
elk_interpolation_map.c
elk_ir.h intel: fork exec_node/list -> brw_exec_node/list as a private Intel utility 2025-07-31 20:23:02 +00:00
elk_ir_allocator.h
elk_ir_analysis.h
elk_ir_fs.h build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
elk_ir_performance.cpp
elk_ir_performance.h
elk_ir_vec4.h
elk_isa_info.h
elk_lex.l
elk_lower_logical_sends.cpp build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
elk_nir.c all: rename gl_shader_stage_uses_workgroup to mesa_shader_stage_uses_workgroup 2025-08-06 10:28:41 +08:00
elk_nir.h treewide: use nir_def_as_* 2025-08-01 15:34:24 +00:00
elk_nir_analyze_boolean_resolves.c build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
elk_nir_analyze_ubo_ranges.c
elk_nir_attribute_workarounds.c treewide: simplify nir_def_rewrite_uses_after 2025-08-01 15:34:24 +00:00
elk_nir_lower_alpha_to_coverage.c nir: rename nir_lower_io_to_temporaries -> nir_lower_io_vars_to_temporaries 2025-06-26 18:20:54 +00:00
elk_nir_lower_cs_intrinsics.c all: rename gl_shader_stage_uses_workgroup to mesa_shader_stage_uses_workgroup 2025-08-06 10:28:41 +08:00
elk_nir_lower_storage_image.c build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
elk_nir_options.c all: rename PIPE_SHADER_TYPES to MESA_SHADER_STAGES 2025-08-06 10:28:39 +08:00
elk_nir_options.h
elk_nir_private.h
elk_nir_trig_workarounds.py
elk_packed_float.c
elk_predicated_break.cpp intel: fork exec_node/list -> brw_exec_node/list as a private Intel utility 2025-07-31 20:23:02 +00:00
elk_prim.h
elk_private.h intel: Move unlit centroid workaround into the elk compiler 2025-03-10 17:23:07 -07:00
elk_reg.h build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
elk_reg_type.c
elk_reg_type.h build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
elk_schedule_instructions.cpp intel: fork exec_node/list -> brw_exec_node/list as a private Intel utility 2025-07-31 20:23:02 +00:00
elk_shader.cpp intel: fork exec_node/list -> brw_exec_node/list as a private Intel utility 2025-07-31 20:23:02 +00:00
elk_shader.h all: rename gl_shader_stage to mesa_shader_stage 2025-08-06 10:28:40 +08:00
elk_simd_selection.cpp all: rename gl_shader_stage_uses_workgroup to mesa_shader_stage_uses_workgroup 2025-08-06 10:28:41 +08:00
elk_spirv.c nir: add nir_vectorize_cb callback parameter to nir_lower_phis_to_scalar() 2025-07-08 15:33:59 +00:00
elk_test_eu_compact.cpp build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
elk_test_eu_validate.cpp intel/elk: Remove uses of VLAs 2025-01-10 07:05:35 +00:00
elk_test_fs_cmod_propagation.cpp
elk_test_fs_combine_constants.cpp
elk_test_fs_copy_propagation.cpp
elk_test_fs_saturate_propagation.cpp
elk_test_predicated_break.cpp
elk_test_simd_selection.cpp intel: Switch uint64_t intel_debug to a bitset 2025-04-22 23:09:26 +00:00
elk_test_vec4_cmod_propagation.cpp build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
elk_test_vec4_copy_propagation.cpp build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
elk_test_vec4_dead_code_eliminate.cpp build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
elk_test_vec4_register_coalesce.cpp build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
elk_test_vf_float_conversions.cpp
elk_vec4.cpp build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
elk_vec4.h
elk_vec4_builder.h intel: fork exec_node/list -> brw_exec_node/list as a private Intel utility 2025-07-31 20:23:02 +00:00
elk_vec4_cmod_propagation.cpp build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
elk_vec4_copy_propagation.cpp intel/elk: Fix wrong destination to memset 2025-01-24 01:09:26 +00:00
elk_vec4_cse.cpp intel: fork exec_node/list -> brw_exec_node/list as a private Intel utility 2025-07-31 20:23:02 +00:00
elk_vec4_dead_code_eliminate.cpp
elk_vec4_generator.cpp all: rename gl_shader_stage to mesa_shader_stage 2025-08-06 10:28:40 +08:00
elk_vec4_gs_nir.cpp build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
elk_vec4_gs_visitor.cpp intel: prepare VUE layout for more than 2 layouts 2025-05-08 06:48:35 +00:00
elk_vec4_gs_visitor.h
elk_vec4_live_variables.cpp intel: fork exec_node/list -> brw_exec_node/list as a private Intel utility 2025-07-31 20:23:02 +00:00
elk_vec4_live_variables.h
elk_vec4_nir.cpp build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
elk_vec4_reg_allocate.cpp intel/elk: Remove uses of VLAs 2025-01-10 07:05:35 +00:00
elk_vec4_surface_builder.cpp
elk_vec4_surface_builder.h
elk_vec4_tcs.cpp build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
elk_vec4_tcs.h
elk_vec4_tes.cpp
elk_vec4_tes.h
elk_vec4_visitor.cpp build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
elk_vec4_vs.h
elk_vec4_vs_visitor.cpp
elk_vue_map.c all: rename gl_shader_stage to mesa_shader_stage 2025-08-06 10:28:40 +08:00
meson.build intel/compiler: Use -Werror=vla 2025-02-11 11:25:48 +00:00