mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
i965: Fix the SNB clip near VP API bit.
This commit is contained in:
parent
17ddb7c7e8
commit
dedfc0e6e6
1 changed files with 2 additions and 1 deletions
|
|
@ -879,7 +879,8 @@
|
|||
# define GEN6_CLIP_STATISTICS_ENABLE (1 << 10)
|
||||
/* DW2 */
|
||||
# define GEN6_CLIP_ENABLE (1 << 31)
|
||||
# define GEN6_CLIP_API_OGL (1 << 30)
|
||||
# define GEN6_CLIP_API_OGL (0 << 30)
|
||||
# define GEN6_CLIP_API_D3D (1 << 30)
|
||||
# define GEN6_CLIP_XY_TEST (1 << 28)
|
||||
# define GEN6_CLIP_Z_TEST (1 << 27)
|
||||
# define GEN6_CLIP_GB_TEST (1 << 26)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue