Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-17 | LibSoftGPU: Define a simple shader instruction set | Stephan Unverwerth | |
This adds a simple instruction set with basic operations and adds an instruction list to the shader class. | |||
2022-12-17 | LibGL+LibSoftGPU: Add GPU side shader infrastructure | Stephan Unverwerth | |
This adds a shader class to LibSoftGPU and makes use of it when linking GLSL program in LibGL. Also adds actual rendering code to the shader tests. |