r600g: split add_reg into add_reg and add_reg_bo variants
authorDave Airlie <airlied@redhat.com>
Mon, 23 Apr 2012 09:20:10 +0000 (10:20 +0100)
committerDave Airlie <airlied@redhat.com>
Mon, 23 Apr 2012 09:23:46 +0000 (10:23 +0100)
commit62b0323cf6af90aa2be89ec76ec3693213b0de5e
tree40a7977dcdfeba6509c6708eb5a48d0c6a8da055
parent8d09f4d0cc8d2ac5398c8b26638d5659429a4280
r600g: split add_reg into add_reg and add_reg_bo variants

This shaves 2k off the final dri.so, and removes lots of pointless
NULL, 0 passing.

most like pointless - but it looked nicer to me.

Signed-off-by: Dave Airlie <airlied@redhat.com>
src/gallium/drivers/r600/evergreen_state.c
src/gallium/drivers/r600/r600.h
src/gallium/drivers/r600/r600_state.c
src/gallium/drivers/r600/r600_state_common.c