-
e746ec4f
by Elizabeth Figura at 2025-04-11T11:35:11+02:00
wined3d: Partially move fog mode to wined3d_extra_ps_args.
We still need to pass it through the CS, for the sake of wined3d_ffp_vs_settings.
-
14f39c29
by Elizabeth Figura at 2025-04-11T11:35:13+02:00
wined3d: Move alpha test func to wined3d_extra_ps_args.
-
bdafe191
by Elizabeth Figura at 2025-04-11T11:35:14+02:00
wined3d: Partially move texture index and transform flags to wined3d_extra_ps_args.
We still need to pass them through the CS, for the sake of wined3d_ffp_vs_settings and ffp_frag_settings.
-
ab9afd7f
by Elizabeth Figura at 2025-04-11T11:35:15+02:00
wined3d: Make ffp_vertex_update_clip_plane_constants() static.
-
93bfdc6f
by Elizabeth Figura at 2025-04-11T11:35:15+02:00
wined3d: Feed clip planes through a push constant buffer.