Add mostly stubbed out GLX extensions

Surprisingly this lets most GLX apps run as they still render client
side, they just need the extension to exist
This commit is contained in:
2026-02-21 03:51:04 +02:00
parent 6da9cb7362
commit 7088be0e51
2 changed files with 428 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ set(SOURCES
Base.cpp
Extensions.cpp
ExtBigReg.cpp
ExtGLX.cpp
ExtRANDR.cpp
Font.cpp
Image.cpp