only allow VERT_ATTRIB_MAX instead of _TNL_ATTRIB_MAX for inputs of vertex programs...
authorRoland Scheidegger <rscheidegger@gmx.ch>
Thu, 7 Sep 2006 13:26:44 +0000 (13:26 +0000)
committerRoland Scheidegger <rscheidegger@gmx.ch>
Thu, 7 Sep 2006 13:26:44 +0000 (13:26 +0000)
commit28e7219b96e647ac59f6a28abf6d2aea3779dc47
treed1445dc3a30bf1371007670ae5f1a012be082fad
parentd016d4e70f518a0221d63eddca482d56398ffe35
only allow VERT_ATTRIB_MAX instead of _TNL_ATTRIB_MAX for inputs of vertex programs (fixes a segfault since the result of the shift is undefined otherwise, and it may happen that _TNL_ATTRIB_POINTSIZE will be tried to read, unlike all other attribs this however may be unitialized (might be a bug in itself)).
src/mesa/tnl/t_vb_arbprogram.c
src/mesa/tnl/t_vb_arbprogram.h