st/mesa, glsl_to_tgsi: support glDrawPixels/glCopyPixels with a GLSL fragment shader...
authorBryan Cain <bryancain3@gmail.com>
Sat, 9 Jul 2011 02:12:08 +0000 (21:12 -0500)
committerBryan Cain <bryancain3@gmail.com>
Mon, 1 Aug 2011 22:59:09 +0000 (17:59 -0500)
commitc0dcab2882a4731dccd363a40c3ebcabc88b9c5d
tree8ed7c798515db0d72da0dbb2792de0e644efd7d9
parent33e0c47b05c8fbae9d7af57ba65b612825b5db60
st/mesa, glsl_to_tgsi: support glDrawPixels/glCopyPixels with a GLSL fragment shader active

Since this was previously implemented using Mesa IR and _mesa_combine_programs,
this commit adds a new code path that works with glsl_to_tgsi.
src/mesa/state_tracker/st_cb_drawpixels.c
src/mesa/state_tracker/st_glsl_to_tgsi.cpp
src/mesa/state_tracker/st_glsl_to_tgsi.h