diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-02-09 13:02:27 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-02-09 13:02:27 -0500 |
commit | 231aee18a73805be2f6c962e94a8345dd89fd0df (patch) | |
tree | 5a112519741fdcbbc6b6f91eadfc4071b84074b9 /src/radeon.h | |
parent | 6c76bfe8105e3cf4e7e6ea1bfe1235be2079110f (diff) |
R6xx/R7xx Xv: implement native shader for planar formats
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/radeon.h b/src/radeon.h index 629e1ffa..2974cdf4 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -658,7 +658,8 @@ struct radeon_accel_state { uint32_t comp_mask_vs_offset; uint32_t comp_mask_ps_offset; uint32_t xv_vs_offset; - uint32_t xv_ps_offset; + uint32_t xv_ps_offset_nv12; + uint32_t xv_ps_offset_planar; //size/addr stuff uint32_t src_size[2]; |