genode/repos/libports/src/lib/gallium
2017-02-28 12:59:29 +01:00
..
i915 Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
dummy_trace.c Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
main.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
p_state_config.patch mesa: apply patches (fix #1193) 2014-06-27 14:05:50 +02:00
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02: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.