[Mesa-dev] [PATCH 5/5] i965: Code generation uses complete_location now

2012-01-24 Thread Vincent Lejeune
Linker generates location_tree * instead of single ints to store varying locations, this patch makes i965 VS and FS code generator able to produce output register access accordingly. --- src/mesa/drivers/dri/i965/brw_fs.cpp | 14 +++- src/mesa/drivers/dri/i965/brw_vec4.h |

[Mesa-dev] [PATCH 5/5] i965: Code generation uses complete_location now

2012-01-24 Thread Vincent Lejeune
Conflicts: src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp --- src/mesa/drivers/dri/i965/brw_fs.cpp | 14 +++- src/mesa/drivers/dri/i965/brw_vec4.h |3 + src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp | 106 +-- 3 files changed, 111 insertions