Bill Currie
|
a4c280f2b2
|
Take the first step towards render plugins.
No clients link. Even if they did, nothing would work.
|
2012-04-11 14:58:53 +09:00 |
|
Bill Currie
|
72fb96245f
|
Cleanup global symbols for the sw and sw32 renderers.
Names not mangled, but those symbols that could be made static have been.
Also, many dead variables have been removed.
|
2012-02-18 14:34:14 +09:00 |
|
Bill Currie
|
e3b47c9c6d
|
This should make stdint stuff work better in general (can't test properly due to my mingw setup being borked)
|
2007-11-25 04:44:53 +00:00 |
|
Bill Currie
|
93ee2e489b
|
more vc2005 patches from phrosty
|
2007-04-11 22:03:36 +00:00 |
|
Bill Currie
|
3fb03fc2be
|
hah, should have been using __attribute__((used)) all that time (rather
than __attribute__((unused))). fixes the missing console in -x11
|
2005-08-04 15:27:09 +00:00 |
|
Bill Currie
|
761a7546dd
|
re-arrange things so __attribute__ and __builtin_expect are properly
autoconfiscated so rcsid will continue to work with gcc 3.3
|
2003-01-15 15:31:36 +00:00 |
|
Bill Currie
|
ca720c26a5
|
blah, forgot about no-asm :P
|
2003-01-06 19:05:51 +00:00 |
|
Bill Currie
|
71196fedf6
|
make gcc more anal about prototypes, string constants and function
visibility (ie, global functions must have a prototype)
|
2003-01-06 18:28:13 +00:00 |
|
Bill Currie
|
498bdcc406
|
compile fixes for alpha linux
|
2002-11-10 02:50:42 +00:00 |
|
Bill Currie
|
ca4b3acd6c
|
big protototype cleanup. Now, except for a few cases, all non-static
prototypes are in headers files.
|
2002-11-05 19:12:51 +00:00 |
|
Bill Currie
|
b1f4a778f9
|
the rcsid commit from hell }:>
|
2001-09-28 06:26:31 +00:00 |
|
Bill Currie
|
b0c7ac9867
|
while (1) diff--;
|
2001-08-29 01:28:03 +00:00 |
|
Bill Currie
|
dc5846948e
|
re-enable asm for static builds
|
2001-06-11 20:59:48 +00:00 |
|
Bill Currie
|
1038f88a64
|
disable asm in the software renderer for now. This will allow me to fix the
files one at a time and allow others to use software independent of asm usage
(even if a little slowly (~14% slower on my dual c450)).
|
2001-05-25 14:57:31 +00:00 |
|
Bill Currie
|
3c18b50d9c
|
fixes for compiling without assembler
|
2001-05-24 20:04:39 +00:00 |
|
Bill Currie
|
73e6e1684f
|
FINALLY, the nq and qw renderers are merged. the view and particle subsystems
are not yet merged due to their dependence on the client, but that will come
soon.
|
2001-05-24 19:22:35 +00:00 |
|