summaryrefslogtreecommitdiff
path: root/chickadee/render/texture.scm
Commit message (Expand)AuthorAgeFilesLines
* 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