textures, overlay images, libimago
authorJohn Tsiombikas <nuclear@member.fsf.org>
Sun, 6 Dec 2020 20:40:04 +0000 (22:40 +0200)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Sun, 6 Dec 2020 20:40:04 +0000 (22:40 +0200)
commit3a9f6854df479d81442273c9d0b133c49c5c8f66
treef869242426d1b3d880249f87c53881d2c922f843
parent0b24071f728b7c8550daa1b7aa7c4012cb70ef4c
textures, overlay images, libimago
28 files changed:
Makefile
libs/Makefile
libs/imago2/COPYING [new file with mode: 0644]
libs/imago2/COPYING.LESSER [new file with mode: 0644]
libs/imago2/Makefile [new file with mode: 0644]
libs/imago2/README.md [new file with mode: 0644]
libs/imago2/src/byteord.c [new file with mode: 0644]
libs/imago2/src/byteord.h [new file with mode: 0644]
libs/imago2/src/conv.c [new file with mode: 0644]
libs/imago2/src/file_jpeg.c [new file with mode: 0644]
libs/imago2/src/file_lbm.c [new file with mode: 0644]
libs/imago2/src/file_png.c [new file with mode: 0644]
libs/imago2/src/file_ppm.c [new file with mode: 0644]
libs/imago2/src/file_rgbe.c [new file with mode: 0644]
libs/imago2/src/file_tga.c [new file with mode: 0644]
libs/imago2/src/ftype_module.c [new file with mode: 0644]
libs/imago2/src/ftype_module.h [new file with mode: 0644]
libs/imago2/src/imago2.c [new file with mode: 0644]
libs/imago2/src/imago2.h [new file with mode: 0644]
libs/imago2/src/imago_gl.c [new file with mode: 0644]
libs/imago2/src/modules.c [new file with mode: 0644]
sdr/whitted.p.glsl
sdr/whitted.v.glsl
src/part_whitted.c
src/post.c [new file with mode: 0644]
src/post.h [new file with mode: 0644]
src/texture.c [new file with mode: 0644]
src/texture.h [new file with mode: 0644]