OSDN Git Service

nv50,nvc0: remove unused parameter in nvXX_state_validate()
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Thu, 11 Feb 2016 22:05:04 +0000 (23:05 +0100)
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>
Thu, 11 Feb 2016 22:14:16 +0000 (23:14 +0100)
commitd759f0ddf10543def4bde985fb1fc38f0df5a681
tree8f6351400480263d9a810826d591668a04286026
parentb60024703531119c42468f49a08491206f3202fb
nv50,nvc0: remove unused parameter in nvXX_state_validate()

This 'words' parameter is there since 2011 but it has never been used.
While we are at it, get rid of the extern declaration.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
src/gallium/drivers/nouveau/nv50/nv50_context.h
src/gallium/drivers/nouveau/nv50/nv50_state_validate.c
src/gallium/drivers/nouveau/nv50/nv50_surface.c
src/gallium/drivers/nouveau/nv50/nv50_vbo.c
src/gallium/drivers/nouveau/nvc0/nvc0_context.h
src/gallium/drivers/nouveau/nvc0/nvc0_state_validate.c
src/gallium/drivers/nouveau/nvc0/nvc0_surface.c
src/gallium/drivers/nouveau/nvc0/nvc0_vbo.c