Commit Graph

416 Commits

Author SHA1 Message Date
dborca
b410bb7e20 added DOS/OpenWatcom makefiles 2004-10-05 14:34:58 +00:00
dborca
7f19a09dc5 remove unnecessary files from build 2004-10-05 14:33:53 +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
dborca
4dd1af0e85 second cut at Glide3x for Voodoo1/Rush (massive update):
delayed validation, vertex snapping, clip coordinates, strip/fan_continue, bugfixes.
and probably a bunch of other crap that I forgot
2004-10-04 09:36:00 +00:00
dborca
a5115738b3 DOS/OpenWatcom support 2004-10-04 09:26:31 +00:00
dborca
46295978d5 taming FX_CSTYLE havoc 2004-10-04 09:24:02 +00:00
dborca
57e51764f8 made Win32 compile... not too useful ATM 2004-10-04 09:23:18 +00:00
dborca
73db6676a4 OpenWatcom support 2004-10-04 09:22:44 +00:00
dborca
8341485146 handle STDCALL correctly 2004-10-04 09:19:25 +00:00
dborca
5d59cd4e2f killed some warnings / compilation errors 2004-10-04 09:17:16 +00:00
dborca
22d4f642cb make sure SLI boards are correctly counted 2004-10-04 09:13:33 +00:00
dborca
3707221248 watcom fixes 2004-10-04 09:06:15 +00:00
dborca
024bd0832f avoid silly warnings 2004-10-04 09:04:24 +00:00
dborca
d5cdfe9374 small fixes to the testsuite(s) 2004-10-04 09:00:33 +00:00
dborca
b292afdb71 supporting DOS/OpenWatcom in Assembly files 2004-10-04 08:57:52 +00:00
dborca
9c02fa48e5 added makefiles for DOS/OpenWatcom and Win32 2004-10-04 08:55:20 +00:00
dborca
329ac0931f detailed info about each branch 2004-10-04 08:50:50 +00:00
dborca
833ae187e5 removed extra info 2004-10-04 08:48:16 +00:00
dborca
2d1b632d7b add this back to prevent pruning on checkouts 2004-10-04 08:25:56 +00:00
dborca
ec7faefa52 avoid unsigned wrap-arounds 2004-09-27 09:14:46 +00:00
dborca
0b4dbea566 avoid unsigned wrap-arounds 2004-09-27 09:09:41 +00:00
dborca
ada722548b aligned aux buffer correctly (maybe) 2004-09-27 09:05:22 +00:00
dborca
4bb204b929 fixed trilinearness bug. reorg brackets 2004-09-27 09:02:11 +00:00
dborca
a803ae4ed1 clamp lod bias 2004-09-27 08:59:45 +00:00
dborca
f9001acfe6 type-punning warning 2004-09-27 08:58:15 +00:00
dborca
54c4601dd0 reorg brackets 2004-09-27 08:51:05 +00:00
dborca
fa967172f3 fixed debug paths 2004-09-27 08:49:42 +00:00
dborca
e79dd613ee fixed testsuite for all libs 2004-09-27 07:27:52 +00:00
dborca
2506470f93 Rush: fixed grLfbLock(AUXBUFFER) 2004-09-24 06:58:10 +00:00
dborca
5484926668 small fixes 2004-09-24 06:56:30 +00:00
dborca
e1a07c1ff2 grDrawLine for Rush and other fixes 2004-09-24 06:55:12 +00:00
guillemj
90cb835f39 Add missing function grBufferSwap() when using the DRI build.
Thanks to Hans de Goede <j.w.r.degoede@hhs.nl>.
2004-09-07 17:33:21 +00:00
guillemj
05750ad397 Move KVERS and MODULES_DIR to the outern Makefile so they get a value when
no config file exist.
2004-08-21 07:16:26 +00:00
guillemj
1a752ef706 Document new build system. 2004-08-21 05:57:46 +00:00
guillemj
e049e53976 New build system for Linux kernels using kbuild (2.6+) and the legacy ones. 2004-08-21 05:44:39 +00:00
dborca
b7ca0e0fa7 restrict ports that can be accessed 2004-08-20 08:26:47 +00:00
dborca
c89df99c6e Linux should use INIT_LINUX, really 2004-08-20 08:25:10 +00:00
guillemj
d34710e10d Do not show the modules target as a default example. 2004-08-18 18:32:15 +00:00
guillemj
b58bfd998c Add module version macro. 2004-08-18 18:31:10 +00:00
dborca
d67cd249c0 make sure we stay on path if someone decides to import some more src here 2004-07-27 08:06:12 +00:00
dborca
914d1d9149 separate alpha from rgb. it was causing problems with Rush's ZBuffer 2004-07-26 07:59:30 +00:00
dborca
ce994a7077 avoid unsigned wrap-arounds 2004-07-26 07:58:00 +00:00
dborca
9c378ee7c6 make sure we stay on path if someone decides to import some more src here 2004-07-26 07:56:55 +00:00
guillemj
24b6f748c5 Fix build failure due to missing appended slashes ('/') on include dirs
passed to nasm.
Thanks to jlm <jsado_sc3@earthlink.net> for the patch.
2004-07-25 07:04:56 +00:00
koolsmoky
ac5cdd19bf clean up grSstWinOpen 2004-07-19 07:39:04 +00:00
koolsmoky
bab2f1ce05 use dllimport for __MSC__ imports 2004-07-12 17:41:24 +00:00
koolsmoky
2ce94fd316 more dll build options 2004-07-12 17:34:33 +00:00
koolsmoky
a24bf3695d correct FX_CALL and FX_ENTRY 2004-07-12 17:33:41 +00:00
koolsmoky
d46a668566 removed duplicate grStipplePattern() 2004-07-12 17:31:47 +00:00