sezero
|
274d0d31c2
|
3dfx.h, glidesys.h: check __MSDOS__ along with __DOS__
Necessary when they are used for building 3rd-party programs.
__DOS__ is defined by Watcom, __MSDOS__ is defined by DJGPP.
|
2018-09-10 06:55:10 +03:00 |
|
sezero
|
0402d46e43
|
fxos.c, fxGethostname: fix a strict aliasing issue
|
2018-08-23 15:37:20 +03:00 |
|
sezero
|
355dca22a1
|
fxvxd.c: gcc inline asm for _inp, _inpw, _inpd, _outp, _outpw, _outpd.
|
2018-08-10 20:37:33 +03:00 |
|
sezero
|
d92d50efc8
|
oeminit.h: fix 'extra tokens at end of #endif directive' warning
|
2018-08-10 20:35:41 +03:00 |
|
sezero
|
2a7cfdfec7
|
warning fixes.
|
2018-08-09 21:50:10 +03:00 |
|
sezero
|
5f69e69154
|
3dfx.h: minor update for Fx?32 types
|
2018-08-09 17:55:02 +03:00 |
|
sezero
|
5c6e58e4e2
|
apply the commit 721b6fcf changes to ddglobal.h and h3info.h, too.
|
2018-08-09 15:55:28 +03:00 |
|
sezero
|
40ee824879
|
swlibs, fxpci: #undef FX_DLL_ENABLE, so that we don't dllexport the symbols.
|
2018-08-08 22:38:27 +03:00 |
|
sezero
|
de0e7ca28f
|
fxdll.h: revert koolsmoky commit bab2f1c 'use dllimport for __MSC__ imports'
it was wrong, and was causing LNK4049 warnings.
|
2018-08-08 22:35:48 +03:00 |
|
sezero
|
19efdba7e0
|
swlibs/fxmisc/fximg.c: -Wformat warning fixes
|
2018-08-07 11:57:45 +03:00 |
|
sezero
|
dc5f7d0065
|
commented out some unused static vars
|
2018-08-05 12:02:59 +03:00 |
|
sezero
|
9b83acbefd
|
linux build fixes
|
2018-08-05 12:02:59 +03:00 |
|
sezero
|
e8c99cbad5
|
swlibs/newpci/pcilib/fxpci.c (pciGetErrorString): unsigned casts to fix warning
|
2018-08-05 12:02:59 +03:00 |
|
sezero
|
4092b17053
|
3dfx.h: change FxI32 and FxU32 to be of long types for Windows and DOS.
|
2018-08-05 12:02:59 +03: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 |
|
koolsmoky
|
18c63bcf35
|
compensated 64bit changes
|
2007-05-19 19:24:42 +00:00 |
|
guillemj
|
4372942b61
|
Remove the shared library on realclean as well.
|
2006-11-30 09:45:33 +00:00 |
|
guillemj
|
019a1ff4dc
|
Sync Makefile to the general style used in the other libs.
|
2006-11-30 09:05:08 +00: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
|
dca89ecb08
|
Make h5 and h3 tree 64 bit clean. This is ported over from the non-devel branch so this might be incomplete
|
2005-05-25 08:56:37 +00:00 |
|
jwrdegoede
|
292e2fba9c
|
make c-code match comment
|
2005-05-10 08:17:40 +00:00 |
|
jwrdegoede
|
4c00987aa2
|
Make header output more verbose (output complete header)
|
2005-05-09 13:50:31 +00:00 |
|
dborca
|
b3b3bf4853
|
hasDev3DfxLinux is really a function (Max Behensky)
|
2004-12-16 07:46:45 +00:00 |
|
dborca
|
8932dd3ffe
|
added a bunch of files to allow sst1/cvg build out-of-the-box
|
2004-10-05 15:01:12 +00:00 |
|
dborca
|
6045061d5b
|
removed detritus
|
2004-10-05 14:56:50 +00:00 |
|
dborca
|
0633a3231f
|
added DOS/OpenWatcom support
|
2004-10-04 09:43:39 +00:00 |
|
dborca
|
f4ddf221d6
|
killed some warnings
|
2004-10-04 09:41:26 +00:00 |
|
koolsmoky
|
bab2f1ce05
|
use dllimport for __MSC__ imports
|
2004-07-12 17:41:24 +00:00 |
|
guillemj
|
9ab5549e22
|
Switch to bare sh. Some cleaning.
|
2004-07-01 20:23:08 +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 |
|
guillemj
|
9d5ef92b50
|
Remove invalid use of sizeof from ioctl calls.
|
2003-11-03 07:30:05 +00:00 |
|
dborca
|
3d453046cc
|
properly exported some Texus2 functions
|
2003-10-30 11:39:18 +00:00 |
|
koolsmoky
|
c5bcf24387
|
removed unused file
|
2003-08-15 12:41:42 +00:00 |
|
dborca
|
2687c043af
|
Preparing for MinGW 2.0
|
2003-08-04 12:45:47 +00:00 |
|
dborca
|
07ccf2d302
|
Fixed Linux... again!!!
Changed contact address!
|
2003-07-29 10:05:04 +00:00 |
|
anholt
|
63c16626f8
|
Disable the fxTime and timer functions on FreeBSD, which are only used by
the tests.
|
2003-07-23 18:45:17 +00:00 |
|
anholt
|
59ee0209d0
|
Move code from fxfreebsd.c to fxlinux.c. Note that this code is almost all
dead in the DRI case, anyway.
|
2003-07-23 18:43:47 +00:00 |
|
anholt
|
d570839952
|
malloc.h is deprecated, use stdlib.h instead.
|
2003-07-23 06:29:33 +00:00 |
|
koolsmoky
|
dc6c1c036c
|
no message
|
2003-07-16 17:36:29 +00:00 |
|
dborca
|
30d2c54cba
|
no message
|
2003-07-10 12:30:35 +00:00 |
|
guillemj
|
979effcff2
|
Script converted to bash.
|
2003-06-29 18:32:13 +00:00 |
|
guillemj
|
c0820d2e93
|
When building with no optimizations libm is required.
|
2003-06-29 18:31:10 +00:00 |
|