Commit Graph

22 Commits

Author SHA1 Message Date
583de68697 cleanning 2026-03-25 00:29:34 +01:00
2ec5dc2709 revert to old driver (ugly tree, will fix that later) 2026-03-24 01:19:53 +01:00
sezero
4fd268232a replaced broken binary files as best as I can 2018-08-05 12:02:43 +03:00
sezero
968e385010 removed most of the cvs keywords.
in some files, added back last-revision logs which cvs2git removed:
feel more comfortable that way for now..

also removed all of the .cvsignore files.
2018-08-05 12:02:27 +03:00
guillemj
1d47a8de8e Remove the autoconf build system. It was broken and out of sync with the
working makefiles.linux.
2006-09-04 23:02:01 +00:00
jwrdegoede
93f42cc6f8 Last needed 64 bit fixes for h5/h3, complete 64 bit support for cvg 2005-08-13 21:07:04 +00:00
jwrdegoede
4b63afa845 Fixed all warnings with gcc4 -Wall -W -Wno-unused-parameter, except for a couple I believe to be a gcc bug. This has been reported to gcc. 2005-06-09 18:32:40 +00:00
jwrdegoede
4c00987aa2 Make header output more verbose (output complete header) 2005-05-09 13:50:31 +00:00
dborca
f4ddf221d6 killed some warnings 2004-10-04 09:41:26 +00:00
koolsmoky
55aa3d89dd fixed comments 2004-02-08 21:58:57 +00:00
koolsmoky
2dbc6d696e fixed bug scanning min and max alpha values 2004-02-08 18:28:26 +00:00
koolsmoky
26c4247cdd set alpha threshold for 1bit alpha dxt1 as specified in OpenGL spec. 2004-02-08 01:49:39 +00:00
koolsmoky
0c15f5c91a analyze the entire texture for 1bit alpha dxt1
use error diffusion for dxtn rgb565 conversions
fixed dxt4,5 quantizer
2004-02-08 00:55:01 +00:00
dborca
ab1fe87f14 main ALWAYS returns int 2004-02-02 07:47:13 +00:00
guillemj
873a724200 Fix autotool build system. 2004-01-25 11:03:04 +00:00
dborca
3d453046cc properly exported some Texus2 functions 2003-10-30 11:39:18 +00:00
anholt
d570839952 malloc.h is deprecated, use stdlib.h instead. 2003-07-23 06:29:33 +00:00
guillemj
c0820d2e93 When building with no optimizations libm is required. 2003-06-29 18:31:10 +00:00
guillemj
f726c002ec Fixed compilation warnings. 2003-06-29 18:23:28 +00:00
billwhite
7792b3ea4d Some small build related changes to make the texus2 library the default. 2000-08-25 17:33:26 +00:00
billwhite
8bd410fc16 1.) Added a dependence to h5/glide3/src/makefile.autoconf.am, so that
gthread.lo is made for fxgasm even though it is not used.
    Otherwise, everything has to be compiled twice.
2.) Added lots of .cvsignore files, so that cvs doesn't complain that
    it doesn't know about makefile.autoconf.in.
3.) Remove libtool, since it is autogenerated.
4.) Update the binary files in h5/glide3/tests.  The repository files
    were corrupted.
5.) Hook the texture utility library texus2 in as an option.  This is
    required for compressed textures.  The default is the old texture
    library.
6.) Implemented a texus2 function which sets an error handler.
2000-08-07 15:24:44 +00:00
billwhite
f195a10af1 Added the texus2 library, for compressed textures. This is
not currently used or built, though it is being worked on.
2000-08-03 00:27:22 +00:00