nouveau/winsys: add the new winsys implementation
authorKarol Herbst <kherbst@redhat.com>
Tue, 17 May 2022 22:01:47 +0000 (00:01 +0200)
committerMarge Bot <emma+marge@anholt.net>
Fri, 4 Aug 2023 21:31:52 +0000 (21:31 +0000)
commit07494927600ce1e90ba979d311a9f923aeed1b53
treed721aeacbed9da12f4efe8a0ba7dd4d9cccd8e92
parent83786bf1c9c17250bc1a0533f03608d113eea50b
nouveau/winsys: add the new winsys implementation

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
src/nouveau/meson.build
src/nouveau/winsys/meson.build [new file with mode: 0644]
src/nouveau/winsys/nouveau_device.c [new file with mode: 0644]
src/nouveau/winsys/nouveau_device.h [new file with mode: 0644]
src/nouveau/winsys/nouveau_private.h [new file with mode: 0644]