summaryrefslogtreecommitdiff
path: root/sly/render/shader.scm
Commit message (Expand)AuthorAgeFilesLines
* render: Use separate model, view, and projection matrices.David Thompson2016-04-251-2/+4
* Use a single foreign object guardian.David Thompson2016-02-151-14/+14
* render: shader: Rename <shader-program> to <shader>.David Thompson2015-11-151-143/+121
* render: shader: Remove 'attributes' field.David Thompson2015-11-141-32/+26
* config: Fix data directory.David Thompson2015-11-121-4/+2
* render: Reimplement rendering engine using functional combinators.David Thompson2015-09-211-41/+38
* Optimize matrix operations.David Thompson2015-08-251-3/+1
* render: Bypass texture rendering when a model uses the null texture.David Thompson2015-06-061-1/+1
* render: shader: Add null-shader-program.David Thompson2015-03-111-1/+3
* render: Move color module to sly/render directory.David Thompson2014-11-081-1/+1
* math: Move transform module to sly/math directory.David Thompson2014-11-081-1/+1
* render: Move shader module to sly/render directory.David Thompson2014-11-071-0/+395