mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 06:00:10 +01:00
i965: Correct copy and wasted field shifts for SNB GS URB.
This commit is contained in:
parent
edc8a99d1d
commit
073f8d1c00
1 changed files with 2 additions and 2 deletions
|
|
@ -831,8 +831,8 @@
|
|||
#define CMD_URB 0x7805 /* GEN6+ */
|
||||
# define GEN6_URB_VS_SIZE_SHIFT 16
|
||||
# define GEN6_URB_VS_ENTRIES_SHIFT 0
|
||||
# define GEN6_URB_GS_SIZE_SHIFT 8
|
||||
# define GEN6_URB_GS_ENTRIES_SHIFT 0
|
||||
# define GEN6_URB_GS_ENTRIES_SHIFT 8
|
||||
# define GEN6_URB_GS_SIZE_SHIFT 0
|
||||
|
||||
#define CMD_VIEWPORT_STATE_POINTERS 0x780d /* GEN6+ */
|
||||
# define GEN6_CC_VIEWPORT_MODIFY (1 << 12)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue