mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 11:18:08 +02:00
gallium: fix wide point / point coord semantic info (generic, not fog)
This commit is contained in:
parent
4ee8d1ad67
commit
a06d38a74e
1 changed files with 2 additions and 2 deletions
|
|
@ -222,8 +222,8 @@ static void widepoint_first_point( struct draw_stage *stage,
|
|||
/* find fragment shader PointCoord/Fog input */
|
||||
wide->point_coord_fs_input = 0; /* XXX fix this! */
|
||||
|
||||
/* setup extra vp output */
|
||||
draw->extra_vp_outputs.semantic_name = TGSI_SEMANTIC_FOG;
|
||||
/* setup extra vp output (point coord implemented as a texcoord) */
|
||||
draw->extra_vp_outputs.semantic_name = TGSI_SEMANTIC_GENERIC;
|
||||
draw->extra_vp_outputs.semantic_index = 0;
|
||||
draw->extra_vp_outputs.slot = draw->vs.num_vs_outputs;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue