gallium/drivers: support more sampler views than samplers for more drivers
authorRoland Scheidegger <sroland@vmware.com>
Tue, 26 Nov 2013 01:30:13 +0000 (02:30 +0100)
committerRoland Scheidegger <sroland@vmware.com>
Thu, 28 Nov 2013 03:01:54 +0000 (04:01 +0100)
commite4d8084cbdeaaa392969d077e2a9d8e9df3b2cdc
tree531c7aae2738b87384d39781929325a5c067f273
parent53a65e547c0bf769fff48b4ccb41d1477daa70de
gallium/drivers: support more sampler views than samplers for more drivers

This adds support for this to more drivers, in particular for all the "special"
ones useful for debugging.
HW drivers are left alone, some should be able to support it if they want but
they may not be interested at this point.

Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
src/gallium/drivers/galahad/glhd_context.c
src/gallium/drivers/identity/id_context.c
src/gallium/drivers/rbug/rbug_context.c
src/gallium/drivers/rbug/rbug_context.h
src/gallium/drivers/rbug/rbug_core.c
src/gallium/drivers/trace/tr_context.c