1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 01:27:42 +00:00
serenity/Userland/Libraries/LibSoftGPU
2022-01-01 15:09:21 +01:00
..
Clipper.cpp LibGL+LibSoftGPU: Implement eye, clip, NDC and window coordinates 2021-12-30 14:24:29 +01:00
Clipper.h LibGL+LibSoftGPU: Move Vertex and Triangle structs to LibSoftGPU 2021-12-24 05:10:28 -08:00
CMakeLists.txt LibSoftGPU: Add device method for creating images 2021-12-24 05:10:28 -08:00
Config.h LibSoftGPU: Put all constexpr config options into Config.h 2022-01-01 15:09:21 +01:00
DepthBuffer.cpp LibGL+LibSoftGPU: Move rendering related code to LibSoftGPU library 2021-12-24 05:10:28 -08:00
DepthBuffer.h LibGL+LibSoftGPU: Move rendering related code to LibSoftGPU library 2021-12-24 05:10:28 -08:00
Device.cpp LibSoftGPU: Put all constexpr config options into Config.h 2022-01-01 15:09:21 +01:00
Device.h LibSoftGPU: Put all constexpr config options into Config.h 2022-01-01 15:09:21 +01:00
DeviceInfo.h LibGL+LibSoftGPU: Add method to query device info 2021-12-24 05:10:28 -08:00
Enums.h LibGL+LibSoftGPU: Implement texture coordinate generation 2021-12-30 14:24:29 +01:00
Image.cpp LibSoftGPU: Add method to copy texels between images 2021-12-24 05:10:28 -08:00
Image.h LibSoftGPU: Add method to copy texels between images 2021-12-24 05:10:28 -08:00
ImageDataLayout.h LibSoftGPU: Add methods to read and write image data 2021-12-24 05:10:28 -08:00
ImageFormat.h LibGL: Optimize float divisions in unpack_color 2021-12-30 14:24:29 +01:00
Sampler.cpp LibSoftGPU: Put all constexpr config options into Config.h 2022-01-01 15:09:21 +01:00
Sampler.h LibSoftGPU: Add legacy texture env mode to sampler config 2021-12-24 05:10:28 -08:00
Triangle.h LibGL+LibSoftGPU: Move Vertex and Triangle structs to LibSoftGPU 2021-12-24 05:10:28 -08:00
Vertex.h LibGL+LibSoftGPU: Implement eye, clip, NDC and window coordinates 2021-12-30 14:24:29 +01:00