xserver-multidpi/render
Dave Airlie 9d17981829 dix: introduce gpu screens. (v5)
This patch introduces gpu screens into screenInfo. It adds interfaces
for adding and removing gpu screens, along with adding private fixup,
block handler support, and scratch pixmap init.

GPU screens have a myNum that is offset by GPU_SCREEN_OFFSET (256),
this is used for logging etc.

RemoveGPUScreen isn't used until "xfree86: add platform bus hotplug support".

v2: no glyph pictures for GPU screens for now.
v3: introduce MAXGPUSCREENS, fix return value check
v4: fixup myNum when renumbering screens (ajax)
v5: drop cursor privates for now.

Reviewed-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
2012-07-06 10:35:13 +01:00
..
animcur.c api: rework the X server driver API to avoid global arrays. 2012-06-05 13:22:18 +01:00
filter.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
glyph.c dix: introduce gpu screens. (v5) 2012-07-06 10:35:13 +01:00
glyphstr.h render: add GetGlyphPicture accessor. 2012-05-21 12:59:20 +01:00
Makefile.am render: Delete renderedge.[ch] 2010-11-01 22:54:18 -04:00
matrix.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
miindex.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
mipict.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
mipict.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
mirect.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
mitrap.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
mitri.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
picture.c Add screen-specific privates. 2012-07-05 13:39:50 -07:00
picture.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
picturestr.h dix/render: consolidate window format matching code. 2012-06-28 10:43:35 -07:00
render.c render/exa: use glyph picture accessors 2012-05-21 12:59:20 +01:00