diff options
author | Timothy Arceri <[email protected]> | 2018-04-23 13:46:15 +1000 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2018-04-24 09:23:30 +1000 |
commit | 295f57e09a8b67da07dd96609591dc5144031a62 (patch) | |
tree | 8b35cd160f72d010a1b2b169386661aa46341717 /src/mesa/main/dlist.c | |
parent | a90c9f33cf5c8f7674de989b2c9146466e871459 (diff) |
mesa: rename api_validate.{c,h} -> draw_validate.{c,h}
Reviewed-by: Mathias Fröhlich <[email protected]>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=65422
Diffstat (limited to 'src/mesa/main/dlist.c')
-rw-r--r-- | src/mesa/main/dlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c index 2086611aa39..1b003c81a64 100644 --- a/src/mesa/main/dlist.c +++ b/src/mesa/main/dlist.c @@ -35,7 +35,7 @@ #include "api_arrayelt.h" #include "api_exec.h" #include "api_loopback.h" -#include "api_validate.h" +#include "draw_validate.h" #include "atifragshader.h" #include "config.h" #include "bufferobj.h" |