OSDN Git Service

i965: Remove the "ARF" register file.
authorMatt Turner <mattst88@gmail.com>
Sat, 28 Sep 2013 00:37:51 +0000 (17:37 -0700)
committerMatt Turner <mattst88@gmail.com>
Mon, 7 Oct 2013 18:38:52 +0000 (11:38 -0700)
commitb645913ff6c74228d8c05dd236a545ef2e734071
tree720bfef55791584cd8af7d8d626af821296223db
parente7dc88026a821a31bf2afeb934dded11c91401a1
i965: Remove the "ARF" register file.

The registers in the architecture register file don't share much in
common, so there's no point in grouping them together. Use the HW_REG
class instead. The vec4 backend already does this.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_fs.cpp
src/mesa/drivers/dri/i965/brw_fs.h
src/mesa/drivers/dri/i965/brw_fs_generator.cpp
src/mesa/drivers/dri/i965/brw_shader.h
src/mesa/drivers/dri/i965/brw_vec4.h