Re: [Mesa-dev] [PATCH] i965/fs: Perform CSE on sends-from-GRF rather than textures.

2014-07-14 Thread Kenneth Graunke
On Thursday, July 10, 2014 11:59:40 AM Matt Turner wrote: > Should potentially allow a few more cases, while avoiding doing CSE on > texture operations on Gen <= 6 with the MRF. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=80211 > --- > src/mesa/drivers/dri/i965/brw_fs_cse.cpp | 2 +

[Mesa-dev] [PATCH] i965/fs: Perform CSE on sends-from-GRF rather than textures.

2014-07-10 Thread Matt Turner
Should potentially allow a few more cases, while avoiding doing CSE on texture operations on Gen <= 6 with the MRF. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=80211 --- src/mesa/drivers/dri/i965/brw_fs_cse.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mes