mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-27 07:58:14 +02:00
- Add one member to the existed ir3_stream_output so that we could assign location information from nir_xfb_info, rather than defining new struct. - Redefine maximum of so buffers, streams and outputs, which will be used for turnip. - Also enable caps for transform feedback for spirv_to_nir. v2. Remove redefined maximums and use IR3_MAX_SO_* and add IR3_MAX_SO_STREAMS. v3. Remove the newly added location field so that we could keep aligned with 32 bytes. Instead we create an array mapping between the location and consecutive index, which is GL driver is doing. Signed-off-by: Hyunjun Ko <zzoon@igalia.com> Reviewed-by: Jonathan Marek <jonathan@marek.ca> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3942> |
||
|---|---|---|
| .. | ||
| computerator | ||
| drm | ||
| drm-shim | ||
| fdl | ||
| ir3 | ||
| perfcntrs | ||
| registers | ||
| vulkan | ||
| .dir-locals.el | ||
| .editorconfig | ||
| Android.drm.mk | ||
| Android.ir3.mk | ||
| Android.mk | ||
| Android.perfcntrs.mk | ||
| Android.registers.mk | ||
| Makefile.sources | ||
| meson.build | ||