summaryrefslogtreecommitdiff
path: root/chickadee/graphics/texture.scm
Commit message (Expand)AuthorAgeFilesLines
* WIP graphics engine rewrite.wip-graphics-backendDavid Thompson2024-05-031-566/+547
* graphics: texture: Add texture-copy-pixbuf! procedure.David Thompson2023-07-261-0/+11
* Move pixbuf module to (chickadee graphics ...) namespace.David Thompson2023-05-241-1/+1
* 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-131-25/+72
* Relicense nearly everything to Apache 2.0.David Thompson2023-04-261-11/+9
* Update my email address.David Thompson2023-04-251-1/+1
* graphics: texture: make-texture now expects a pixbuf.David Thompson2023-03-251-18/+21
* graphics: texture: Use new pixbuf and image API.David Thompson2023-03-251-122/+105
* Remove dependence on SDL2_image and use our own JPEG/PNG loading.David Thompson2021-12-171-29/+39
* graphics: texture: Add state for texture unit 5.David Thompson2021-08-161-0/+7
* graphics: texture: Add support for cube maps.David Thompson2021-08-161-72/+194
* graphics: texture: Add black, white, gray, and flat convenience textures.David Thompson2021-08-121-0/+40
* graphics: texture: Add support for mipmaps.David Thompson2021-08-061-2/+17
* graphics: texture: Add state for texture unit 4.David Thompson2021-05-111-0/+7
* graphics: texture: Explicitly set active texture unit in make-texture.David Thompson2021-05-101-2/+4
* graphics: texture: Add support for mirrored repeat wrap mode.David Thompson2021-05-101-3/+4
* graphics: texture: Make vertical pixel flipping optional in load-image.David Thompson2021-05-051-4/+8
* graphics: texture: Import (sdl2 image) the right way.David Thompson2021-04-301-1/+2
* graphics: texture: Add texture-atlas-size procedure.David Thompson2021-04-091-0/+5
* graphics: texture: Add texture-tileset-dimensions procedure.David Thompson2021-04-091-13/+24
* graphics: Fix texture data being upside down.David Thompson2021-04-071-4/+5
* graphics: Rewrite with-graphics-state to use state specs.David Thompson2021-03-141-5/+9
* graphics: Improve error message when prematurely creating GPU objects.David Thompson2021-03-051-0/+1
* Use new for-range macro wherever possible.David Thompson2021-03-051-21/+14
* graphics: Rewrite rendering engine.David Thompson2021-01-261-44/+67
* graphics: texture: Fix typo in docstring.David Thompson2021-01-201-1/+1
* graphics: texture: Get rid of some magic numbers.David Thompson2021-01-201-5/+5
* graphics: texture: Default to nearest neighbor scaling in make-texture.David Thompson2020-12-161-2/+2
* graphics: texture: Add load-tileset procedure.David Thompson2020-10-111-1/+25
* Rename 'render' subdirectory to 'graphics'.David Thompson2020-10-031-0/+329