genode/libports/src/lib/gallium
Christian Prochaska 148b8efe8e Adapt gallium and libdrm plugins to current libc
This patch adapts the gallium and libdrm libc plugins to the current
workings of the libc.

Fixes #1070.
2014-02-28 10:11:13 +01:00
..
i915 Adapt gallium and libdrm plugins to current libc 2014-02-28 10:11:13 +01:00
dummy_trace.c Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
main.cc Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
p_state_config.patch Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
README Imported Genode release 11.11 2011-12-22 16:19:25 +01:00

This directory contains pseudo targets for building Gallium drivers.  These
drivers are not directly linked against applications. Instead, they are loaded
as needed by using 'dlopen'. Because no application directly depends on any
driver library, none of these libraries is built by default. To enforce
building a driver library, we introduce a dummy program, which depends on the
respective library. The program itself is worthless, but as a side effect,
the driver library gets built.