Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved cube_to_dp and cubemap logic into CopyEffects | Bastiaan Olij | 2022-06-24 | 1 | -145/+0 |
| | |||||
* | Porting cubemap compute shaders to raster for the mobile renderer | Bastiaan Olij | 2021-08-01 | 1 | -47/+1 |
| | |||||
* | Refactor GLSL shader compilation | reduz | 2021-04-14 | 1 | -1/+1 |
| | | | | | | | | -Used a more consistent set of keywords for the shader -Remove all harcoded entry points -Re-wrote the GLSL shader parser, new system is more flexible. Allows any entry point organization. -Entry point for sky shaders is now sky(). -Entry point for particle shaders is now process(). | ||||
* | RenderingServer reorganization | reduz | 2020-12-04 | 1 | -0/+191 |