alanh
747e6ee3df
commit FreeBSD version of glide3 to new branch
2001-05-31 19:05:53 +00:00
alanh
5653005997
default to ev5 for alpha platforms
2001-04-22 22:15:51 +00:00
alanh
cbe7c38855
set FX_GLIDE_SWAPINTERVAL to 0 by default
2001-03-05 15:04:08 +00:00
alanh
d58fb3563c
turn on some compiler optimizations for alpha
2000-11-27 22:06:25 +00:00
alanh
6eb73cf6c1
Add new grStippleMode and grStipplePattern functions for Voodoo3 and Voodoo5.
2000-11-24 18:38:46 +00:00
alanh
77a9dd13d3
cast &ADY and &DX to int* instead of long*
2000-11-20 16:30:11 +00:00
alanh
3093a8a5f4
update new grLfbReadRegion for 64bit.
2000-11-20 16:17:54 +00:00
alanh
95b6aa00da
hopefully bring everything in line now.
2000-11-18 16:00:38 +00:00
alanh
c025951e50
merge trunk into 64bit branch.
2000-11-18 14:37:45 +00:00
alanh
5345122667
merge in trunk.
2000-11-18 14:22:26 +00:00
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