diff options
author | Maciej Cencora <[email protected]> | 2009-04-27 14:53:20 +0200 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2009-04-27 14:33:23 -0400 |
commit | e33e28f52acca27a0cd594c6474fdea1b61fd615 (patch) | |
tree | 80a0656f273cea043e01b9ffeba2b2ab22285bf5 /src/mesa/drivers/dri/r300/r300_swtcl.h | |
parent | 3d83a709b94e72608a061449bc30edc8af7c9ecc (diff) |
r300: do front/back color selection in HW for software TCL path
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_swtcl.h')
-rw-r--r-- | src/mesa/drivers/dri/r300/r300_swtcl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_swtcl.h b/src/mesa/drivers/dri/r300/r300_swtcl.h index ebc99c9e8a7..75c419380d3 100644 --- a/src/mesa/drivers/dri/r300/r300_swtcl.h +++ b/src/mesa/drivers/dri/r300/r300_swtcl.h @@ -51,6 +51,8 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #define SWTCL_OVM_POS 0 #define SWTCL_OVM_COLOR0 2 #define SWTCL_OVM_COLOR1 3 +#define SWTCL_OVM_COLOR2 4 +#define SWTCL_OVM_COLOR3 5 #define SWTCL_OVM_TEX(n) ((n) + 6) #define SWTCL_OVM_POINT_SIZE 15 |