Am 2014-03-09 05:07, schrieb Eric Anholt:
+ vb += i * glamor_priv->vb_stride / 4;
This should be "/ sizeof(float)" instead.
+ vb += 3 * glamor_priv->vb_stride / 4;
Here also. _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
