commit | d04bb14d04d2f2f03cdaa3d78121d338a81de2e4 | [log] [tgz] |
---|---|---|
author | Jakob Sinclair <sinclair.jakob@openmailbox.org> | Tue Apr 12 20:48:18 2016 +0200 |
committer | Brian Paul <brianp@vmware.com> | Tue Apr 12 13:37:16 2016 -0600 |
tree | 18764491d21efe1714a5210cf6dc3a00de3b1eeb | |
parent | 126da23d70dccd9eb5ebe7bf26cb113193f882a4 [diff] |
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>