Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add with-error-handling indent rule to .dir-locals.el. | David Thompson | 2021-09-21 | 1 | -0/+1 |
| | |||||
* | Add the start of a test suite. | David Thompson | 2021-09-08 | 1 | -1/+3 |
| | |||||
* | graphics: texture: Add support for cube maps. | David Thompson | 2021-08-16 | 1 | -0/+1 |
| | |||||
* | utils: Add for-range macro. | David Thompson | 2021-03-05 | 1 | -1/+2 |
| | |||||
* | graphics: Rewrite rendering engine. | David Thompson | 2021-01-26 | 1 | -0/+2 |
| | |||||
* | graphics: buffer: Add dynamic geometry type. | David Thompson | 2020-12-09 | 1 | -0/+2 |
| | |||||
* | Update .dir-locals.el. | David Thompson | 2020-11-19 | 1 | -8/+16 |
| | |||||
* | Update .dir-locals.el. | David Thompson | 2018-03-13 | 1 | -1/+2 |
| | |||||
* | Major rewrite of vertex buffer and vertex array abstractions. | David Thompson | 2017-09-13 | 1 | -1/+2 |
| | |||||
* | Add buffer module. | David Thompson | 2017-05-02 | 1 | -1/+3 |
| | | | | | | | | | * chickadee/buffer.scm: New file. * Makefile.am (SOURCES): Add it. * .dir-locals.el: Add indent rules for with-buffer and with-current-buffer. * examples/buffer.scm: New file. * doc/api.texi (Buffers): Add docs. | ||||
* | render: texture: Support using 32 texture units. | David Thompson | 2017-03-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | * chickadee/render/texture.scm (make-apply-texture, texture-ref, texture-set!): New procedures. (*texture-states*): New variable. (apply-texture, *texture-state*): Delete. (make-texture): Use 'vector-set!' * chickadee/render/shader.scm: Export 'uniform-type'. (default-uniform-value): Remove 'sampler-2d' case. (extract-uniforms): Handle sampler-2d uniforms specially. * chickadee/render.scm (current-texture): Add 'i' argument. (with-texture): Add 'n' argument. (gpu-apply*): Set textures for all texture units. * .dir-locals.el: Update indentation rules for 'with-texture'. | ||||
* | Update .dir-locals.el. | David Thompson | 2017-01-10 | 1 | -1/+3 |
| | |||||
* | First commit! | David Thompson | 2017-01-04 | 1 | -0/+13 |