summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibSoftGPU/CMakeLists.txt
AgeCommit message (Expand)Author
2022-12-26LibGPU+LibSoftGPU: Move size and pixel format information to GPU::ImageStephan Unverwerth
2022-12-17LibSoftGPU: Delegate shader creation to new class ShaderCompilerStephan Unverwerth
2022-12-17LibSoftGPU: Implement shader processor for SoftGPU ISAStephan Unverwerth
2022-12-17LibGL+LibSoftGPU: Add GPU side shader infrastructureStephan Unverwerth
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-09-16LibC: Remove the LibM interface targetTim Schumacher
2022-08-27LibGL+LibGPU+LibSoftGPU: Implement flexible pixel format conversionJelle Raaijmakers
2022-02-22LibSoftGPU: Generalize pixel buffers and standardize on BGRA8888Jelle Raaijmakers
2022-01-17LibGL+LibSoftGPU: Implement the stencil bufferJelle Raaijmakers
2022-01-09LibSoftGPU: Vectorize texture sampling and shadingStephan Unverwerth
2021-12-24LibSoftGPU: Add device method for creating imagesStephan Unverwerth
2021-12-24LibSoftGPU: Add Image classStephan Unverwerth
2021-12-24LibSoftGPU: Rename class SoftwareRasterizer to DeviceStephan Unverwerth
2021-12-24LibGL+LibSoftGPU: Move rendering related code to LibSoftGPU libraryStephan Unverwerth