Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Found by Coverity.
|
|
|
|
Manually changing cull state can cause later GL_Cull calls to not change
the cull state.
|
|
|
|
defaults.
|
|
|
|
RGB16F is not 4-byte aligned and not supported by certain hardware.
|
|
|
|
|
|
|
|
add missing "\n"s to some Printf()-like calls (in Rend2)
drop erroneous "\n"s from some Error()-like calls (in Rend2)
drop erroneous "\n" from a Com_Error() call (in vm_sparc.c)
|
|
|
|
|
|
|