panfrost: rename *.cc files to *.cpp
authorEric Engestrom <eric@igalia.com>
Fri, 26 May 2023 16:23:54 +0000 (17:23 +0100)
committerEric Engestrom <eric@engestrom.ch>
Fri, 26 May 2023 17:07:38 +0000 (18:07 +0100)
This extension caused them to be missed by clang-format.

Suggested-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Signed-off-by: Eric Engestrom <eric@igalia.com>
Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23264>

src/panfrost/ds/meson.build
src/panfrost/ds/pan_pps_driver.cpp [moved from src/panfrost/ds/pan_pps_driver.cc with 100% similarity]
src/panfrost/ds/pan_pps_perf.cpp [moved from src/panfrost/ds/pan_pps_perf.cc with 100% similarity]

index 49497aa..1e88ada 100644 (file)
@@ -5,8 +5,8 @@
 # SPDX-License-Identifier: MIT
 
 pps_panfrost_sources = [
-  'pan_pps_perf.cc',
-  'pan_pps_driver.cc'
+  'pan_pps_perf.cpp',
+  'pan_pps_driver.cpp'
 ]
 
 pps_panfrost_includes = [inc_include, inc_src, inc_tool]