guillemj
|
6cc1fe6e7e
|
Move library soname to GLIDE_SONAME.
|
2006-09-04 20:55:56 +00:00 |
|
guillemj
|
959334ad71
|
Remove redundant definition of single_precision_asm and double_precision_asm,
to fix the code not building from source.
|
2006-09-02 03:13:53 +00:00 |
|
guillemj
|
910bd84cf8
|
Backport glide3 fix for PIC compilation with gcc 4.1 from Hans de Goede.
|
2006-09-02 03:12:29 +00:00 |
|
guillemj
|
00a387e94f
|
Fix typo (glide3x -> glide2x).
|
2006-09-01 19:45:54 +00:00 |
|
guillemj
|
dfd3327037
|
Fix warnings by moving the assignments from inside the if conditionals
to outside.
|
2006-09-01 19:44:38 +00:00 |
|
guillemj
|
0070c1729d
|
Make main return an int instead of void.
Protect assignment inside the while conditional.
Actually pass strings to the printf code with %s.
|
2006-09-01 19:43:08 +00:00 |
|
guillemj
|
84cd0d554f
|
Make tlErrorMessage function return something (true).
|
2006-09-01 19:40:34 +00:00 |
|
guillemj
|
5a517c8e2f
|
Remove init96SetupRendering function prototype from inside init96MapBoard
function to the beginning of the file.
|
2006-09-01 19:39:25 +00:00 |
|
guillemj
|
f82d3a3a0a
|
Remove redundant (and thus making it fail to build) PCI_VENDOR_ID and
PCI_DEVICE_ID declarations.
|
2006-09-01 19:36:46 +00:00 |
|
guillemj
|
87f391fec1
|
Add missing include <string.h>.
|
2006-09-01 19:35:12 +00:00 |
|
guillemj
|
1738b62d40
|
Fix spaces in ChangeLog entry.
|
2006-09-01 19:22:40 +00:00 |
|
dborca
|
ebbc49b41b
|
Missing Rush files.
|
2006-07-24 06:52:23 +00:00 |
|
guillemj
|
91fdbf4feb
|
Rename HAVE_MTRR to CONFIG_MTRR.
|
2006-03-03 02:15:27 +00:00 |
|
jwrdegoede
|
1561d5a656
|
Fix gcc 4.1 new type-punned ptr breaks antialias. warnings
|
2006-01-16 21:22:46 +00:00 |
|
dborca
|
d2e6e8062f
|
removed -mcpu=pentium
|
2005-11-29 22:05:55 +00:00 |
|
guillemj
|
c67e1e2526
|
Protect against multiple macro definitions.
|
2005-09-21 22:21:57 +00:00 |
|
guillemj
|
fd64b6ac96
|
Move imageConvert declaration from inside main to before it.
Fixes build failure with gcc 4.0.1.
|
2005-09-21 22:12:27 +00:00 |
|
jwrdegoede
|
fef69dbf9a
|
Add -soname to linux linkerflags
|
2005-08-15 15:21:20 +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
|
a30877fb0f
|
Add 64 bit todo list
|
2005-06-26 07:06:10 +00:00 |
|
jwrdegoede
|
4338d7a4e9
|
Add warning about stack layout assumptions
|
2005-06-25 20:56:53 +00:00 |
|
jwrdegoede
|
12dbdd977a
|
Add Linux-portability.txt
|
2005-06-25 20:53:42 +00:00 |
|
jwrdegoede
|
0c312424e3
|
Add missing P6FENCE for x86_64
|
2005-06-23 20:03:38 +00:00 |
|
jwrdegoede
|
23a241e1c7
|
change some scanf %u back to %i to allow using both hex and dec numbers
|
2005-06-17 14:53:33 +00:00 |
|
jwrdegoede
|
87a74e1a2b
|
Fix few warnings when USE_X86=1 is not set
|
2005-06-17 14:18:50 +00:00 |
|
jwrdegoede
|
759cde16ea
|
Fix 2 sst1 bugs accidently introduced by warning fixes
|
2005-06-16 18:58:33 +00:00 |
|
jwrdegoede
|
a072e43eb1
|
Really fix cvg linking when GL_X86 is not defined
|
2005-06-10 19:10:54 +00:00 |
|
jwrdegoede
|
fb1109315a
|
Fix linking when GL_X86 is not defined
|
2005-06-10 18:59:00 +00:00 |
|
jwrdegoede
|
6f3645a1cf
|
Fix compilation when GL_X86 is not defined
|
2005-06-10 14:17:56 +00:00 |
|
jwrdegoede
|
8106609282
|
h3/h5 Remove swlibs/fxmisc/linutil.o on a make clean
|
2005-06-09 18:34:50 +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
|
5eff1f0e44
|
Add P6FENCE (ish) macro for non-x86 archs
|
2005-05-25 08:53:23 +00:00 |
|
jwrdegoede
|
a96ecc4d15
|
Add #ifdef GL_X86 around x86 specific code
|
2005-05-25 08:51:53 +00:00 |
|
jwrdegoede
|
1d189c8b84
|
Makefile changes: add -DGL_X86 on x86, replace CPU option by OPTFLAGS
|
2005-05-25 08:49:29 +00:00 |
|
jwrdegoede
|
2f942cc686
|
Fix unwanted shadowing of global var:first with local val first
|
2005-05-11 14:52:02 +00:00 |
|
jwrdegoede
|
a905834f07
|
Also fix gcc4 PIC compilation of cpuid.c for cvg
|
2005-05-11 14:42:15 +00:00 |
|
jwrdegoede
|
e2d97af291
|
sst1 gcc4 compile fixes
|
2005-05-10 11:27:23 +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 |
|
jwrdegoede
|
47daaa8aad
|
lvalue cast fixes for gcc4
|
2005-05-07 08:40:30 +00:00 |
|
jwrdegoede
|
4a8fdd2725
|
fix for newer libtools
|
2005-05-07 08:27:23 +00:00 |
|
jwrdegoede
|
c5dff3e9da
|
gcc4 cpuid fix
|
2005-05-07 08:26:35 +00:00 |
|
koolsmoky
|
bc2d475372
|
Use grDrawTriangle where TRISETUP is not necessary.
|
2005-04-26 00:02:45 +00:00 |
|
koolsmoky
|
9fcb0ace2a
|
Fix _texDownloadProcs comma separator.
Thanks to Ozkan Sezer <sezeroz@gmail.com>.
|
2005-04-25 23:58:41 +00:00 |
|
koolsmoky
|
1a365fe143
|
Fix grDrawTriangle calling convention for Linux.
Thanks to Ozkan Sezer <sezeroz@gmail.com>.
|
2005-04-25 23:53:59 +00:00 |
|
koolsmoky
|
7768c6150f
|
Fix for Linux
|
2005-04-25 23:50:00 +00:00 |
|
koolsmoky
|
c9e2c802f9
|
pragma directives for win32
removed detritus
|
2005-04-25 22:08:48 +00:00 |
|
guillemj
|
7e265ee0e5
|
Add GPL notice.
|
2005-04-23 22:18:15 +00:00 |
|
guillemj
|
8bc22af8d8
|
3dfx_device.c: Add Macronix MX86251 Voodoo Rush support.
Thanks to Ozkan Sezer <sezeroz@gmail.com>.
|
2005-04-23 22:16:30 +00:00 |
|