Bill Currie
|
99c0954b47
|
the big dso visibility patch :). Sure, we have to have unique names for static builds, but with controlled visibitly we should get faster program loads (although this isn't C++, so it's not as bad) and complex plugins are cleaner.
|
2007-03-10 12:00:59 +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
|
2b5a3753ca
|
nuke QF/texture.h moving it's contents into QF/image.h (yay, finally, a
real home for tex_t:)
|
2003-09-04 18:59:39 +00:00 |
|
Bill Currie
|
d0aaa5263b
|
since the tex data is rgba, /say/ it's rgba, not rgb :P
|
2003-09-04 15:14:09 +00:00 |
|
Bill Currie
|
323a6182fd
|
move pcx.c and tga.c out of libQFutil and into libQFimage with the hopes
for more image formats :)
|
2003-08-15 16:19:10 +00:00 |
|