On Jan 20, 2016 6:18 PM, "Ian Romanick" wrote:
>
> From: Ian Romanick
>
> _mesa_texture_parameteriv is used because (the more obvious)
> _mesa_texture_parameteri just stuffs the parameter in an array and calls
> _mesa_texture_parameteriv. This just cuts out the middleman.
>
> As a side bonus we
From: Ian Romanick
_mesa_texture_parameteriv is used because (the more obvious)
_mesa_texture_parameteri just stuffs the parameter in an array and calls
_mesa_texture_parameteriv. This just cuts out the middleman.
As a side bonus we no longer need check that ARB_stencil_texturing is
supported.