nir/lower_wpos_ytransform: remove reference to long removed TGSI code

Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31951>
This commit is contained in:
Georg Lehmann 2024-11-04 11:47:59 +01:00 committed by Marge Bot
parent e307f40ebe
commit 8104c89174

View file

@ -29,9 +29,6 @@
* gl_FbWposYTransform uniform is inserted (with the specified state-slots)
* and additional instructions are inserted to transform gl_FragCoord (and
* ddy src arg).
*
* This is based on the logic in emit_wpos()/emit_wpos_adjustment() in TGSI
* compiler.
*/
typedef struct {
@ -59,7 +56,6 @@ get_transform(lower_wpos_ytransform_state *state)
return state->transform;
}
/* see emit_wpos_adjustment() in st_mesa_to_tgsi.c */
static bool
emit_wpos_adjustment(lower_wpos_ytransform_state *state,
nir_intrinsic_instr *intr, bool invert,