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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user