summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibSoftGPU/Image.h
AgeCommit message (Expand)Author
2022-05-05LibSoftGPU: Use `FloatVector4` pixel format for `Image`Jelle Raaijmakers
2022-04-06LibGL+LibGPU+LibSoftGPU: Add virtual base class for ImagesStephan Unverwerth
2022-04-06LibGL+LibGPU+LibSoftGPU: Move StencilConfiguration.h to LibGPUStephan Unverwerth
2022-04-06LibGL+LibGPU+LibSoftGPU: Move ImageDataLayout.h to LibGPUStephan Unverwerth
2022-04-06LibGL+LibGPU+LibSoftGPU: Move ImageFormat.h to LibGPUStephan Unverwerth
2022-04-06LibGL+LibGPU+LibSoftGPU: Move Enums.h to LibGPUStephan Unverwerth
2022-02-22LibSoftGPU: Generalize pixel buffers and standardize on BGRA8888Jelle Raaijmakers
2022-01-09LibSoftGPU: Use bitwise and instead of modulus operator for POT texturesStephan Unverwerth
2021-12-24LibSoftGPU: Add method to copy texels between imagesStephan Unverwerth
2021-12-24LibSoftGPU: Add methods to read and write image dataStephan Unverwerth
2021-12-24LibSoftGPU: Add Image classStephan Unverwerth