summaryrefslogtreecommitdiff
path: root/src/gallium/targets
diff options
context:
space:
mode:
authorGurkirpal Singh <gurkirpal204@gmail.com>2018-01-20 05:12:06 +0530
committerJulien Isorce <jisorce@oblong.com>2018-03-06 13:07:03 +0000
commitbb5e27fab6087a5c1528a5faf507acce700e883c (patch)
tree8c0bff83d1c599b20d75a62b998255615ae435ea /src/gallium/targets
parente96e6f60f705c04a3d437eea9fe308826b494c67 (diff)
st/omx/bellagio: Rename st and target directories
v2: Refactor out screen functions to st/omx Allows to keep all the code under st/omx (st/omx/tizonia and st/omx/bellagio). Reverts targets/omx_bellagio to omx as additions to existing files is enough to compile for both bellagio and tizonia. * autotools changes: --enable-omx -> --enable-omx-bellagio * meson changes: -Dgallium-omx=false -> -Dgallium-omx=disabled -Dgallium-omx=true -> -Dgallium-omx=bellagio Acked-by: Leo Liu <leo.liu@amd.com> Reviewed-by: Julien Isorce <julien.isorce@gmail.com>
Diffstat (limited to 'src/gallium/targets')
-rw-r--r--src/gallium/targets/omx/Makefile.am (renamed from src/gallium/targets/omx-bellagio/Makefile.am)5
-rw-r--r--src/gallium/targets/omx/meson.build (renamed from src/gallium/targets/omx-bellagio/meson.build)0
-rw-r--r--src/gallium/targets/omx/omx.sym (renamed from src/gallium/targets/omx-bellagio/omx.sym)0
-rw-r--r--src/gallium/targets/omx/target.c (renamed from src/gallium/targets/omx-bellagio/target.c)0
4 files changed, 3 insertions, 2 deletions
diff --git a/src/gallium/targets/omx-bellagio/Makefile.am b/src/gallium/targets/omx/Makefile.am
index 471ed85cd2c..89ebcc045cb 100644
--- a/src/gallium/targets/omx-bellagio/Makefile.am
+++ b/src/gallium/targets/omx/Makefile.am
@@ -19,11 +19,12 @@ libomx_mesa_la_LDFLAGS = \
if HAVE_LD_VERSION_SCRIPT
libomx_mesa_la_LDFLAGS += \
- -Wl,--version-script=$(top_srcdir)/src/gallium/targets/omx-bellagio/omx.sym
+ -Wl,--version-script=$(top_srcdir)/src/gallium/targets/omx/omx.sym
endif # HAVE_LD_VERSION_SCRIPT
libomx_mesa_la_LIBADD = \
- $(top_builddir)/src/gallium/state_trackers/omx_bellagio/libomxtracker.la \
+ $(top_builddir)/src/gallium/state_trackers/omx/libomxtracker_common.la \
+ $(top_builddir)/src/gallium/state_trackers/omx/bellagio/libomxtracker.la \
$(top_builddir)/src/gallium/auxiliary/libgalliumvlwinsys.la \
$(top_builddir)/src/gallium/auxiliary/libgalliumvl.la \
$(top_builddir)/src/gallium/auxiliary/libgallium.la \
diff --git a/src/gallium/targets/omx-bellagio/meson.build b/src/gallium/targets/omx/meson.build
index 6811e6ff904..6811e6ff904 100644
--- a/src/gallium/targets/omx-bellagio/meson.build
+++ b/src/gallium/targets/omx/meson.build
diff --git a/src/gallium/targets/omx-bellagio/omx.sym b/src/gallium/targets/omx/omx.sym
index e8a287600a5..e8a287600a5 100644
--- a/src/gallium/targets/omx-bellagio/omx.sym
+++ b/src/gallium/targets/omx/omx.sym
diff --git a/src/gallium/targets/omx-bellagio/target.c b/src/gallium/targets/omx/target.c
index 308e23bb4a0..308e23bb4a0 100644
--- a/src/gallium/targets/omx-bellagio/target.c
+++ b/src/gallium/targets/omx/target.c