diff options
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 */ |