summaryrefslogtreecommitdiff
path: root/chickadee/render/gpu.scm
Commit message (Expand)AuthorAgeFilesLines
* Rename 'render' subdirectory to 'graphics'.David Thompson2020-10-031-211/+0
* render: gpu: Lookup max texture size.David Thompson2020-10-011-0/+10
* render: Add stencil test support.David Thompson2020-08-261-0/+8
* render: Expand depth testing support.David Thompson2020-08-261-2/+2
* render: gpu: Query GL context for GL and GLSL versions.David Thompson2020-08-241-2/+16
* render: gpu: Fix circular dependency issues.David Thompson2019-11-191-16/+23
* render: Collect all managed GPU state into a single record type.David Thompson2019-11-061-2/+110
* First commit!David Thompson2017-01-041-0/+64