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/Makefile.sources | |
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/Makefile.sources')
-rw-r--r-- | src/mesa/Makefile.sources | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/Makefile.sources b/src/mesa/Makefile.sources index d78493ed9d7..f910b41d0a9 100644 --- a/src/mesa/Makefile.sources +++ b/src/mesa/Makefile.sources @@ -14,8 +14,6 @@ MAIN_FILES = \ main/api_exec.h \ main/api_loopback.c \ main/api_loopback.h \ - main/api_validate.c \ - main/api_validate.h \ main/arbprogram.c \ main/arbprogram.h \ main/arrayobj.c \ @@ -70,6 +68,8 @@ MAIN_FILES = \ main/drawpix.h \ main/drawtex.c \ main/drawtex.h \ + main/draw_validate.c \ + main/draw_validate.h \ main/enable.c \ main/enable.h \ main/enums.c \ |