mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 03:48:06 +02:00
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:
parent
e307f40ebe
commit
8104c89174
1 changed files with 0 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue