Files
mesa/src
Kenneth Graunke 82bfb4b41a i965/fs: Move message header and texture offset setup to generate_tex().
Setting the texture offset bits in the message header involves very
specific hardware register descriptions.  As such, I feel it's better
suited for the lower level "generate" layer that has direct access to
the weird register layouts, rather than at the fs_inst abstraction layer.

This also parallels the approach I took in the VS backend.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
2012-08-06 11:16:00 -07:00
..
2012-08-06 12:04:55 -04:00
2012-07-30 11:58:02 -04:00
2011-01-12 16:54:21 +00:00
2012-05-21 08:29:23 -06:00