mesa: rename api_validate.{c,h} -> draw_validate.{c,h}
authorTimothy Arceri <tarceri@itsqueeze.com>
Mon, 23 Apr 2018 03:46:15 +0000 (13:46 +1000)
committerTimothy Arceri <tarceri@itsqueeze.com>
Mon, 23 Apr 2018 23:23:30 +0000 (09:23 +1000)
commit295f57e09a8b67da07dd96609591dc5144031a62
tree8b35cd160f72d010a1b2b169386661aa46341717
parenta90c9f33cf5c8f7674de989b2c9146466e871459
mesa: rename api_validate.{c,h} -> draw_validate.{c,h}

Reviewed-by: Mathias Fröhlich <mathias.froehlich@web.de>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=65422
src/mesa/Makefile.sources
src/mesa/main/api_validate.c [deleted file]
src/mesa/main/api_validate.h [deleted file]
src/mesa/main/dlist.c
src/mesa/main/draw_validate.c [new file with mode: 0644]
src/mesa/main/draw_validate.h [new file with mode: 0644]
src/mesa/main/drawpix.c
src/mesa/meson.build
src/mesa/vbo/vbo_exec_api.c
src/mesa/vbo/vbo_exec_array.c
src/mesa/vbo/vbo_save_api.c