OSDN Git Service

i965: Move a couple of GLSL IR -> BRW helper functions to brw_shader.cpp.
authorEric Anholt <eric@anholt.net>
Thu, 26 May 2011 17:01:10 +0000 (10:01 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 27 May 2011 15:51:30 +0000 (08:51 -0700)
commitb7b700aeb0eab2cae26a01d9db42feea969333c7
tree94447525fe501e0be5415e83b2788e1e1da1b961
parent14b86f3c9131c1b26b01e07679cc899df0885b23
i965: Move a couple of GLSL IR -> BRW helper functions to brw_shader.cpp.

These will be used by the VS backend as well.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_fs.cpp
src/mesa/drivers/dri/i965/brw_shader.cpp
src/mesa/drivers/dri/i965/brw_shader.h [new file with mode: 0644]