radeonsi: assume ClipDistance usage mask is always 0xf
authorMarek Olšák <marek.olsak@amd.com>
Sat, 4 Oct 2014 17:09:09 +0000 (19:09 +0200)
committerMarek Olšák <marek.olsak@amd.com>
Sun, 12 Oct 2014 21:51:44 +0000 (23:51 +0200)
commita9592cd3ac20143e01126ef1df372ecca54b41d1
treeec4f35e91cb73c068eacf905c8212a48f973263c
parent2286edce16e4f78500ccda77da99c30185d9c58f
radeonsi: assume ClipDistance usage mask is always 0xf

No code in Mesa sets the usage mask to any other value.
The final mask is AND'ed with enable bits from the rasterizer state anyway.

If somebody implements setting usage masks in st/mesa, we can use
tgsi_shader_info to get it more easily.

This is a prerequisite for the following commit.

Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
src/gallium/drivers/radeonsi/si_shader.c
src/gallium/drivers/radeonsi/si_shader.h