quakeforge/libs
Bill Currie e69a583f1b Work around a bug in mesa.
Since I'm not specifying the api when creating my context, mesa is giving
me GL2. This is fair enough, but in GL2, vertex attribute 0 is the vertex
position. This too, is fair enough. The problem is, mesa is assigning 0 to
my vcolor attribute and thus I can't set it. The work around is simply to
swap the declaration order of vcolor and vertex (this really shouldn't work
eiter, I suspect).
2011-12-28 20:43:56 +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 Implement --version-info configure switch to override QuakeForge 2011-07-09 01:23:36 +03:00
models Don't call init_box when not doing a box trace. 2011-12-25 17:11:48 +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 Move min/max/bound and field_offset into better locations. 2011-12-24 10:04:33 +09:00
video Work around a bug in mesa. 2011-12-28 20:43:56 +09:00
Makefile.am opps, that was part of raorn's linker patches 2007-05-31 06:31:22 +00:00