mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-16 16:18:06 +02:00
The check in check_multiview_texture_target() whether numViews <= 0 (as required by the OVR_multiview spec) is never triggered since it is only called by frame_buffer_texture() when numviews > 1, as numviews of 0 is passed in by non multiview FramebufferTexture functions. Such cases are incorrectly treated as non-multiview attachments. Tweak frame_buffer_texture() to take an extra bool argument "multiview" to distinguish between a multiview call with numviews=0, and a non-multiview call. Fixes: |
||
|---|---|---|
| .. | ||
| main | ||
| math | ||
| program | ||
| state_tracker | ||
| vbo | ||
| x86 | ||
| meson.build | ||