xserver/hw/xfree86/drivers
Robert Ancell 29efa905ec modesetting: Use correct types for return values of glamor BO exports.
glamor_name_from_pixmap and glamor_fd_from_pixmap return CARD16 and
CARD32 values via pointers.  The current code uses uint16_t and
uint32_t which will probably be the same but it's safer to use the
datatypes as specified by the function.

Signed-off-by: Robert Ancell <robert.ancell@canonical.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
2015-07-16 12:30:16 -07:00
..
modesetting modesetting: Use correct types for return values of glamor BO exports. 2015-07-16 12:30:16 -07:00
Makefile.am modesetting: Connect the driver to the build. 2014-09-16 16:28:42 -07:00