ladybird/Userland
Stephan Unverwerth 211d24a218 LibGL+LibGPU+LibSoftGPU: Add virtual base class for devices
This adds a virtual base class for GPU devices located in LibGPU.
The OpenGL context now only talks to this device agnostic interface.

Currently the device interface is simply a copy of the existing SoftGPU
interface to get things going :^)
2022-04-06 11:32:24 +02:00
..
Applets Applets: Add a network graph applet 2022-04-03 09:49:08 -07:00
Applications PDFViewer: Propagate more errors 2022-04-04 14:59:37 +02:00
Demos Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
DevTools Userland: Remove a few gratuitous IPC namespace qualifiers 2022-04-03 15:18:20 +01:00
DynamicLoader Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Games Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Libraries LibGL+LibGPU+LibSoftGPU: Add virtual base class for devices 2022-04-06 11:32:24 +02:00
Services Revert "WebContent: Use ConsoleGlobalObject for the console's global object :^)" 2022-04-05 17:47:52 +02:00
Shell Shell: Use default execpromises parameter to pledge(..) 2022-04-03 17:13:51 -07:00
Utilities Utilities: Update arp to use newer APIs 2022-04-05 12:43:18 +02:00
CMakeLists.txt