mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-25 01:30:30 +01:00
The AMD_framebuffer_multisample_advanced extension interacts kinda badly with ARB_internalformat_query and GLES 3. The problem is that ARB_internalformat_query etc untangles MAX_SAMPLES and per-internalformat sample limits, but the multisample advanced spec explicitly requires that we can't go above the global maximum. This isn't the biggest problem in the world; one could just deal with these limitations for the multisample_advanced functions... if it wasn't for the fact that we by mistake apply the multisample_advanced limitations for functions where they shouldn't be taken into account. Whoops. So let's make sure we don't do that. Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34455> |
||
|---|---|---|
| .. | ||
| main | ||
| math | ||
| program | ||
| state_tracker | ||
| vbo | ||
| x86 | ||
| meson.build | ||