xserver/hw/kdrive/src
Eric Anholt e7dde86f23 xv: Move the DDX XV screen private allocation into the DDXes.
XV was going against convention by having the core infrastructure
allocate the private on behalf of the DDX.  I was interested in this
because I was trying to make multiple pieces of DDX be able to
allocate adaptors, and that wasn't going to work if DDX-specific code
was hung off of a single global screen private.

Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Keith Packard <keithp@keithp.com>
2014-08-06 20:12:20 -07:00
..
fourcc.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
kcmap.c Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
kdrive.c ephyr: Free damage structure at server reset time 2014-07-17 11:26:44 -07:00
kdrive.h ephyr: Free damage structure at server reset time 2014-07-17 11:26:44 -07:00
kinfo.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
kinput.c kdrive: Fix -Wshadow errors 2014-01-22 19:56:32 -08:00
kmode.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
kshadow.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
kxv.c xv: Move the DDX XV screen private allocation into the DDXes. 2014-08-06 20:12:20 -07:00
kxv.h xv: Remove dead VIDEO_NO_CLIPPING from the xorg and kdrive DDXes. 2014-08-06 20:12:20 -07:00
Makefile.am Build fbcmap_mi.c once, rather than once for each DDX 2014-03-27 14:34:06 +00:00