mesa: Fix function pointers initialization in status tracker
authorEleni Maria Stea <estea@igalia.com>
Thu, 25 Jan 2018 20:09:00 +0000 (13:09 -0700)
committerBrian Paul <brianp@vmware.com>
Fri, 26 Jan 2018 15:17:55 +0000 (08:17 -0700)
commit8096b558a7d769b20b1545b83399d67b8a3df94a
tree799a2805c34a40db3ae0ea08acf320a7c556dfd7
parentd3ce493b34d6c2cacaf4dd17d8646b4db7448784
mesa: Fix function pointers initialization in status tracker

We assigned the function that gets the device uuid to the GetDriverUuid
function pointer and the function that gets the driver uuid to the
GetDeviceUuid function pointer inside the state tracker. Exchanged the
pointers.

cc: mesa-stable@lists.freedesktop.org
Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/state_tracker/st_context.c