Re: [Mesa-dev] [PATCH 11/11] i965: Use pushed UBO data in the scalar backend.

2017-07-10 Thread Kenneth Graunke
On Monday, July 10, 2017 11:59:45 AM PDT Matt Turner wrote: > On Thu, Jul 6, 2017 at 5:22 PM, Kenneth Graunke wrote: > > This actually takes advantage of the newly pushed UBO data, avoiding > > pull loads. > > > > XXX: quote performance numbers > > --- > > src/intel/compiler/brw_fs.cpp | 35 +

Re: [Mesa-dev] [PATCH 11/11] i965: Use pushed UBO data in the scalar backend.

2017-07-10 Thread Matt Turner
On Thu, Jul 6, 2017 at 5:22 PM, Kenneth Graunke wrote: > This actually takes advantage of the newly pushed UBO data, avoiding > pull loads. > > XXX: quote performance numbers > --- > src/intel/compiler/brw_fs.cpp | 35 ++- > src/intel/compiler/brw_fs.h |

[Mesa-dev] [PATCH 11/11] i965: Use pushed UBO data in the scalar backend.

2017-07-06 Thread Kenneth Graunke
This actually takes advantage of the newly pushed UBO data, avoiding pull loads. XXX: quote performance numbers --- src/intel/compiler/brw_fs.cpp | 35 ++- src/intel/compiler/brw_fs.h | 2 ++ src/intel/compiler/brw_fs_nir.cpp | 28 +++