diff options
author | Corbin Simpson <[email protected]> | 2009-08-18 17:49:58 -0700 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2009-08-18 21:25:53 -0700 |
commit | 4092f318db440532f78a39c0444b987039c8f7f7 (patch) | |
tree | 24d614070361306875afd0c9d53c7d288245c901 /src/gallium/drivers/r300/r300_chipset.h | |
parent | 14378cbd2df79d7695757b4fcb7a3ca2b1d964fe (diff) |
r300g: Add high_second_pipe cap for R3xx chipsets.
This name is totally subject to change if ever I need to separate R3xx
for some other reason.
Diffstat (limited to 'src/gallium/drivers/r300/r300_chipset.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_chipset.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_chipset.h b/src/gallium/drivers/r300/r300_chipset.h index 21eebeae600..322d4a57e41 100644 --- a/src/gallium/drivers/r300/r300_chipset.h +++ b/src/gallium/drivers/r300/r300_chipset.h @@ -44,6 +44,8 @@ struct r300_capabilities { * - Blend color is split across two registers * - Universal Shader (US) block used for fragment shaders */ boolean is_r500; + /* Whether or not the second pixel pipe is accessed with the high bit */ + boolean high_second_pipe; }; /* Enumerations for legibility and telling which card we're running on. */ |