mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 05:48:07 +02:00
nir: document order requirement for nir_lower_viewport_transform
This requirement is currently satisfied by the usage in panfrost and lima. Signed-off-by: Benjamin Lee <benjamin.lee@collabora.com> Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32084>
This commit is contained in:
parent
11b6e47618
commit
7eda433095
1 changed files with 2 additions and 1 deletions
|
|
@ -34,7 +34,8 @@
|
|||
* "Coordinate Transformation" of the OpenGL ES 3.2 full specification.
|
||||
*
|
||||
* This pass must run before lower_vars/lower_io such that derefs are
|
||||
* still in place.
|
||||
* still in place. This pass must run after lower_io_to_temporaries so
|
||||
* that the transformed position is not visible to user code.
|
||||
*/
|
||||
|
||||
#include "nir/nir.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue