st/mesa: Replace GLvoid with void
authorJakob Sinclair <sinclair.jakob@openmailbox.org>
Tue, 12 Apr 2016 18:48:18 +0000 (20:48 +0200)
committerBrian Paul <brianp@vmware.com>
Tue, 12 Apr 2016 19:37:16 +0000 (13:37 -0600)
commitd04bb14d04d2f2f03cdaa3d78121d338a81de2e4
tree18764491d21efe1714a5210cf6dc3a00de3b1eeb
parent126da23d70dccd9eb5ebe7bf26cb113193f882a4
st/mesa: Replace GLvoid with void

GLvoid was used before in OpenGL but it has changed to just using void.
All GLvoids in mesa's state tracker has been changed to void in this patch.

Tested this with piglit and no problems were found. No compiler warnings.

Signed-off-by: Jakob Sinclair <sinclair.jakob@openmailbox.org>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/state_tracker/st_cb_bufferobjects.c
src/mesa/state_tracker/st_cb_drawpixels.c
src/mesa/state_tracker/st_cb_readpixels.c
src/mesa/state_tracker/st_cb_texture.c
src/mesa/state_tracker/st_vdpau.c