summaryrefslogtreecommitdiff
path: root/2d/texture.scm
Commit message (Collapse)AuthorAgeFilesLines
* Split sprite module into 3 modules.David Thompson2013-07-221-0/+178
|
* Deleted texture module and moved contents into sprite module.David Thompson2013-07-061-153/+0
|
* Add optional texture coordinate parameters to texture-quad and ↵David Thompson2013-07-061-5/+6
| | | | sprite-batch-draw.
* Add texture regions.David Thompson2013-07-061-1/+37
|
* Reap OpenGL textures when texture objects are GC'd.David Thompson2013-06-231-3/+22
|
* Add support for creating textures from RGB and RGBA surfaces.David Thompson2013-06-161-3/+12
|
* Add a color parameter to texture-quad.David Thompson2013-06-161-1/+2
|
* Change gl-tex-parameter to gl-texture-parameter.David Thompson2013-06-131-15/+15
|
* Add texture module.David Thompson2013-06-121-0/+87