mesa/src/gallium/drivers/iris
Ian Romanick 1eb4a2f5cd
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run
iris: Limit max_shader_buffer_size to INT32_MAX
GLSL arrays are sized by signed integers. Other places in the Mesa treat
this value is int32_t. Having the value larger than (uint32_t)INT32_MAX
causes assertion failures in many piglit tests.

Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
Closes: #13873
Fixes: 2f8b8649f0 ("iris: Increase max_shader_buffer_size to max_buffer_size")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37282>
2025-09-12 20:45:39 +00:00
..
i915 iris: Replace BO_ALLOC_* macros by a enum 2025-03-06 16:25:04 +00:00
xe build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
driinfo_iris.h isl/iris/anv: setup L1CacheControl based on surface and buffer usage 2025-03-26 20:19:07 +00:00
iris_batch.c build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
iris_batch.h mi-builder: add read/write memory fencing support on Gfx20+ 2024-06-13 11:04:31 +00:00
iris_binder.c iris: enable generated indirect draws 2024-02-13 00:06:45 +00:00
iris_binder.h iris: enable generated indirect draws 2024-02-13 00:06:45 +00:00
iris_blit.c anv/iris/blorp: use the right MOCS values for each engine 2024-03-06 20:33:12 +00:00
iris_blorp.c gallium: add pipe_context::resource_release to eliminate buffer refcounting 2025-09-09 20:47:38 +00:00
iris_border_color.c
iris_bufmgr.c build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
iris_bufmgr.h iris: implement SVM interfaces 2025-06-10 12:17:39 +00:00
iris_clear.c build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
iris_context.c build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
iris_context.h all: rename pipe_shader_type to mesa_shader_stage 2025-08-06 10:28:40 +08:00
iris_defines.h iris: Don't return timestamps modulo 36-bits 2024-01-24 23:13:15 +00:00
iris_disk_cache.c all: rename gl_shader_stage to mesa_shader_stage 2025-08-06 10:28:40 +08:00
iris_draw.c gallium: add pipe_context::resource_release to eliminate buffer refcounting 2025-09-09 20:47:38 +00:00
iris_fence.c gallium: fix timeline semaphore value passing 2025-07-07 21:18:29 +00:00
iris_fence.h
iris_fine_fence.c gallium: add pipe_context::resource_release to eliminate buffer refcounting 2025-09-09 20:47:38 +00:00
iris_fine_fence.h iris: Nuke useless flags from iris_fine_fence_new() 2023-10-09 21:12:56 +00:00
iris_formats.c intel: Disable 16x MSAA support on Xe3 2025-08-07 07:30:35 +00:00
iris_genx_macros.h build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
iris_genx_protos.h iris: enable generated indirect draws 2024-02-13 00:06:45 +00:00
iris_indirect_gen.c gallium: add pipe_context::resource_release to eliminate buffer refcounting 2025-09-09 20:47:38 +00:00
iris_kmd_backend.c
iris_kmd_backend.h iris: Replace BO_ALLOC_* macros by a enum 2025-03-06 16:25:04 +00:00
iris_measure.c intel/measure: add nogl feature 2024-11-04 20:25:14 +00:00
iris_measure.h
iris_monitor.c build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
iris_monitor.h
iris_perf.c
iris_perf.h
iris_performance_query.c
iris_pipe.h iris: remove stage_from_pipe and pipe_from_stage helpers 2025-08-22 17:04:50 +00:00
iris_pipe_control.c iris: Add helper for indirect_ubos_use_sampler 2024-02-21 00:38:35 +00:00
iris_program.c gallium: add pipe_context::resource_release to eliminate buffer refcounting 2025-09-09 20:47:38 +00:00
iris_program_cache.c gallium: add pipe_context::resource_release to eliminate buffer refcounting 2025-09-09 20:47:38 +00:00
iris_query.c gallium: add pipe_context::resource_release to eliminate buffer refcounting 2025-09-09 20:47:38 +00:00
iris_resolve.c all: rename gl_shader_stage to mesa_shader_stage 2025-08-06 10:28:40 +08:00
iris_resource.c build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
iris_resource.h iris: Add support for damage region 2025-01-02 14:40:47 +00:00
iris_screen.c iris: Limit max_shader_buffer_size to INT32_MAX 2025-09-12 20:45:39 +00:00
iris_screen.h all: rename gl_shader_stage to mesa_shader_stage 2025-08-06 10:28:40 +08:00
iris_state.c gallium: add pipe_context::resource_release to eliminate buffer refcounting 2025-09-09 20:47:38 +00:00
iris_utrace.c u_trace: pass tracepoint flags to the read_timestamp callback 2025-02-24 08:08:02 +00:00
iris_utrace.h
meson.build mesa: remove inc_mapi 2025-08-06 20:35:26 +00:00