meta: enable vertex attributes in the context of the newly created array object
authorPetr Sebor <petr@scssoft.com>
Mon, 11 Nov 2013 23:19:00 +0000 (16:19 -0700)
committerBrian Paul <brianp@vmware.com>
Tue, 12 Nov 2013 18:56:30 +0000 (11:56 -0700)
commitf2b844f59d86c5971118bfccb00ddc5a1b69797a
tree97b6ed810e32fb772a44ac1ac1dd6c90c5bda0d0
parent76317355bd8adca1fb5ef33b021962413db0c69d
meta: enable vertex attributes in the context of the newly created array object

Otherwise, the function would enable generic vertex attributes 0
and 1 of the array object it does not own. This was causing crashes
in Euro Truck Simulator 2, since the incorrectly enabled generic
attribute 0 in the foreign context got precedence before vertex
position attribute at later time, leading to NULL pointer dereference.

Cc: "9.2" <mesa-stable@lists.freedesktop.org>
Cc: "10.0" <mesa-stable@lists.freedesktop.org>
Signed-off-by: Petr Sebor <petr@scssoft.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/drivers/common/meta.c