Bill Currie
|
a05210d864
|
[video] Get 16 and 32 bit sw32 mostly working in x11
Lighting on alias models seems to be borked, and skies are borked in
both sw renderers (seems to be nothing to do with this commit, though).
|
2021-07-11 00:09:41 +09:00 |
|
Bill Currie
|
6ee2df8445
|
Move vid callbacks into vid_internal
Currently segfaults because viddef is an alias for *r_data->vid, which
has not yet been initialized (chicken and egg).
|
2019-07-08 13:40:29 +09:00 |
|
Johnny
|
850382eed4
|
Fixes crashes when sw32_r_pixbytes is set to 2 or 4
|
2014-02-02 16:22:53 +09:00 |
|
Bill Currie
|
bc1b483525
|
Nuke the rcsid stuff.
It's pretty useless in git.
|
2012-04-22 10:56:32 +09:00 |
|
Bill Currie
|
6ea4e6617a
|
Connect up viddef properly.
Or mostly so, anyway. sw32 is actually putting stuff on the screen.
|
2012-04-11 14:58:55 +09:00 |
|
Bill Currie
|
36504547a8
|
Rename the public symbols for gl, glsl and sw32.
Evil hack, but it does the job.
|
2012-04-11 14:58:54 +09:00 |
|
Bill Currie
|
e991c1fed3
|
Make a bit of progress cleaning up vid for plugins.
|
2012-04-11 14:58:54 +09:00 |
|
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
|
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
|
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
|
78a3e398d5
|
* taniwha gets medieval on extern
|
2001-10-28 04:23:37 +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
|
2a027969d5
|
various init order fixes and a */[] snafu sorted
also make translations big enough for the 32 bit colors
|
2001-08-25 05:54:21 +00:00 |
|
Ragnvald Maartmann-Moe IV
|
c6266aba36
|
sw32. Flee in terror. This'll break compilation for everything until -sdl32 compiles. sw32 wont work for a while either, so don't get overly excited yet.
|
2001-08-25 02:47:11 +00:00 |
|