[Mesa-dev] [PATCH 0/2] i965: Two more UNIFORM cleanups

Jason Ekstrand jason at jlekstrand.net
Wed Aug 26 10:24:04 PDT 2015


These two patches are largely a re-send of other patches in my bigger
series to push small uniform arrays.  The first patch is a really nice
cleanup that I think we want regardless of pushing uniform arrays.
Unfortunately, it was in the middle of the series after a patch to the same
function that was very much a uniform arrays patch.  I've now pulled the
cleanup part out on its own so that we can get it merged.  The second patch
fixes a bug that we've had for probably about as long as anyone can
remember and we should get it merged and back-ported to 10.6.

Jason Ekstrand (2):
  i964/fs: Refactor assign_constant_locations
  i965/fs: Split VGRFs after lowering pull constants

 src/mesa/drivers/dri/i965/brw_fs.cpp | 90 +++++++++++++++++-------------------
 1 file changed, 42 insertions(+), 48 deletions(-)

-- 
2.4.3



More information about the mesa-dev mailing list