i965/fs: Print reg and reg_offset separately for ATTR files.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 25 Aug 2015 23:09:46 +0000 (16:09 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 1 Oct 2015 18:01:58 +0000 (11:01 -0700)
commit604ce8253ae796ecf9763f1612e2fff25591cb07
treec964a002818693bb6c8984808c61e12f5f63fbcc
parent193d29516ddb76f469fea17119493e2b685bc6b7
i965/fs: Print reg and reg_offset separately for ATTR files.

Reading this output was really confusing.  reg represents attribute
slots; reg_offset is the x/y/z/w component (0..3) within a vec4 slot.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/drivers/dri/i965/brw_fs.cpp