dborca
cedb308d38
renamed library to cope with short filenames
2003-08-28 15:34:26 +00:00
koolsmoky
a65846e4d6
clean up
2003-08-26 18:03:41 +00:00
koolsmoky
6b3b2afb74
indentation cleanup
2003-08-26 15:41:34 +00:00
koolsmoky
7c059e2029
global context num_tmu max is 2
2003-08-26 15:40:11 +00:00
koolsmoky
01013ad51e
DRI fixes for grTBufferWriteMaskExt
2003-08-26 15:34:47 +00:00
dborca
cfeb5c8a20
dangerous macro construction
2003-08-26 06:55:18 +00:00
dborca
b5896cf6e6
makefile consistency
2003-08-25 12:08:01 +00:00
dborca
9eb8ae93c6
makefile consistency
2003-08-25 12:06:36 +00:00
dborca
b6b71a4d68
Linux cleanup... eheh!
2003-08-22 05:29:59 +00:00
dborca
7aa4e220de
Assembler flags
2003-08-21 09:03:22 +00:00
dborca
03e59b7e59
Texture fixes by Koolsmoky
2003-08-21 08:49:55 +00:00
dborca
eb9ca4dbed
cleansed code
2003-08-21 08:49:11 +00:00
dborca
5d26edba88
some things to remember
2003-08-21 08:44:33 +00:00
dborca
6dab1639d5
removed unused files
2003-08-21 08:41:52 +00:00
dborca
4e71aa3eed
cleaned up DJGPP/MinGW makefiles
2003-08-21 08:39:38 +00:00
dborca
00c107305c
moved CINIT to h5 (h3 is phased out)
2003-08-21 08:32:12 +00:00
koolsmoky
6932027116
use msvcrt c runtime
2003-08-17 16:00:35 +00:00
koolsmoky
c5bcf24387
removed unused file
2003-08-15 12:41:42 +00:00
koolsmoky
e536bd8f3a
remove unused files
2003-08-15 12:14:28 +00:00
koolsmoky
359a05b2d5
added glide3 specific build flags
2003-08-15 11:51:52 +00:00
koolsmoky
0657059cff
use automatic versioning
2003-08-15 11:50:38 +00:00
koolsmoky
fdb64e3424
always default to 2 pixel per clock mode
2003-08-11 00:20:09 +00:00
koolsmoky
758d3324e5
fixed ifdef error for *bsd in grBufferSwap
2003-08-08 20:49:07 +00:00
koolsmoky
cfbd5e7bde
fixed buffer size for registry paths
...
minimum runtime between GetDC and ReleaseDC
delete device context when exiting
2003-08-07 20:01:22 +00:00
koolsmoky
07ce126519
removed uneeded window handle check and fixed ddEnumCbEx usage in checkResolutions
2003-08-07 19:50:37 +00:00
dborca
3e5ddeacce
MinGW issues again.
2003-08-07 10:32:51 +00:00
dborca
2687c043af
Preparing for MinGW 2.0
2003-08-04 12:45:47 +00:00
dborca
c0979a598b
Enabled 32bit Z writes
2003-08-04 12:44:40 +00:00
dborca
8283931df7
Four chip by Koolsmoky
2003-08-01 10:06:41 +00:00
koolsmoky
796f119669
fixed EOL
2003-07-30 20:07:06 +00:00
dborca
07ccf2d302
Fixed Linux... again!!!
...
Changed contact address!
2003-07-29 10:05:04 +00:00
dborca
890926228a
Shamelessness.
...
Safeguard in CPUID.
Changed contact address!
Koolsmoky's texture download fixes.
2003-07-29 10:04:32 +00:00
dborca
69259445a7
Removed unused files!
2003-07-28 14:12:05 +00:00
koolsmoky
92dfa218b4
symbols for debug builds
2003-07-27 12:20:01 +00:00
koolsmoky
787776dc0e
removed const from _grBufferClear2D buffOffset because it's not
2003-07-26 22:36:13 +00:00
koolsmoky
0c31bd094c
enabled debug symbols for debug builds
2003-07-26 22:32:46 +00:00
dborca
53a8d8b1b0
Attempt to fix texturebuffer/SLI.
2003-07-25 07:15:51 +00:00
dborca
533a477142
... in the name of the Linux, DRI and the sacred Glide...
2003-07-25 07:14:59 +00:00
dborca
d83e85c6a4
removed debris
2003-07-25 07:13:41 +00:00
koolsmoky
babd8326bd
use __try/__except mechanism for win32 to catch SSE sigillegal in win95
2003-07-24 13:13:03 +00:00
koolsmoky
285b967be2
added win me,2k,xp to supported list
2003-07-24 13:08:08 +00:00
anholt
535ade3552
FreeBSD also can't do static initialization to stdout/stderr, and most unixes
...
are going to need the prototype for hwcGetenv.
2003-07-24 03:53:02 +00:00
anholt
4a53bfb160
Convert h5/glide3/src/ for FreeBSD, mostly by changing #ifdef __linux__ to
...
#ifdef DRI_BUILD, and removing a bit of dead code.
2003-07-24 03:51:08 +00:00
anholt
6f367986f4
Make hwcGetenv's argument a const to match the prototype.
2003-07-23 18:52:36 +00:00
anholt
8f048f464d
automake/autoconf changes for FreeBSD:
...
- Add the X11 header location to CFLAGS in minihwc.
- Add a DRI_BUILD conditional and define it in the CFLAGS in glide3.
- Use gmake instead of make when it's found.
- Add AC_CANONICAL_TARGET, which appeases libtool.
2003-07-23 18:51:01 +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
d183c81f39
fixed debug
2003-07-21 22:03:40 +00:00
koolsmoky
2eacd87ff3
fixed clean
2003-07-21 21:15:55 +00:00