st/mesa: translate vertex shaders into TGSI when we get them
authorMarek Olšák <marek.olsak@amd.com>
Mon, 5 Oct 2015 00:47:37 +0000 (02:47 +0200)
committerMarek Olšák <marek.olsak@amd.com>
Fri, 9 Oct 2015 20:02:18 +0000 (22:02 +0200)
commit46021ace514cf2ba91733dfcfd258073b90c0354
treef721f82a9b88b22d94131f4ba2b91e8adbdd8b64
parentde6a004035f3de5879648f8afb4670ae82f4ad02
st/mesa: translate vertex shaders into TGSI when we get them

The translate functions is split into two:
- translation to TGSI
- creating the variant (TGSI transformations only)

Reviewed-by: Dave Airlie <airlied@redhat.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
Tested-by: Brian Paul <brianp@vmware.com>
src/mesa/state_tracker/st_cb_program.c
src/mesa/state_tracker/st_program.c
src/mesa/state_tracker/st_program.h