diff options
author | Michel Dänzer <michel.daenzer@amd.com> | 2016-03-25 11:50:15 +0900 |
---|---|---|
committer | Michel Dänzer <michel@daenzer.net> | 2016-03-25 11:50:15 +0900 |
commit | 8a6cd4bda05b9569b3dd0a5a75b2cc385b9ecba9 (patch) | |
tree | 90d79b54491247743dd3d3a2f4f08c6021d0feeb /src/radeon_probe.h | |
parent | ed31cffba0d1bd4b14e5348a1456e4377277059c (diff) |
Revert "Use render node for DRI3 if available"
This reverts commit cd94248ffa7d8fe0b57476f79e7e860dee66d1b0.
It broke VDPAU<->GL interop with DRI3 enabled, because the Gallium VDPAU
code doesn't support DRI3 yet. We can consider re-enabling this once
there is a Mesa release where the Gallium VDPAU code supports DRI3.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=94675
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'src/radeon_probe.h')
-rw-r--r-- | src/radeon_probe.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/radeon_probe.h b/src/radeon_probe.h index 36e2ff65..258c7be1 100644 --- a/src/radeon_probe.h +++ b/src/radeon_probe.h @@ -142,7 +142,6 @@ typedef struct #ifdef XSERVER_PLATFORM_BUS struct xf86_platform_device *platform_dev; #endif - char *render_node; } RADEONEntRec, *RADEONEntPtr; extern const OptionInfoRec *RADEONOptionsWeak(void); |