Jelle Raaijmakers 62285e0569 LibSoftGPU: Use multiplication instead of division for linear fog 2 年之前
..
Buffer 9c08bb9555 AK: Remove `try_` prefix from FixedArray creation functions 2 年之前
CMakeLists.txt 3b2ded1d44 LibGPU+LibSoftGPU: Move size and pixel format information to GPU::Image 2 年之前
Clipper.cpp 00d46e5d77 LibGL+LibGPU+LibSoftGPU: Implement matrix stack per texture unit 2 年之前
Clipper.h 0836912a6d LibGL+LibGPU+LibSoftGPU: Implement and expose glClipPlane 3 年之前
Config.h bb28492af0 LibSoftGPU: Make output in PixelQuad generic 2 年之前
Device.cpp 62285e0569 LibSoftGPU: Use multiplication instead of division for linear fog 2 年之前
Device.h 62285e0569 LibSoftGPU: Use multiplication instead of division for linear fog 2 年之前
ISA.h 1e548a84d6 LibSoftGPU: Define a simple shader instruction set 2 年之前
Image.cpp 82a152b696 LibGfx: Remove `try_` prefix from bitmap creation functions 2 年之前
Image.h 3b2ded1d44 LibGPU+LibSoftGPU: Move size and pixel format information to GPU::Image 2 年之前
PixelConverter.cpp d26aabff04 Everywhere: Run clang-format 2 年之前
PixelConverter.h 84c4b66721 LibGL+LibGPU+LibSoftGPU: Implement texture pixel format support 2 年之前
PixelQuad.h bb28492af0 LibSoftGPU: Make output in PixelQuad generic 2 年之前
SIMD.h 69b94e4235 LibSoftGPU: Make blending simpler and more efficient 2 年之前
Sampler.cpp 1c32d93a12 LibSoftGPU: Call `floor_int_range` only once in `sample_2d_lod` 2 年之前
Sampler.h 4e63ce231f LibSoftGPU: Clean up `Sampler` imports 2 年之前
Shader.cpp 1e548a84d6 LibSoftGPU: Define a simple shader instruction set 2 年之前
Shader.h 1e548a84d6 LibSoftGPU: Define a simple shader instruction set 2 年之前
ShaderCompiler.cpp c25359df47 LibSoftGPU: Delegate shader creation to new class ShaderCompiler 2 年之前
ShaderCompiler.h c25359df47 LibSoftGPU: Delegate shader creation to new class ShaderCompiler 2 年之前
ShaderProcessor.cpp b18bf702ea LibSoftGPU: Implement shader processor for SoftGPU ISA 2 年之前
ShaderProcessor.h b18bf702ea LibSoftGPU: Implement shader processor for SoftGPU ISA 2 年之前
Triangle.h a20bf80b05 LibGL+LibGPU+LibSoftGPU: Implement point and line drawing 3 年之前