drm/vmwgfx: Fix compat shader namespace
authorThomas Hellstrom <thellstrom@vmware.com>
Mon, 9 Jun 2014 10:39:22 +0000 (12:39 +0200)
committerThomas Hellstrom <thellstrom@vmware.com>
Fri, 4 Jul 2014 10:12:09 +0000 (12:12 +0200)
Contrary to the host-backed shader interface that has a per-context
name-space for shaders, the compat shader namespace was per client
(or rather, per file). Fix this so that the compat shader namespace is per
context, and at the same time, make command buffer managed context resource
management generic.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>

No differences found