quakeforge/libs
Bill Currie add5440ad1 Upload the normals with the vertex data.
Not all hardware can access a texture sampler from the vertex shader, and I
don't want multiple paths this early in the game. Now, vertex normals are
uploaded as shorts. Should be 14 bytes per vertex (was 10, could have been
8 if I had put the normal index with the vertex rather than st).
2012-01-04 09:42:00 +09:00
..
audio Fix a stray CFLAGS. 2011-12-10 20:45:33 +09:00
console Move min/max/bound and field_offset into better locations. 2011-12-24 10:04:33 +09:00
gamecode Move min/max/bound and field_offset into better locations. 2011-12-24 10:04:33 +09:00
gib Fix my broken warnings fixes. 2011-09-08 21:05:33 +09:00
image Create WritePNGqfs so screenshots can be written as png. 2011-12-31 17:23:32 +09:00
models Upload the normals with the vertex data. 2012-01-04 09:42:00 +09:00
net Nuke a sprintf. 2011-12-08 22:16:59 +09:00
object Implement --version-info configure switch to override QuakeForge 2011-07-09 01:23:36 +03:00
qw Rename Sys_DPrintf to Sys_MaskPrintf. 2010-11-26 16:19:26 +09:00
ruamoko Move min/max/bound and field_offset into better locations. 2011-12-24 10:04:33 +09:00
util Fix some bugs in the new matrix functions/macros. 2011-12-31 13:20:31 +09:00
video Upload the normals with the vertex data. 2012-01-04 09:42:00 +09:00
Makefile.am opps, that was part of raorn's linker patches 2007-05-31 06:31:22 +00:00