nvc0: add a missing parameter to nvc0_set_shader_images()
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Thu, 16 Jul 2015 21:05:05 +0000 (23:05 +0200)
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>
Mon, 20 Jul 2015 16:49:14 +0000 (18:49 +0200)
commit5b7dd4d41900e3c795af134e0fad59cac9e0e7b4
treeda56655bf8dc2f5e36a1dddc7a6d2f4c1647fe67
parentc2cb771354d2d738e0ab3ca7c8008748c5f57953
nvc0: add a missing parameter to nvc0_set_shader_images()

This fixes a compilation warning introduced in commit 05a12c5
(gallium: add interface for writable shader images).

While we are at it, fix indentation and rename parameters according to
the gallium interface.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
src/gallium/drivers/nouveau/nvc0/nvc0_state.c