mesa: Share code between _mesa_validate_DrawArrays[_Instanced].
authorKenneth Graunke <kenneth@whitecape.org>
Fri, 8 Jul 2016 23:18:03 +0000 (16:18 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 8 Aug 2016 17:01:30 +0000 (10:01 -0700)
commit23b2bcd460c5e91b528913526f16b8e5fd7d4278
tree81b0caf113a0b992bf66e81c7d5faacbcc89d08f
parent522b5d45668bf13493901d5e4ed1ec9e75ae1324
mesa: Share code between _mesa_validate_DrawArrays[_Instanced].

Mostly, I want to share the GLES 3 transform feedback handling,
though most of the rest of the code is identical as well.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/main/api_validate.c