Commit Graph

117 Commits

Author SHA1 Message Date
alanh
4e5ad8319b sync with trunk 2000-11-17 15:29:09 +00:00
alanh
ef07fcc06b *** empty log message *** 2000-11-17 11:29:53 +00:00
alanh
9bcd91c23a fix a typo 2000-11-16 20:25:59 +00:00
alanh
21130b308d fix a regression problem from the import of the trunk. 2000-11-16 20:22:57 +00:00
alanh
7816b80116 merge trunk into 64bit branch. 2000-11-16 20:03:20 +00:00
alanh
985b19361e merge trunk onto 64bit branch. 2000-11-16 20:00:53 +00:00
alanh
2de5d67c15 merge trunk into 64bit branch. 2000-11-16 19:54:49 +00:00
alanh
9f97da914e merge trunk into 64bit branch. 2000-11-16 19:45:52 +00:00
alanh
ccf55bd6d7 merge trunk into 64bit branch. 2000-11-16 19:38:57 +00:00
alanh
32c9fceb2b merge trunk into 64bit branch. 2000-11-16 19:32:35 +00:00
alanh
b17cdee744 merge trunk into 64bit branch. 2000-11-16 19:04:35 +00:00
alanh
65e9e693f1 merge trunk in 64bit branch. 2000-11-16 19:02:15 +00:00
alanh
68adba47ab add a linux specific grRenderBuffer to fix switching between FRONT and
BACK buffers.
2000-11-16 18:56:49 +00:00
alanh
08ef754384 merge in trunk updates, fixup pci code, and fix texus2 code pointers. 2000-11-14 14:11:20 +00:00
alanh
bc03716156 Commit some of Dave Mosberger's code:
If mode is not zero, initialize "stride" to the
number of floats that corresponds to the size of a pointer (1 on a
32-bit platform, 2 on a 64-bit platform).  This code works
properly as long as sizeof(void*)==N*sizeof(float) for some
integer constant N.
2000-11-02 10:27:24 +00:00
alanh
fc7d1171eb Fix depth offset problem on v3
Fix ix86 build problem
2000-10-27 11:20:00 +00:00
alanh
5b2cccf44f merge trunk into Glide3-64bit branch. 2000-10-03 08:18:09 +00:00
alanh
3f90077226 fix for stride width at <=1024 resolutions 2000-09-14 08:05:44 +00:00
alanh
f69716c149 64bit updates for texus & texus2 libraries 2000-09-11 08:48:09 +00:00
alanh
f3f29b54f5 fix white space 2000-09-07 15:29:52 +00:00
alanh
8b7ff82e87 IA64 patch to switch to C versions of TRI Setup 2000-09-07 15:27:52 +00:00
alanh
13692f96c6 remove white spaces 2000-09-07 15:14:11 +00:00
alanh
f0e606b604 Changes for Voodoo3 for 64bit architectures 2000-08-30 08:47:03 +00:00
alanh
ef7301331f Voodoo5 changes for 64bit architectures 2000-08-30 08:37:53 +00:00
alanh
bc31dae192 swlibs patches for 64bit issues. 2000-08-30 08:26:57 +00:00
FIXME
6acad1fd79 This commit was manufactured by cvs2svn to create branch 'Glide3-64bit'. 2000-08-25 17:33:27 +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
9d7350f14f Fixed a syntax error. 2000-08-21 19:10:38 +00:00
billwhite
0fa76931c0 Fixed a bug in the definition of the --enable-build-architecture
option.
2000-08-21 18:16:00 +00:00
billwhite
7310b8f0ac Added a new configuration option, --enable-build-architecture, for
selecting the build architecture.
    configure.in:   Add the configuration option.
    INSTALL:        Documented it.
    chores.3dfx:    Make it selectable easily from this script.
2000-08-21 13:48:52 +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
billwhite
ea46939808 Added configure.in entries for h3/incsrc/makefile.autoconf and
cvg/incsrc/makefile.autoconf.  Also, changed the pattern of removed
files slightly for ./chores.3dfx --clean.
2000-08-01 23:23:30 +00:00
billwhite
6478a8cc12 Fixed some errors in the autoconf/automake build procedure. 2000-08-01 17:25:53 +00:00
joseph
820c3211e6 Buffer overflow fixes. 2000-07-31 21:40:01 +00:00
billwhite
fa8fc5e894 Made another slight change to the function which determines if
directories are different or the same.
2000-07-27 13:36:22 +00:00
billwhite
0b8edabc95 Made a slight modification to the chores.3dfx script, so that
it refuses to remove the current directory.
2000-07-27 13:30:07 +00:00
billwhite
b487f0198d Added many files to support automake/autoconf building. 2000-07-27 02:39:18 +00:00
joseph
c424343eec Fixed stride problem that broke single buffered rendering. 2000-07-21 00:04:01 +00:00
billwhite
078484397f Fixed a bug in grLfbLock. For write locks, the code returned the
address of the LFB, not the address of the buffer.  This may be the
Windows behavior, but it's not the behavior we expect in Linux.  I
changed the Linux behavior, and left the Windows behavior alone.
2000-07-19 23:52:33 +00:00
joseph
0e95fce6bf Updated makefile.linux files to include 3dfx.linux.mak instead of 3dfx.mak
Updated 3dfx.linux.mak to include some things that were lost from 3dfx.mak
such as -fPIC and and shared library sonames.  Added rules to install shared
libray symlinks.
2000-07-12 21:35:28 +00:00
joseph
23f922baa5 Updated makefile.linux files to use 3dfx.mak.linux instaed of the old 3dfx.mak 2000-07-12 21:33:32 +00:00
joseph
980a675f9d Don't force DEBUG build 2000-07-08 01:18:10 +00:00
joseph
b5a6f149a9 DEBUG should be controlled by env. 2000-07-07 21:04:57 +00:00
billwhite
a41fa0ff93 Corrected some textual errors. Deleted all references to Glide2. 2000-07-07 17:41:31 +00:00
billwhite
28d7b9e1c0 Changes to support reading and writing the depth buffer in Linux. 2000-07-07 17:37:14 +00:00
joseph
dcf4393af0 Previous checkin of asm files were already preprocessed.
Fixed build rules for 3DNow optimized assembly.
2000-06-27 19:59:34 +00:00
joseph
1c257d69cd Changing extension .S to .s for ease of synchronization with 3dfx's internal
(case insensitive) windows source repository.  Note that these files are still
run through the C preprocessor though special make rules are now employeed.
2000-06-26 23:21:28 +00:00
joseph
bbcd527f17 Merged with 3dfx internal source repository so that the source base stays
up to date.
2000-06-26 21:56:42 +00:00
joseph
c9ee426cb6 Merged with 3dfx internal source repository so that the source base stays
up to date.
2000-06-26 21:50:59 +00:00