i965: correct the gen6 line stipple enable define.
authorZhenyu Wang <zhenyuw@linux.intel.com>
Sun, 13 Jun 2010 05:39:29 +0000 (22:39 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 14 Jun 2010 21:03:56 +0000 (14:03 -0700)
src/mesa/drivers/dri/i965/brw_defines.h

index 2d3556b80546cf4ae857840cd5ed0860c2edc4ba..39bf5b63fc2a6cdd4962e4c5bd6c8a2bce6c7b83 100644 (file)
 # define GEN6_WM_LINE_AA_WIDTH_2_0                     (2 << 14)
 # define GEN6_WM_LINE_AA_WIDTH_4_0                     (3 << 14)
 # define GEN6_WM_POLYGON_STIPPLE_ENABLE                        (1 << 13)
-# define GEN6_WM_LINE_STIPPLE_ENABLE                   (1 << 12)
+# define GEN6_WM_LINE_STIPPLE_ENABLE                   (1 << 11)
 # define GEN6_WM_OMASK_TO_RENDER_TARGET                        (1 << 9)
 # define GEN6_WM_USES_SOURCE_W                         (1 << 8)
 # define GEN6_WM_DUAL_SOURCE_BLEND_ENABLE              (1 << 7)