svga: pass NULL to ureg_get_tokens()
authorTimothy Arceri <tarceri@itsqueeze.com>
Thu, 2 Mar 2017 23:06:24 +0000 (10:06 +1100)
committerTimothy Arceri <tarceri@itsqueeze.com>
Sat, 4 Mar 2017 21:15:51 +0000 (08:15 +1100)
commit28fd6556c30096c415ebeb061d7e90b76d6b547d
tree417cbd22eb9027c27171b884f7ac8561f0a5102b
parent8e6d67685e10b001e07f92a7a6aaff4fe987b6f2
svga: pass NULL to ureg_get_tokens()

The number of tokens in never used and the pointer is NULL checked
so just pass NULL.

Reviewed-by: Brian Paul <brianp@vmware.com>
src/gallium/drivers/svga/svga_state_fs.c
src/gallium/drivers/svga/svga_state_vs.c