v3d: Stop using spaces in the names of our buffers.
authorEric Anholt <eric@anholt.net>
Mon, 25 Jun 2018 23:08:06 +0000 (16:08 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 27 Jul 2018 19:56:36 +0000 (12:56 -0700)
commit1c8e4632a777c30b2554b1031181954efc071e0b
treeb36867495f32e6e349addebc65eadd2feeff0208
parentab05dd183cc862f657847c371eded9896559af00
v3d: Stop using spaces in the names of our buffers.

For CLIF dumping, we need names to not have spaces.  Rather than rewriting
them after the fact, just change the two cases where I had put a space in.
src/gallium/drivers/v3d/v3d_bufmgr.c
src/gallium/drivers/v3d/v3dx_draw.c
src/gallium/drivers/v3d/v3dx_state.c