[ros-diffs] [greatlrd] 30332: Merge from ReactX branch to trunk ---------------------------------------------------------------------------------- Adding dxtn.dll to reactos it is need for mesa opengl to use compress texture. for some issue this library are not build default, it need the patent flag be set NSWPAT="1", This library are need it for opengl compress texture. But it will not be in the official build, only for thus doing own build and activate the patent flag, will be avail use compress texture. I have spoken with Aleasky about this library.

greatlrd at svn.reactos.org greatlrd at svn.reactos.org
Sat Nov 10 17:02:44 CET 2007


Author: greatlrd
Date: Sat Nov 10 19:02:43 2007
New Revision: 30332

URL: http://svn.reactos.org/svn/reactos?rev=30332&view=rev
Log:
Merge from ReactX branch to trunk
----------------------------------------------------------------------------------
Adding dxtn.dll to reactos it is need for mesa opengl to use compress texture. 
for some issue this library are not build default, it need the patent flag be set
NSWPAT="1", This library are need it for opengl compress texture. But it will
not be in the official build, only for thus doing own build and activate the 
patent flag, will be avail use compress texture. I have spoken with 
Aleasky about this library. 
  

Added:
    trunk/reactos/dll/3rdparty/dxtn/
    trunk/reactos/dll/3rdparty/dxtn/Makefile   (with props)
    trunk/reactos/dll/3rdparty/dxtn/Makefile.DJ   (with props)
    trunk/reactos/dll/3rdparty/dxtn/Makefile.mgw   (with props)
    trunk/reactos/dll/3rdparty/dxtn/Makefile.vc   (with props)
    trunk/reactos/dll/3rdparty/dxtn/Makefile.wat   (with props)
    trunk/reactos/dll/3rdparty/dxtn/docs/
    trunk/reactos/dll/3rdparty/dxtn/docs/README   (with props)
    trunk/reactos/dll/3rdparty/dxtn/docs/fxt1license.txt   (with props)
    trunk/reactos/dll/3rdparty/dxtn/docs/tc.html   (with props)
    trunk/reactos/dll/3rdparty/dxtn/docs/texture_compression_FXT1.txt   (with props)
    trunk/reactos/dll/3rdparty/dxtn/docs/texture_compression_s3tc.txt   (with props)
    trunk/reactos/dll/3rdparty/dxtn/docs/vmath.txt   (with props)
    trunk/reactos/dll/3rdparty/dxtn/dxtn.c   (with props)
    trunk/reactos/dll/3rdparty/dxtn/dxtn.def   (with props)
    trunk/reactos/dll/3rdparty/dxtn/dxtn.h   (with props)
    trunk/reactos/dll/3rdparty/dxtn/dxtn.rbuild   (with props)
    trunk/reactos/dll/3rdparty/dxtn/fxt1.c   (with props)
    trunk/reactos/dll/3rdparty/dxtn/fxt1.h   (with props)
    trunk/reactos/dll/3rdparty/dxtn/internal.h   (with props)
    trunk/reactos/dll/3rdparty/dxtn/test/
    trunk/reactos/dll/3rdparty/dxtn/test/Makefile   (with props)
    trunk/reactos/dll/3rdparty/dxtn/test/main.c   (with props)
    trunk/reactos/dll/3rdparty/dxtn/test/tga.c   (with props)
    trunk/reactos/dll/3rdparty/dxtn/test/tga.h   (with props)
    trunk/reactos/dll/3rdparty/dxtn/test/util.c   (with props)
    trunk/reactos/dll/3rdparty/dxtn/test/util.h   (with props)
    trunk/reactos/dll/3rdparty/dxtn/texstore.c   (with props)
    trunk/reactos/dll/3rdparty/dxtn/types.h   (with props)
    trunk/reactos/dll/3rdparty/dxtn/wrapper.c   (with props)
Modified:
    trunk/reactos/boot/bootdata/packages/reactos.dff
    trunk/reactos/dll/3rdparty/3rdparty.rbuild

[This mail would be too long, it was shortened to contain the URLs only.]

Modified: trunk/reactos/boot/bootdata/packages/reactos.dff
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/packages/reactos.dff?rev=30332&r1=30331&r2=30332&view=diff

Modified: trunk/reactos/dll/3rdparty/3rdparty.rbuild
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/3rdparty/3rdparty.rbuild?rev=30332&r1=30331&r2=30332&view=diff

Added: trunk/reactos/dll/3rdparty/dxtn/Makefile
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/3rdparty/dxtn/Makefile?rev=30332&view=auto

Added: trunk/reactos/dll/3rdparty/dxtn/Makefile.DJ
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/3rdparty/dxtn/Makefile.DJ?rev=30332&view=auto

Added: trunk/reactos/dll/3rdparty/dxtn/Makefile.mgw
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/3rdparty/dxtn/Makefile.mgw?rev=30332&view=auto

Added: trunk/reactos/dll/3rdparty/dxtn/Makefile.vc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/3rdparty/dxtn/Makefile.vc?rev=30332&view=auto

Added: trunk/reactos/dll/3rdparty/dxtn/Makefile.wat
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/3rdparty/dxtn/Makefile.wat?rev=30332&view=auto

Added: trunk/reactos/dll/3rdparty/dxtn/docs/README
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/3rdparty/dxtn/docs/README?rev=30332&view=auto

Added: trunk/reactos/dll/3rdparty/dxtn/docs/fxt1license.txt
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/3rdparty/dxtn/docs/fxt1license.txt?rev=30332&view=auto

Added: trunk/reactos/dll/3rdparty/dxtn/docs/tc.html
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/3rdparty/dxtn/docs/tc.html?rev=30332&view=auto

Added: trunk/reactos/dll/3rdparty/dxtn/docs/texture_compression_FXT1.txt
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/3rdparty/dxtn/docs/texture_compression_FXT1.txt?rev=30332&view=auto

Added: trunk/reactos/dll/3rdparty/dxtn/docs/texture_compression_s3tc.txt
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/3rdparty/dxtn/docs/texture_compression_s3tc.txt?rev=30332&view=auto

Added: trunk/reactos/dll/3rdparty/dxtn/docs/vmath.txt
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/3rdparty/dxtn/docs/vmath.txt?rev=30332&view=auto

Added: trunk/reactos/dll/3rdparty/dxtn/dxtn.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/3rdparty/dxtn/dxtn.c?rev=30332&view=auto

Added: trunk/reactos/dll/3rdparty/dxtn/dxtn.def
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/3rdparty/dxtn/dxtn.def?rev=30332&view=auto

Added: trunk/reactos/dll/3rdparty/dxtn/dxtn.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/3rdparty/dxtn/dxtn.h?rev=30332&view=auto

Added: trunk/reactos/dll/3rdparty/dxtn/dxtn.rbuild
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/3rdparty/dxtn/dxtn.rbuild?rev=30332&view=auto

Added: trunk/reactos/dll/3rdparty/dxtn/fxt1.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/3rdparty/dxtn/fxt1.c?rev=30332&view=auto

Added: trunk/reactos/dll/3rdparty/dxtn/fxt1.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/3rdparty/dxtn/fxt1.h?rev=30332&view=auto

Added: trunk/reactos/dll/3rdparty/dxtn/internal.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/3rdparty/dxtn/internal.h?rev=30332&view=auto

Added: trunk/reactos/dll/3rdparty/dxtn/test/Makefile
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/3rdparty/dxtn/test/Makefile?rev=30332&view=auto

Added: trunk/reactos/dll/3rdparty/dxtn/test/main.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/3rdparty/dxtn/test/main.c?rev=30332&view=auto

Added: trunk/reactos/dll/3rdparty/dxtn/test/tga.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/3rdparty/dxtn/test/tga.c?rev=30332&view=auto

Added: trunk/reactos/dll/3rdparty/dxtn/test/tga.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/3rdparty/dxtn/test/tga.h?rev=30332&view=auto

Added: trunk/reactos/dll/3rdparty/dxtn/test/util.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/3rdparty/dxtn/test/util.c?rev=30332&view=auto

Added: trunk/reactos/dll/3rdparty/dxtn/test/util.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/3rdparty/dxtn/test/util.h?rev=30332&view=auto

Added: trunk/reactos/dll/3rdparty/dxtn/texstore.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/3rdparty/dxtn/texstore.c?rev=30332&view=auto

Added: trunk/reactos/dll/3rdparty/dxtn/types.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/3rdparty/dxtn/types.h?rev=30332&view=auto

Added: trunk/reactos/dll/3rdparty/dxtn/wrapper.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/3rdparty/dxtn/wrapper.c?rev=30332&view=auto




More information about the Ros-diffs mailing list