OSDN Git Service

glsl_to_tgsi: use TGSI opcodes when converting from GLSL IR
authorBryan Cain <bryancain3@gmail.com>
Mon, 2 May 2011 02:49:21 +0000 (21:49 -0500)
committerBryan Cain <bryancain3@gmail.com>
Mon, 1 Aug 2011 22:59:07 +0000 (17:59 -0500)
commit56dc2c176c3ef0d4d5abea54ff4035b062262286
tree29be120b43a27d507a55af7ad68bbc06e227f34b
parent3b0858f1aed83e2d90449f042d625c86ac7b93ed
glsl_to_tgsi: use TGSI opcodes when converting from GLSL IR

Before, the translator used Mesa IR opcodes (a holdover from ir_to_mesa) and
converted them to TGSI opcodes during TGSI emission.
src/mesa/state_tracker/st_glsl_to_tgsi.cpp