summaryrefslogtreecommitdiff
path: root/cube-shadertoy.c
Commit message (Collapse)AuthorAgeFilesLines
* kmscube: add AMD_performance_monitor supportRob Clark2020-03-071-0/+4
| | | | | Only wired up for shadertoy mode, other modes aren't likely to be interesting.
* add shadertoy modeRob Clark2020-03-071-0/+455
Doesn't handle shadertoy shaders which use textures for inputs. That probably wouldn't be straightforward without using the web API to fetch and introspect the shader. But that sounds like a lot more work.