xserver/hw/xfree86/compat
Enrico Weigelt, metux IT consult 2069db50e7 xfree86: compat: make xf86MsgVerb() a bit less noisier
print the driver bug warning only once.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-07-03 16:55:14 +02:00
..
README xfree86: compat: consolidate logging 2025-07-01 17:11:28 +02:00
clientexception.c xfree86: compat: consolidate logging 2025-07-01 17:11:28 +02:00
log.c xfree86: compat: make xf86MsgVerb() a bit less noisier 2025-07-03 16:55:14 +02:00
meson.build xfree86: compat: consolidate logging 2025-07-01 17:11:28 +02:00
nvidiabug.c xfree86: compat: consolidate logging 2025-07-01 17:11:28 +02:00
ones.c xfree86: compat: fix Ones for compilers where __builtin_popcountl is missing 2025-06-23 14:14:48 +02:00
xf86Helper.c xfree86: compat: add missing symbols needed by the proprietary nvidia drivers 2025-06-16 20:07:18 +02:00
xf86_compat.h xfree86: compat: consolidate logging 2025-07-01 17:11:28 +02:00

special compat code for legacy drivers, namely Nvidia proprietary

NVidia is lacking behind for at least a year and don't actually clean up
their spaghetti code. That's why we need to keep several special compat
functions to emulate prehistoric behaviour.