diff options
author | Emil Velikov <[email protected]> | 2017-02-09 13:35:47 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-02-13 10:13:29 +0000 |
commit | a1662d0dabe0a0ed00375c2ab2a2771e178cfbaa (patch) | |
tree | 47ea2920fd554bc8036678d4fc3d56b8377e476c | |
parent | cd1ebd8abac19b93f2a5aadf8bb20751ecec2857 (diff) |
vl: remove DRI2DriverPrimeShift compile guards
DRI2DriverPrimeShift was added in dri2proto-2.8, which we now require as
of the previous commit.
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
-rw-r--r-- | src/gallium/auxiliary/vl/vl_winsys_dri.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/vl/vl_winsys_dri.c b/src/gallium/auxiliary/vl/vl_winsys_dri.c index 4d65bb1a1e8..b4fb47ea8e4 100644 --- a/src/gallium/auxiliary/vl/vl_winsys_dri.c +++ b/src/gallium/auxiliary/vl/vl_winsys_dri.c @@ -363,7 +363,6 @@ vl_dri2_screen_create(Display *display, int screen) goto free_query; driverType = XCB_DRI2_DRIVER_TYPE_DRI; -#ifdef DRI2DriverPrimeShift { char *prime = getenv("DRI_PRIME"); if (prime) { @@ -375,7 +374,6 @@ vl_dri2_screen_create(Display *display, int screen) ((primeid & DRI2DriverPrimeMask) << DRI2DriverPrimeShift); } } -#endif connect_cookie = xcb_dri2_connect_unchecked(scrn->conn, xcb_screen->root, |