st/xa: missing handle type
authorRob Clark <robclark@freedesktop.org>
Mon, 10 Feb 2014 15:44:02 +0000 (10:44 -0500)
committerRob Clark <robclark@freedesktop.org>
Sun, 16 Feb 2014 13:36:23 +0000 (08:36 -0500)
commit24fa96163afccb7ffaff56599e9e91c23c407922
tree36da26794f541e73d4464ed05fd5b31d2827268e
parent42158926c6d7d3ddbe61b9a04d60544ff1b50a96
st/xa: missing handle type

DRM_API_HANDLE_TYPE_SHARED is zero, so doesn't actually fix anything.
But we shouldn't rely on SHARED handle type being zero.

Signed-off-by: Rob Clark <robclark@freedesktop.org>
src/gallium/state_trackers/xa/xa_tracker.c