mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-04 08:48:14 +02:00
Mesa core pre-seeds VS/TCS/TES/GS/FS in _mesa_init_constants(..) with MAX_TEXTURE_IMAGE_UNITS. When a driver does not expose a stage, this seed leaks into the GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS sum. Drivers that only expose VS+FS (like etnaviv) overcounted by 96. Zero the field so the sum reflects only the stages the driver advertises. Signed-off-by: Christian Gmeiner <cgmeiner@igalia.com> Reviewed-by: Tapani Pälli <tapani.palli@intel.com> Reviewed-by: Marek Olšák <maraeo@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41746> |
||
|---|---|---|
| .. | ||
| glapi | ||
| main | ||
| math | ||
| program | ||
| state_tracker | ||
| vbo | ||
| meson.build | ||