mesa/src/intel/common
Qiang Yu 196569b1a4 all: rename gl_shader_stage to mesa_shader_stage
It's not only for GL, change to a generic name.

Use command:
  find . -type f -not -path '*/.git/*' -exec sed -i 's/\bgl_shader_stage\b/mesa_shader_stage/g' {} +

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:40 +08:00
..
i915 intel/common: Retry GEM_CONTEXT_CREATE when PXP have not finished initialization 2025-03-06 16:25:03 +00:00
tests intel/common: fix mi_builder_test issue 2025-02-04 12:57:19 +00:00
xe intel: Add function to check if PXP is supported in Xe KMD 2025-03-06 16:25:04 +00:00
intel_aux_map.c build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
intel_aux_map.h intel/isl: Add and use ISL_MAIN_TO_CCS_SIZE_RATIO_XE 2024-06-06 23:57:52 +00:00
intel_bind_timeline.c intel/common: Add functions to handle async vm bind 2024-02-09 20:24:48 +00:00
intel_bind_timeline.h intel/common: Add functions to handle async vm bind 2024-02-09 20:24:48 +00:00
intel_buffer_alloc.h
intel_clflushopt.c intel/clflush: Add support for clflushopt instruction 2023-09-06 01:39:53 +00:00
intel_common.c intel: Add INTEL_DEBUG=no-vrt 2025-07-13 21:11:02 +00:00
intel_common.h intel/common: Add helper for compute thread group dispatch size 2025-07-10 22:08:36 +00:00
intel_compute_slm.c intel: Compute the optimal preferred SLM size per subslice 2024-05-30 16:46:16 +00:00
intel_compute_slm.h intel: Compute the optimal preferred SLM size per subslice 2024-05-30 16:46:16 +00:00
intel_debug_identifier.c build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
intel_debug_identifier.h intel: move debug identifier out of libintel_dev 2024-05-11 01:52:01 +00:00
intel_engine.c build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
intel_engine.h intel/common: Implement Xe KMD in mi_builder tests 2024-11-20 01:47:04 +00:00
intel_gem.c build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
intel_gem.h anv/drirc: add option to provide low latency hint 2024-06-28 21:45:59 +00:00
intel_genX_state_brw.h build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
intel_genX_state_elk.h intel/elk: Remove multi-polygon support 2024-03-07 15:53:19 +00:00
intel_guardband.h
intel_hang_dump.h intel/tools: hang viewer/editor 2023-12-04 14:51:29 +00:00
intel_l3_config.c build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
intel_l3_config.h all: rename gl_shader_stage to mesa_shader_stage 2025-08-06 10:28:40 +08:00
intel_measure.c intel/measure: increase size of filename malloc to account for \0 2024-11-06 22:12:29 +00:00
intel_measure.h intel/measure: defer file open until first write 2024-11-04 20:25:14 +00:00
intel_mem.c intel/clflush: Utilize clflushopt in intel_invalidate_range 2024-07-20 16:10:16 +00:00
intel_mem.h intel/clflush: Add support for clflushopt instruction 2023-09-06 01:39:53 +00:00
intel_pixel_hash.h intel: Improve N-way pixel hashing computation to handle pixel pipes with asymmetric processing power. 2023-11-20 23:48:34 +00:00
intel_sample_positions.c
intel_sample_positions.h build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
intel_tiled_render.h intel/xehp+: Import algorithm for TBIMR tiling parameter calculation. 2023-10-27 14:48:29 -07:00
intel_urb_config.c intel: reuse intel_urb_config for mesh 2025-08-01 11:35:06 +00:00
intel_uuid.c
intel_uuid.h
meson.build meson: project-wide fs = import('fs') 2025-01-28 23:01:32 +00:00
mi_builder.h build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00