ladybird/Userland/Libraries/LibSoftGPU
2022-03-11 12:30:43 +01:00
..
Buffer LibSoftGPU: Apply regular cartesian coordinate system 2022-02-22 23:48:59 +00:00
Light
AlphaBlendFactors.h
Clipper.cpp
Clipper.h
CMakeLists.txt LibSoftGPU: Generalize pixel buffers and standardize on BGRA8888 2022-02-22 23:48:59 +00:00
Config.h LibSoftGPU: Use float instead of int for triangle screen coords 2022-03-07 11:00:45 +01:00
Device.cpp LibGfx+LibSoftGPU: Allow indexed reads into Gfx::Vector 2022-03-11 12:30:43 +01:00
Device.h LibSoftGPU: Apply regular cartesian coordinate system 2022-02-22 23:48:59 +00:00
DeviceInfo.h
Enums.h LibSoftGPU: Generalize pixel buffers and standardize on BGRA8888 2022-02-22 23:48:59 +00:00
Image.cpp LibGL+LibSoftGPU: Use more expressive is_power_of_two 2022-02-22 23:48:59 +00:00
Image.h LibSoftGPU: Generalize pixel buffers and standardize on BGRA8888 2022-02-22 23:48:59 +00:00
ImageDataLayout.h
ImageFormat.h
PixelQuad.h LibSoftGPU: Use float instead of int for triangle screen coords 2022-03-07 11:00:45 +01:00
Sampler.cpp LibSoftGPU: Remove a lot of [ui]32x4 casts in Sampler 2022-03-08 15:32:35 +01:00
Sampler.h LibSoftGPU: Add mipmap selection to sampler class 2022-03-03 13:50:25 +01:00
SIMD.h LibSoftGPU: Add log2_approximate() 2022-03-03 13:50:25 +01:00
Triangle.h
Vertex.h