serenity/Userland/Libraries/LibGPU
Stephan Unverwerth bd7931ff23 LibGPU+LibVirtGPU: Allow loading the driver and instantiating the device
This adds LibVirtGPU to the list of allowed drivers in LibGPU and adds a
factory method to create the device to libVirtGPU.
2022-12-26 09:39:20 +01:00
..
CMakeLists.txt LibVirtGPU: Add a new GPU device that talks to our VirtIO-GPU driver 2022-12-26 09:39:20 +01:00
Config.h
Device.h LibSoftGPU: Allow binding a fragment shader 2022-12-17 22:39:09 -07:00
DeviceInfo.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Driver.cpp LibGPU+LibVirtGPU: Allow loading the driver and instantiating the device 2022-12-26 09:39:20 +01:00
Driver.h
Enums.h
Image.cpp LibGPU+LibSoftGPU: Move size and pixel format information to GPU::Image 2022-12-26 09:39:20 +01:00
Image.h LibGPU+LibSoftGPU: Move size and pixel format information to GPU::Image 2022-12-26 09:39:20 +01:00
ImageDataLayout.h
ImageFormat.h
IR.h LibGPU: Add inputs and outputs to GPU shader IR 2022-12-17 22:39:09 -07:00
Light.h
LightModelParameters.h
Material.h
RasterizerOptions.h
RasterPosition.h
SamplerConfig.h
Shader.h LibGL+LibSoftGPU: Add GPU side shader infrastructure 2022-12-17 22:39:09 -07:00
StencilConfiguration.h
TextureUnitConfiguration.h
Vertex.h