mesa/src/panfrost/lib
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
..
kmod pan/kmod: fix propagation of MAP_FAILED in pan_kmod_bo_mmap 2025-07-16 03:48:02 +00:00
tests panfrost: Test pan_afbc_payload_layout_packed() 2025-07-12 11:58:14 +00:00
.gitignore
meson.build panfrost: Get AFBC-P payload layout on the CPU 2025-07-12 11:58:14 +00:00
pan_afbc.c panfrost: Optimize pan_afbc_payload_layout_packed() for AArch32 2025-07-12 11:58:14 +00:00
pan_afbc.h build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
pan_afrc.h build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
pan_blend.c build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
pan_blend.h panfrost, panvk: Use arch version 9 to distinguish between Bifrost & Valhall 2025-06-18 16:09:03 +00:00
pan_clear.c panfrost: pass blendable formats to pan_pack_color 2023-11-06 14:30:28 +01:00
pan_desc.c build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
pan_desc.h build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
pan_earlyzs.c pan/earlyzs: Default to FORCE_EARLY for ZS update on v11+ 2025-04-15 13:36:07 +02:00
pan_earlyzs.h pan/earlyzs: Fix the read-only ZS optimization 2025-04-14 15:20:06 +00:00
pan_encoder.h build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
pan_format.c build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
pan_format.h build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
pan_image.h pan: Make it so all pan_image_xxx helpers get passed an image 2025-06-25 12:10:53 +02:00
pan_jc.h pan: Use a consistent pan_ prefix across src/panfrost/* 2025-05-21 14:58:20 +02:00
pan_layout.c pan: Make it so all pan_image_xxx helpers get passed an image 2025-06-25 12:10:53 +02:00
pan_layout.h pan/layout: Allow bigger size/surface stride on v12+ 2025-06-27 07:06:07 +00:00
pan_mod.c pan/layout: Allow bigger size/surface stride on v12+ 2025-06-27 07:06:07 +00:00
pan_mod.h build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
pan_pool.h pan: Use a consistent pan_ prefix across src/panfrost/* 2025-05-21 14:58:20 +02:00
pan_props.c pan/lib: Add some shader core properties to model table 2025-07-09 08:40:12 +00:00
pan_props.h pan/lib: Add some shader core properties to model table 2025-07-09 08:40:12 +00:00
pan_samples.c pan: Use a consistent pan_ prefix across src/panfrost/* 2025-05-21 14:58:20 +02:00
pan_samples.h pan: Use a consistent pan_ prefix across src/panfrost/* 2025-05-21 14:58:20 +02:00
pan_scratch.c pan: Use a consistent pan_ prefix across src/panfrost/* 2025-05-21 14:58:20 +02:00
pan_shader.c panfrost: don't use nir_lower_printf_buffer 2025-08-03 21:27:49 +00:00
pan_shader.h all: rename gl_shader_stage to mesa_shader_stage 2025-08-06 10:28:40 +08:00
pan_texture.c build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
pan_texture.h pan: Add the concept of modifier handler 2025-06-25 12:10:53 +02:00
pan_tiler.c pan: Use a consistent pan_ prefix across src/panfrost/* 2025-05-21 14:58:20 +02:00
pan_util.c pan: Use a consistent pan_ prefix across src/panfrost/* 2025-05-21 14:58:20 +02:00
pan_util.h panfrost: enable 8x and 16x msaa modes when supported 2025-06-10 19:22:48 +00:00
wrap.h panfrost: Kill the mali_ptr typedef 2025-01-07 11:10:55 +00:00