Skip to content

iris: move sysvals to their own constant buffer

Timur Kristóf requested to merge Venemo/mesa:iris-sysvals-fix into master

Moves the sysvals to a separate, new constant buffer at the end (before the shader constants). It also allows us to remove the special handling we had for cbuf0, and enables all constant buffers to support user-specified resources and user buffers.

Edited by Timur Kristóf

Merge request reports