mesa: move vbo_count_tessellated_primitives() to api_validate.c
authorBrian Paul <brianp@vmware.com>
Thu, 18 Jan 2018 20:21:56 +0000 (13:21 -0700)
committerBrian Paul <brianp@vmware.com>
Wed, 24 Jan 2018 17:12:49 +0000 (10:12 -0700)
commita152cb7492b6ff2bc56f8c82879d703c8b99a880
tree0b656a8dca27d191cb3b4373c3f41a92faecd437
parent5d3e10fd27d97f9da8500296a38febd91dfb06ba
mesa: move vbo_count_tessellated_primitives() to api_validate.c

It's only used in this file and has nothing VBO-specific about it.

Reviewed-by: Roland Scheidegger <sroland@vmware.com>
src/mesa/main/api_validate.c
src/mesa/vbo/vbo.h
src/mesa/vbo/vbo_exec.c