targets/r600/omx: convert to static/shared pipe-drivers
authorEmil Velikov <emil.l.velikov@gmail.com>
Thu, 12 Jun 2014 15:38:54 +0000 (16:38 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 26 Jun 2014 13:05:13 +0000 (14:05 +0100)
commitd23497c256539d4a49120cfeeb043c9f2ef8e09b
treee466e616d3b0b42ed47fd59f810324d24d102083
parentb1f4a9681fba954bb7f3e8c4877e7ad62703cb0b
targets/r600/omx: convert to static/shared pipe-drivers

The r600 counterpart of previous commit - now the libomx-r600 is
built into the libomx-mesa library. Providing a single library per API.

v2: Include the radeon winsys only when there is a user for it.
v3: Correcly include the winsys. Now with extra brown bag :\

Note: Make sure to rebuild the .omxregister file, by executing
   $ omxregister-bellagio

If you have more than one omx library (libomx-radeonsi, libomx-r600),
make sure to temporary move the unused one. By the end of the series
there will be only one library that will be used for all hardware -
r600, radeonsi and nouveau.

Cc: Leo Liu <leo.liu@amd.com>
Cc: Christian König <christian.koenig@amd.com>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
configure.ac
src/gallium/targets/Makefile.am
src/gallium/targets/omx/Makefile.am
src/gallium/targets/r600/omx/Makefile.am [deleted file]
src/gallium/targets/r600/omx/drm_target.c [deleted symlink]