softpipe: remove shadow_ref assert.
authorDave Airlie <airlied@redhat.com>
Thu, 21 Mar 2019 04:27:14 +0000 (14:27 +1000)
committerDave Airlie <airlied@redhat.com>
Thu, 21 Mar 2019 23:30:29 +0000 (09:30 +1000)
commitaae5ba72aba79d855d8ab9ca399bad331e217353
treec2fb0522742c61c120fbe237cb583438cc574e95
parent8dc8b1361ad39feb89220944daf1a35d0f332b11
softpipe: remove shadow_ref assert.

I don't think this really buys us anything and TG4 with cubemap arrays
falls over because sampler == 2, but otherwise works fine.

Fixes:
./bin/textureGather fs shadow r  CubeArray repeat

on softpipe with ARB_gpu_shader5 enabled.

Reviewed-by: Brian Paul <brianp@vmware.com>
src/gallium/auxiliary/tgsi/tgsi_exec.c