radeonsi: implement clear_buffer using CP DMA, initialize CMASK with it
authorMarek Olšák <marek.olsak@amd.com>
Sun, 22 Sep 2013 19:47:35 +0000 (21:47 +0200)
committerMarek Olšák <marek.olsak@amd.com>
Sun, 29 Sep 2013 13:18:09 +0000 (15:18 +0200)
commit09fc5d6e262aeb1b21faf6d952c204588602ef97
tree2b853597813c9e1acf6169823af5e58959f05fc4
parent68f6dec32ed5eede361f76c8dbdf897652659baf
radeonsi: implement clear_buffer using CP DMA, initialize CMASK with it

More work needs to be done for this to be entirely shared with r600g.
I'm just trying to share r600_texture.c now.

The reason I put the implementation to si_descriptors.c is that the emit
function had already been there.
src/gallium/drivers/radeonsi/r600_texture.c
src/gallium/drivers/radeonsi/radeonsi_pipe.c
src/gallium/drivers/radeonsi/si_descriptors.c
src/gallium/drivers/radeonsi/si_state_draw.c