dxtn License GPL
authorMagnus Olsen <magnus@greatlord.com>
Sun, 14 Oct 2007 13:03:46 +0000 (13:03 +0000)
committerMagnus Olsen <magnus@greatlord.com>
Sun, 14 Oct 2007 13:03:46 +0000 (13:03 +0000)
commit623fb6808a032973af293ec020647e1fa4f885e6
treed128e157eb98f88f4549eebd3b9f7b58a8921f75
parent3bc97d4fc426967f98abf516905d04dfe011a7da
dxtn License GPL
Need it by OpenGL / DirectX compress textures, at moment for mesa32
Got Alesky aka Fireball permits to add it, so long it use the patent flag.
Some part in this library can contain patent, thing in USA
This library will not be build directly, you are force to
change the patent flags in the config.rbuild file to 1
But todo so, you need check you country patent.

svn path=/branches/reactx/; revision=29562
28 files changed:
reactos/dll/3rdparty/3rdparty.rbuild
reactos/dll/3rdparty/dxtn/Makefile [new file with mode: 0644]
reactos/dll/3rdparty/dxtn/Makefile.DJ [new file with mode: 0644]
reactos/dll/3rdparty/dxtn/Makefile.mgw [new file with mode: 0644]
reactos/dll/3rdparty/dxtn/Makefile.vc [new file with mode: 0644]
reactos/dll/3rdparty/dxtn/Makefile.wat [new file with mode: 0644]
reactos/dll/3rdparty/dxtn/docs/README [new file with mode: 0644]
reactos/dll/3rdparty/dxtn/docs/fxt1license.txt [new file with mode: 0644]
reactos/dll/3rdparty/dxtn/docs/tc.html [new file with mode: 0644]
reactos/dll/3rdparty/dxtn/docs/texture_compression_FXT1.txt [new file with mode: 0644]
reactos/dll/3rdparty/dxtn/docs/texture_compression_s3tc.txt [new file with mode: 0644]
reactos/dll/3rdparty/dxtn/docs/vmath.txt [new file with mode: 0644]
reactos/dll/3rdparty/dxtn/dxtn.c [new file with mode: 0644]
reactos/dll/3rdparty/dxtn/dxtn.def [new file with mode: 0644]
reactos/dll/3rdparty/dxtn/dxtn.h [new file with mode: 0644]
reactos/dll/3rdparty/dxtn/dxtn.rbuild [new file with mode: 0644]
reactos/dll/3rdparty/dxtn/fxt1.c [new file with mode: 0644]
reactos/dll/3rdparty/dxtn/fxt1.h [new file with mode: 0644]
reactos/dll/3rdparty/dxtn/internal.h [new file with mode: 0644]
reactos/dll/3rdparty/dxtn/test/Makefile [new file with mode: 0644]
reactos/dll/3rdparty/dxtn/test/main.c [new file with mode: 0644]
reactos/dll/3rdparty/dxtn/test/tga.c [new file with mode: 0644]
reactos/dll/3rdparty/dxtn/test/tga.h [new file with mode: 0644]
reactos/dll/3rdparty/dxtn/test/util.c [new file with mode: 0644]
reactos/dll/3rdparty/dxtn/test/util.h [new file with mode: 0644]
reactos/dll/3rdparty/dxtn/texstore.c [new file with mode: 0644]
reactos/dll/3rdparty/dxtn/types.h [new file with mode: 0644]
reactos/dll/3rdparty/dxtn/wrapper.c [new file with mode: 0644]