xserver-multidpi/dri3
Keith Packard 33aeec8a11 dri3: Don't enable the DRI3 extension unless some screen supports it
There's no reason to advertise this extension unless one of the
hardware drivers actually supports it. Not listing it means it's
slightly easier for users to tell what's going on.

On the other hand, not listing it means we may have applications that
only check for the extension and not for appropriate per-screen
support. I don't think that's a real risk as DRI3 is only useful for
systems with deep knowledge of the hardware.

Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
2014-08-17 14:37:44 -07:00
..
dri3_event.c Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
dri3_priv.h dri3: Add DRI3 extension 2013-10-31 16:58:30 -07:00
dri3_request.c dri3: Allow asynchronous implementation for dri3_open 2014-04-01 10:31:09 -07:00
dri3_screen.c dri3: Fix dri3_open API change by adding new dri3_open_client 2014-04-08 13:53:58 -07:00
dri3.c dri3: Don't enable the DRI3 extension unless some screen supports it 2014-08-17 14:37:44 -07:00
dri3.h Fix files including xorg-server.h by mistake 2014-07-30 12:17:27 -07:00
dri3int.h dri3: Add DRI3 extension 2013-10-31 16:58:30 -07:00
Makefile.am dri3: Add DRI3 extension 2013-10-31 16:58:30 -07:00