mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 19:20:12 +01:00
i965: Try turning on the VS.
This commit is contained in:
parent
98f9666f04
commit
eda1b50aa1
1 changed files with 2 additions and 1 deletions
|
|
@ -46,7 +46,8 @@ upload_vs_state(struct brw_context *brw)
|
|||
OUT_BATCH(0); /* scratch space base offset */
|
||||
OUT_BATCH((1 << GEN6_VS_DISPATCH_START_GRF_SHIFT) |
|
||||
(brw->vs.prog_data->urb_read_length << GEN6_VS_URB_READ_LENGTH_SHIFT) |
|
||||
(0 << GEN6_VS_URB_ENTRY_READ_OFFSET_SHIFT));
|
||||
(0 << GEN6_VS_URB_ENTRY_READ_OFFSET_SHIFT) |
|
||||
GEN6_VS_ENABLE);
|
||||
OUT_BATCH((0 << GEN6_VS_MAX_THREADS_SHIFT) |
|
||||
GEN6_VS_STATISTICS_ENABLE);
|
||||
ADVANCE_BATCH();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue