mesa/varray: rename update_array_format() -> validate_array_format()
authorTimothy Arceri <tarceri@itsqueeze.com>
Fri, 31 Mar 2017 04:02:40 +0000 (15:02 +1100)
committerTimothy Arceri <tarceri@itsqueeze.com>
Wed, 19 Apr 2017 06:53:25 +0000 (16:53 +1000)
commitc495c2398ca69e3dde6010398e5dcc64a316c3a9
tree5040e87d9e1ae4e913e874b49b6f6775e8a75e6f
parent9e60742ddcce04bb218fda15f0b577f850668080
mesa/varray: rename update_array_format() -> validate_array_format()

We also move _mesa_update_array_format() into the caller.

This gets these functions ready for KHR_no_error support.

V2: Updated function comment as suggested by Brian.

Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
src/mesa/main/varray.c