quakeforge/libs/video
Bill Currie da994c16e5 rewrite R_SplitEntityOnNode to be itterative rather than recursive (using
a static `stack') to avoid the function call overhead. this cuts about 40%
of the execution time from this function.

No matter what I tried, best results were obtained using __builtin_expect,
so make sure non-gcc compilers do the right thing when they encounter it.
2002-04-25 04:32:55 +00:00
..
renderer rewrite R_SplitEntityOnNode to be itterative rather than recursive (using 2002-04-25 04:32:55 +00:00
targets Moved commands from bound keys into a separate buffer, changed the syntax 2002-04-17 07:05:43 +00:00
.gitignore Merged joystick code. Great deal of cleanup in input, reduced bizarre overuse of protocol.h... 2001-04-11 07:57:08 +00:00
Makefile.am this should remove the requirement for gmake on bsd systems 2001-11-12 16:23:41 +00:00