i965: Fix the SNB clip near VP API bit.

This commit is contained in:
Eric Anholt 2010-02-25 14:05:27 -08:00
parent 17ddb7c7e8
commit dedfc0e6e6

View file

@ -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)