summaryrefslogtreecommitdiff
path: root/chickadee
Commit message (Expand)AuthorAgeFilesLines
* graphics: texture: Fix initialization when no pixel data is provided.David Thompson2023-05-131-6/+5
* Allow textures to be built with raw bytevectors or nothing.David Thompson2023-05-133-27/+75
* Finish Apache 2.0 relicense.David Thompson2023-05-031-2/+2
* graphics: shader: Extract sampler? procedure.David Thompson2023-05-031-2/+5
* graphics: engine: Remove keyword arg for graphics-engine-commit!David Thompson2023-05-031-2/+2
* graphics: buffer: Remove keyword args from apply-vertex-attribute.David Thompson2023-05-021-4/+4
* graphics: engine: Remove dynamic-wind from with-graphics-state.David Thompson2023-05-021-7/+5
* graphics: buffer: Replace use of match on symbols with case.David Thompson2023-05-011-57/+59
* graphics: buffer: Remove unused apply-buffer procedure.David Thompson2023-05-011-4/+0
* graphics: buffer: Remove keyword arguments from render-vertices.David Thompson2023-05-012-4/+4
* graphics: buffer: Style improvement for record type printer.David Thompson2023-05-011-10/+11
* Cache bytevectors for streaming buffers to reduce GC.David Thompson2023-05-011-9/+33
* Further reduce garbage generated by graphics state management.David Thompson2023-05-011-19/+20
* Reduce garbage generated by graphics state management.David Thompson2023-04-291-60/+36
* graphics: framebuffer: Clear viewport in with-framebuffer form.David Thompson2023-04-281-2/+3
* graphics: framebuffer: Don't flip texture.David Thompson2023-04-271-1/+0
* graphics: skybox: Fix default skybox.David Thompson2023-04-261-6/+11
* Replace base64 decoder with Apache 2.0 licensed version.David Thompson2023-04-261-253/+59
* Relicense nearly everything to Apache 2.0.David Thompson2023-04-2660-669/+548
* Update my email address.David Thompson2023-04-2548-48/+48
* pixbuf: Use proper exception objects.David Thompson2023-03-251-1/+11
* image: Improve exceptions.David Thompson2023-03-251-6/+12
* graphics: framebuffer: Adjust for changes to make-texture API.David Thompson2023-03-251-1/+2
* graphics: texture: make-texture now expects a pixbuf.David Thompson2023-03-252-19/+23
* Add stencil buffer to framebuffer.David Thompson2023-03-251-2/+3
* graphics: path: Add canvas->pixbuf and write-canvas procedures.David Thompson2023-03-251-1/+22
* graphics: texture: Use new pixbuf and image API.David Thompson2023-03-251-122/+105
* Add image module.David Thompson2023-03-251-0/+107
* Add pixbuf module.David Thompson2023-03-251-0/+183
* Add gl-get-tex-image binding.David Thompson2023-03-251-0/+6
* Add file-extension, absolute-file-name, and tmpdir utility procedures.David Thompson2023-03-251-1/+17
* Add libpng bindings for writing PNG files.David Thompson2023-03-251-3/+157
* image: png: Fix completely broken libpng warning/error printing.David Thompson2023-01-041-8/+8
* graphics: 9-patch: Fix rendering of texture regions.David Thompson2022-12-271-2/+2
* graphics: text: Add #:smooth? keyword argument to make-texture.David Thompson2022-12-271-3/+9
* audio: Fix bug where #:audio argument is ignored in make-source.David Thompson2022-11-271-0/+2
* cli: bundle: Remove FLAC from shared library list.David Thompson2022-10-271-1/+0
* cli: bundle: Fix list of bundled libraries.David Thompson2022-10-261-5/+1
* Allow for changing the default clear color in run-game procedure.David Thompson2022-10-251-1/+10
* math: rect: Fix vec2-clamp-to-rect implementation.David Thompson2022-10-241-1/+3
* math: matrix: Add copy procedures.David Thompson2022-10-241-9/+28
* graphics: text: Fix page size calculation.David Thompson2022-10-181-3/+11
* graphics: color: Define custom color printer.David Thompson2022-10-181-0/+8
* Rename (chickadee graphics font) to (chickadee graphics text).David Thompson2022-10-172-2/+2
* graphics: font: Add compositor and page layers to rendering pipeline.David Thompson2022-10-171-123/+309
* cli: play: Wrap line over 80 characters.David Thompson2022-10-151-1/+2
* script: Add join procedure.David Thompson2022-10-111-6/+28
* scripting: Fix some indenting.David Thompson2022-10-111-3/+3
* image: png: Add support for paletted images via auto-expansion.David Thompson2022-10-091-3/+5
* async-repl: Remove 'pk' that was accidentally left in.David Thompson2022-10-091-1/+0