mesa: Don't reference a W component in setting up a vec3 uniform component.
authorEric Anholt <eric@anholt.net>
Thu, 30 Sep 2010 20:40:22 +0000 (13:40 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 30 Sep 2010 20:45:42 +0000 (13:45 -0700)
commita7cddd7de3123eb13e68c35aa111ff4060669f59
tree0384c180014b15e3b723f563f7362d805f5373d1
parent6f6542a483ec726538f8a4555bddaeb0be6b2146
mesa: Don't reference a W component in setting up a vec3 uniform component.

The 965 driver would try to set up storage for the W component, and
the offsets would get mixed up.
src/mesa/main/uniforms.c