r600: add shader key entries for tcs and tes.
authorDave Airlie <airlied@redhat.com>
Mon, 30 Nov 2015 00:45:19 +0000 (10:45 +1000)
committerDave Airlie <airlied@redhat.com>
Sun, 6 Dec 2015 23:58:59 +0000 (09:58 +1000)
commitb1da110b71b20509e4689475e82e88750f69b8fc
tree078bd6fd8dd3b5ce39ba61d270d957c2892142de
parenta131ac73e6e653962723669dd5403fff061aa90f
r600: add shader key entries for tcs and tes.

with tessellation vs can now run on ls, and tes can
run on vs or es, tcs runs on hs.

Signed-off-by: Dave Airlie <airlied@redhat.com>
src/gallium/drivers/r600/r600_hw_context.c
src/gallium/drivers/r600/r600_pipe.h
src/gallium/drivers/r600/r600_shader.c
src/gallium/drivers/r600/r600_shader.h
src/gallium/drivers/r600/r600_state_common.c