gallium: new shader cap bit for the amount of sampler views
authorRoland Scheidegger <sroland@vmware.com>
Tue, 26 Nov 2013 01:30:41 +0000 (02:30 +0100)
committerRoland Scheidegger <sroland@vmware.com>
Thu, 28 Nov 2013 03:02:18 +0000 (04:02 +0100)
commit2983c039df630bb9bcb70c52219c631e27b0eae6
treeb863fdab0fda57c03c1c5c3f00ff235c58cd6c99
parente4d8084cbdeaaa392969d077e2a9d8e9df3b2cdc
gallium: new shader cap bit for the amount of sampler views

Ever since introducing separate sampler and sampler view max this was really
missing.
Every driver but llvmpipe reports the same number as number of samplers for
now, so nothing should break.

Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
15 files changed:
src/gallium/auxiliary/gallivm/lp_bld_limits.h
src/gallium/docs/source/screen.rst
src/gallium/drivers/freedreno/freedreno_screen.c
src/gallium/drivers/i915/i915_screen.c
src/gallium/drivers/ilo/ilo_screen.c
src/gallium/drivers/llvmpipe/lp_screen.c
src/gallium/drivers/nouveau/nv30/nv30_screen.c
src/gallium/drivers/nouveau/nv50/nv50_screen.c
src/gallium/drivers/nouveau/nvc0/nvc0_screen.c
src/gallium/drivers/r300/r300_screen.c
src/gallium/drivers/r600/r600_pipe.c
src/gallium/drivers/radeonsi/radeonsi_pipe.c
src/gallium/drivers/softpipe/sp_screen.c
src/gallium/drivers/svga/svga_screen.c
src/gallium/include/pipe/p_defines.h