i965: Fix the SNB clip near VP API bit.
authorEric Anholt <eric@anholt.net>
Thu, 25 Feb 2010 22:05:27 +0000 (14:05 -0800)
committerEric Anholt <eric@anholt.net>
Fri, 26 Feb 2010 02:36:44 +0000 (18:36 -0800)
src/mesa/drivers/dri/i965/brw_defines.h

index 2bb3448da7cab40730b9a252d67df6e17dd378f6..76ae17c96a443e9c5de662ff9168b3d649ed776f 100644 (file)
 # 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)