Jelle Raaijmakers aa3a6767f6 LibGL+LibGPU+LibSoftGPU: Implement blend equations 1 year ago
..
Buffer f391ccfe53 LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive 2 years ago
CMakeLists.txt 3b2ded1d44 LibGPU+LibSoftGPU: Move size and pixel format information to GPU::Image 2 years ago
Clipper.cpp 403d3bbdaf LibSoftGPU: Optimize `GPU::Vertex` lists 1 year ago
Clipper.h 0836912a6d LibGL+LibGPU+LibSoftGPU: Implement and expose glClipPlane 3 years ago
Config.h bb28492af0 LibSoftGPU: Make output in PixelQuad generic 2 years ago
Device.cpp aa3a6767f6 LibGL+LibGPU+LibSoftGPU: Implement blend equations 1 year ago
Device.h edcb6176ce LibGL+Lib*GPU: Set model view and projection matrices separately 1 year ago
ISA.h 1e548a84d6 LibSoftGPU: Define a simple shader instruction set 2 years ago
Image.cpp 82a152b696 LibGfx: Remove `try_` prefix from bitmap creation functions 2 years ago
Image.h 3b2ded1d44 LibGPU+LibSoftGPU: Move size and pixel format information to GPU::Image 2 years ago
PixelConverter.cpp d26aabff04 Everywhere: Run clang-format 2 years ago
PixelConverter.h 84c4b66721 LibGL+LibGPU+LibSoftGPU: Implement texture pixel format support 2 years ago
PixelQuad.h bb28492af0 LibSoftGPU: Make output in PixelQuad generic 2 years ago
SIMD.h 69b94e4235 LibSoftGPU: Make blending simpler and more efficient 2 years ago
Sampler.cpp 1c32d93a12 LibSoftGPU: Call `floor_int_range` only once in `sample_2d_lod` 2 years ago
Sampler.h 4e63ce231f LibSoftGPU: Clean up `Sampler` imports 2 years ago
Shader.cpp 1e548a84d6 LibSoftGPU: Define a simple shader instruction set 2 years ago
Shader.h 1e548a84d6 LibSoftGPU: Define a simple shader instruction set 2 years ago
ShaderCompiler.cpp c25359df47 LibSoftGPU: Delegate shader creation to new class ShaderCompiler 2 years ago
ShaderCompiler.h c25359df47 LibSoftGPU: Delegate shader creation to new class ShaderCompiler 2 years ago
ShaderProcessor.cpp b18bf702ea LibSoftGPU: Implement shader processor for SoftGPU ISA 2 years ago
ShaderProcessor.h b18bf702ea LibSoftGPU: Implement shader processor for SoftGPU ISA 2 years ago
Triangle.h a20bf80b05 LibGL+LibGPU+LibSoftGPU: Implement point and line drawing 3 years ago