diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-02-11 10:53:50 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-02-11 10:53:50 -0500 |
commit | 8e437e996cc3f2c424c342701f4aa6bcf72ad08e (patch) | |
tree | 5b222b17a8eda408bc681ed76f7ddcb0a9b011ba /src/radeon.h | |
parent | 1b4afc1c9f8458f9ab3434418f4ccf959f532ac1 (diff) |
R6xx/R7xx Xv: Add native support for packed formats
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon.h b/src/radeon.h index 2974cdf4..9b42afdd 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -658,7 +658,7 @@ 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_nv12; + uint32_t xv_ps_offset_packed; uint32_t xv_ps_offset_planar; //size/addr stuff |