summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibSoftGPU/Buffer
AgeCommit message (Expand)Author
2023-05-23LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusiveJelle Raaijmakers
2023-01-28AK: Remove `try_` prefix from FixedArray creation functionsLinus Groh
2022-12-07Meta+Userland: Pass Gfx::IntSize by valueMacDue
2022-12-03Everywhere: Run clang-formatLinus Groh
2022-09-14LibSoftGPU: Use `memcpy` instead of a loop to blit the color bufferJelle Raaijmakers
2022-08-27LibGL+LibGPU+LibSoftGPU: Implement flexible pixel format conversionJelle Raaijmakers
2022-05-09LibSoftGPU: Reference correct class in Typed2DBuffer commentJelle Raaijmakers
2022-02-22LibSoftGPU: Apply regular cartesian coordinate systemJelle Raaijmakers
2022-02-22LibSoftGPU: Generalize pixel buffers and standardize on BGRA8888Jelle Raaijmakers