summaryrefslogtreecommitdiff
path: root/src/radeon.h
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2009-03-26 13:42:25 -0400
committerAlex Deucher <alexdeucher@gmail.com>2009-03-26 13:42:25 -0400
commite2b5e48e2652daf03fcae852d8368f29ea4abcd9 (patch)
treeb20466dddb4192c0d53c70e9707593b87611dc32 /src/radeon.h
parent24dbd3f93c640f819a9f5029f5a49e41ab875bd4 (diff)
R6xx/R7xx EXA: rework composite pixel shader
- move to vram storage - move swizzle logic to tex setup
Diffstat (limited to 'src/radeon.h')
-rw-r--r--src/radeon.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/radeon.h b/src/radeon.h
index a8acf9a7..2b354ae0 100644
--- a/src/radeon.h
+++ b/src/radeon.h
@@ -656,6 +656,10 @@ struct radeon_accel_state {
Bool same_surface;
int rop;
uint32_t planemask;
+
+ // composite
+ Bool component_alpha;
+ Bool src_alpha;
#endif
#ifdef USE_XAA