diff options
author | Dave Airlie <[email protected]> | 2015-11-24 06:48:20 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2015-11-30 09:14:16 +1000 |
commit | b502bae610a9f302bf69cd81a8631b8b675c231f (patch) | |
tree | 69f557a76c3e357cc245df49eca58d45fdc36b5b /src/gallium/drivers/r600/r600d.h | |
parent | b8c524ff88499f64c94f1d1c41671107f98f991a (diff) |
r600: consolidate clip state updates
Move some common code into one place, tess will also need
to use this function.
Reviewed-by: Marek Olšák <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600d.h')
-rw-r--r-- | src/gallium/drivers/r600/r600d.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600d.h b/src/gallium/drivers/r600/r600d.h index 53f5ad6db6a..d4df0606e56 100644 --- a/src/gallium/drivers/r600/r600d.h +++ b/src/gallium/drivers/r600/r600d.h @@ -1367,7 +1367,7 @@ #define V_008958_DI_PT_TRISTRIP 0x00000006 #define V_008958_DI_PT_UNUSED_0 0x00000007 #define V_008958_DI_PT_UNUSED_1 0x00000008 -#define V_008958_DI_PT_UNUSED_2 0x00000009 +#define V_008958_DI_PT_PATCH 0x00000009 #define V_008958_DI_PT_LINELIST_ADJ 0x0000000A #define V_008958_DI_PT_LINESTRIP_ADJ 0x0000000B #define V_008958_DI_PT_TRILIST_ADJ 0x0000000C |