Enrico Weigelt, metux IT consult 1e9b3ac10c uxa: use GCPtr instead of GC *
Xserver includes have explicit pointer types for quite all kind of structs
(at least those used by drivers), which are used all over the Xserver.
Thus it's much cleaner to use those everywhere.

This commit also clears the road to fix a horrible nightmare of hacks just
needed to circumvent naming clashes between Xserver and Xlib (affecting all
DDXes that are painting on another Xserver): we can simply rename Xserver's
own "GC" type to "GCRec" (the usual naming convention here) and so no trouble
with Xlib's "GC" type anymore. Once this has landed, we're free to do that
without breaking this driver.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2024-02-21 20:40:13 +01:00
2024-02-21 20:40:13 +01:00
2008-10-30 16:46:28 -04:00
2023-01-24 14:28:17 +10:00
2018-11-18 13:40:44 -08:00
2016-12-19 17:36:36 +01:00
2022-01-23 13:24:29 -08:00

The QXL virtual GPU is found in the Red Hat Enterprise Virtualisation system, and also in the spice project.

All questions regarding this software should be directed at the Xorg mailing list:

https://lists.x.org/mailman/listinfo/xorg

The primary development code repository can be found at:

https://gitlab.freedesktop.org/xorg/driver/xf86-video-qxl

Please submit bug reports and requests to merge patches there.

For patch submission instructions, see:

https://www.x.org/wiki/Development/Documentation/SubmittingPatches

Description
No description provided
Readme 1.6 MiB
Languages
C 95.4%
Python 2.4%
Makefile 1.2%
M4 1%