diff options
author | Paul Menzel <paulepanter@users.sourceforge.net> | 2009-06-07 22:08:05 +0200 |
---|---|---|
committer | Paul Menzel <paulepanter@users.sourceforge.net> | 2009-06-07 22:08:05 +0200 |
commit | 5cdafb61c72cfc9c0daddcb2dae9b981e8f5d8b8 (patch) | |
tree | 8acb61c61b70d126c2f2b965d5a6ac3898968fb1 /src/i830.h | |
parent | be5e8111a0b6b5ff3d643bea6f8728637ae4d070 (diff) | |
parent | a7690d9f0b9a3e0628f51635ba78117b614edf1b (diff) | |
download | xf86-video-intel-frc-debian-unstable-with-frc-patches.tar.gz xf86-video-intel-frc-debian-unstable-with-frc-patches.tar.bz2 |
Merge branch 'upstream-unstable' into dufdebian-unstable-with-frc-patches
Diffstat (limited to 'src/i830.h')
-rw-r--r-- | src/i830.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -558,6 +558,13 @@ typedef struct _I830Rec { } video; #endif + Bool sync_fields; + int YScale_ftune; + int YRGB_vphase; + int UV_vphase; + int SchedPrio; + int SYF_debug; + /* EXA render state */ float scale_units[2][2]; /** Transform pointers for src/mask, or NULL if identity */ |