aco: gfx10_wave64_bpermute reduce op to print_ir
[mesa.git] / src / loader / loader_dri3_helper.h
index 7e3d82947bcc8eb19bdba25624bb3c8022bbea4f..663ce3c0e2f3d26223bd0157f6065300f1b967bf 100644 (file)
@@ -112,8 +112,10 @@ struct loader_dri3_vtable {
 
 struct loader_dri3_drawable {
    xcb_connection_t *conn;
+   xcb_screen_t *screen;
    __DRIdrawable *dri_drawable;
    xcb_drawable_t drawable;
+   xcb_window_t window;
    int width;
    int height;
    int depth;
@@ -154,6 +156,8 @@ struct loader_dri3_drawable {
    xcb_special_event_t *special_event;
 
    bool first_init;
+   bool adaptive_sync;
+   bool adaptive_sync_active;
    int swap_interval;
 
    struct loader_dri3_extensions *ext;