nvc0: increase the tex handles area size in the driver cb
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Sun, 26 Jun 2016 00:00:40 +0000 (02:00 +0200)
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>
Wed, 20 Jul 2016 09:10:56 +0000 (11:10 +0200)
commit1da704a94c57aa0b0cf8faaa3236fe47dfb8f88c
tree0bc49275b2c46e3fa74e05346eca256aa7450796
parentf0f466214e65aa462f80d3608296685011862714
nvc0: increase the tex handles area size in the driver cb

Currently, we can store 32 tex handles of 32-bits integer each and
that fits perfectly with the underlying hardware except on GM107+
which requires to upload a texture view for each images.

This patch increases the number of storable texture handles in the
driver constant buffer from 32 to 40 because we expose 8 images.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
src/gallium/drivers/nouveau/nvc0/nvc0_context.h