mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
i965: Set up the constant buffer on gen6 when it's needed.
This was slightly confused because gen6_wm_constants does the push constant buffer, while brw_wm_constants does pull constants.
This commit is contained in:
parent
6488cf46f5
commit
519835de04
1 changed files with 1 additions and 0 deletions
|
|
@ -128,6 +128,7 @@ const struct brw_tracked_state *gen6_atoms[] =
|
|||
&gen6_cc_state_pointers,
|
||||
|
||||
&brw_vs_constants, /* Before vs_surfaces and constant_buffer */
|
||||
&brw_wm_constants, /* Before wm_surfaces and constant_buffer */
|
||||
&gen6_wm_constants, /* Before wm_surfaces and constant_buffer */
|
||||
|
||||
&brw_vs_surfaces, /* must do before unit */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue