Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-11 | LibGL+LibSoftGPU: Implement fixed pipeline support for `GL_COMBINE` | Jelle Raaijmakers | |
`GL_COMBINE` is basically a fixed function calculator to perform simple arithmetics on configurable fragment sources. This patch implements a number of texture env parameters with support for the RGBA internal format. | |||
2022-04-09 | LibGL+LibSoftGPU: Add `GL_ADD` Texture Environment | Jesse Buhagiar | |
2022-04-06 | LibGL+LibGPU+LibSoftGPU: Add virtual base class for Images | Stephan Unverwerth | |
This introduces a new device independent base class for Images in LibGPU that also keeps track of the device from which it was created in order to prevent assigning images across devices. | |||
2022-04-06 | LibGL+LibGPU+LibSoftGPU: Move SamplerConfig to LibGPU | Stephan Unverwerth | |