summaryrefslogtreecommitdiff
path: root/chickadee/render/texture.scm
Commit message (Expand)AuthorAgeFilesLines
* Rename 'render' subdirectory to 'graphics'.David Thompson2020-10-031-329/+0
* render: Make apply-* procedures public.David Thompson2019-11-191-0/+1
* render: texture: Remove debugging code I accidentally left in.David Thompson2019-11-141-3/+0
* render: texture: Add support for transparent color keys.David Thompson2019-11-141-9/+29
* render: Collect all managed GPU state into a single record type.David Thompson2019-11-061-24/+5
* render: texture: Include id when printing.David Thompson2019-10-291-1/+2
* doc: Improve texture documentation.David Thompson2019-05-131-1/+1
* render: texture: Stop exporting texture-id.David Thompson2019-05-131-1/+0
* texture: tileset: Fix rows/columns calculation.David Thompson2019-05-081-2/+2
* render: texture: Fix error when splitting certain textures.David Thompson2019-01-061-4/+2
* render: texture: Fix bug in framebuffer texture coordinates.David Thompson2018-09-101-1/+1
* render: texture: Add flip? argument to make-texture.David Thompson2018-09-101-5/+11
* render: Change texture origin to top-left.David Thompson2018-09-101-6/+1
* render: texture: Define custom record type printer for texture atlas.David Thompson2018-01-291-0/+8
* render: texture: Keep a rect for use with draw-sprite and friends.David Thompson2018-01-171-16/+29
* render: texture: Fix split-texture.David Thompson2018-01-171-2/+2
* render: Refactor sprite rendering.David Thompson2018-01-171-51/+44
* render: texture: Fix bug in texture region coordinate calculation.David Thompson2017-10-171-1/+1
* Third time's the charm for a bug fix?David Thompson2017-10-171-2/+1
* Fix build bug for real this time.David Thompson2017-10-171-6/+5
* render: texture: Fix strange parallel compilation issue.David Thompson2017-10-171-1/+0
* render: texture: Use texture regions in texture atlas.David Thompson2017-10-171-5/+6
* render: texture: Add private gl-size field.David Thompson2017-10-171-4/+7
* render: texture: Add texture region data type.David Thompson2017-10-171-0/+35
* texture: Export texture-atlas-texture.David Thompson2017-09-131-0/+1
* render: texture: Support using 32 texture units.David Thompson2017-03-311-7/+24
* render: texture: Quick code style fix.David Thompson2017-01-191-1/+1
* render: texture: Allow texture creation with no pixel data.David Thompson2017-01-191-1/+2
* render: texture: Add texture atlas record type.David Thompson2017-01-121-1/+72
* First commit!David Thompson2017-01-041-0/+191