st/mesa: dump TGSI before calling into the driver
authorMarek Olšák <marek.olsak@amd.com>
Wed, 6 Aug 2014 11:20:41 +0000 (13:20 +0200)
committerMarek Olšák <marek.olsak@amd.com>
Sat, 9 Aug 2014 21:41:15 +0000 (23:41 +0200)
commit88e0a2f88bcb25211a5292ee93e997cc8b73f6c1
tree50c9c48181322821f6a13d48faba6e4d7b45519d
parenta2e1dc0cce3f5c4b94123a5fd4de42ecc988ab14
st/mesa: dump TGSI before calling into the driver

If the driver crashes in create_xx_shader, you want to see the shader.

Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
src/mesa/state_tracker/st_program.c