Mesa (master): i965/fs: Split the BRW native code emit to brw_fs_emit.cpp

Eric Anholt anholt at kemper.freedesktop.org
Fri May 27 15:51:55 UTC 2011


Module: Mesa
Branch: master
Commit: 11dd9e9c0fcf9985b90ff4b63b2833345fece027
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=11dd9e9c0fcf9985b90ff4b63b2833345fece027

Author: Eric Anholt <eric at anholt.net>
Date:   Tue May 24 16:34:27 2011 -0700

i965/fs: Split the BRW native code emit to brw_fs_emit.cpp

This is all separate from the visitor and the optimization passes
which feed into it.

Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>

---

 src/mesa/drivers/dri/i965/Makefile        |    1 +
 src/mesa/drivers/dri/i965/brw_fs.cpp      |  839 ---------------------------
 src/mesa/drivers/dri/i965/brw_fs_emit.cpp |  875 +++++++++++++++++++++++++++++
 3 files changed, 876 insertions(+), 839 deletions(-)

Diff:   http://cgit.freedesktop.org/mesa/mesa/diff/?id=11dd9e9c0fcf9985b90ff4b63b2833345fece027



More information about the mesa-commit mailing list