diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2006-05-09 12:04:58 -0700 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2006-05-16 10:09:26 -0700 |
commit | 06e62ec521ed3f7ed232ace8e188891bedb53097 (patch) | |
tree | b99d1c018bdff8e1e8984eda0d6fd17cf78768a3 /src/i810_reg.h | |
parent | b1090a42b200710628dd8b0c7ced15db7bbe71a1 (diff) |
Commit a WIP implementation of the planar video shader that does the
planar-to-packed conversion for us. Unfortunately the documentation is unclear,
and I haven't managed to get any implementation of it working correctly.
Diffstat (limited to 'src/i810_reg.h')
-rw-r--r-- | src/i810_reg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i810_reg.h b/src/i810_reg.h index f57d5d81..08b576f7 100644 --- a/src/i810_reg.h +++ b/src/i810_reg.h @@ -1046,7 +1046,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #define SS1_MAPMASK_MASK (0x8fff<<0) #define SS2_REVERSE_GAMMA_ENABLE (1<<31) -#define SS2_PACKED_TO_PLANAR_ENABLE (1<<30) +#define SS2_PLANAR_TO_PACKED_ENABLE (1<<30) #define SS2_COLORSPACE_CONVERSION (1<<29) #define SS2_CHROMAKEY_SHIFT 27 #define SS2_BASE_MIP_LEVEL_SHIFT 22 |