search for: target_drivers

Displaying 2 results from an estimated 2 matches for "target_drivers".

2014 Nov 27
0
[Mesa-dev] [RFC] tegra: Initial support
...> > diff --git a/src/gallium/drivers/tegra/Automake.inc b/src/gallium/drivers/tegra/Automake.inc > new file mode 100644 > index 000000000000..f65281916245 > --- /dev/null > +++ b/src/gallium/drivers/tegra/Automake.inc > @@ -0,0 +1,11 @@ > +if HAVE_GALLIUM_TEGRA > + > +TARGET_DRIVERS += tegra > +TARGET_CPPFLAGS += -DGALLIUM_TEGRA > +TARGET_LIB_DEPS += \ > + $(top_builddir)/src/gallium/winsys/tegra/drm/libtegradrm.la \ > + $(top_builddir)/src/gallium/drivers/tegra/libtegra.la \ > + $(LIBDRM_LIBS) \ > + $(TEGRA_LIBS) > + > +endif &g...
2014 Nov 27
7
[RFC] tegra: Initial support
...een(fd); + else +#endif return NULL; } diff --git a/src/gallium/drivers/tegra/Automake.inc b/src/gallium/drivers/tegra/Automake.inc new file mode 100644 index 000000000000..f65281916245 --- /dev/null +++ b/src/gallium/drivers/tegra/Automake.inc @@ -0,0 +1,11 @@ +if HAVE_GALLIUM_TEGRA + +TARGET_DRIVERS += tegra +TARGET_CPPFLAGS += -DGALLIUM_TEGRA +TARGET_LIB_DEPS += \ + $(top_builddir)/src/gallium/winsys/tegra/drm/libtegradrm.la \ + $(top_builddir)/src/gallium/drivers/tegra/libtegra.la \ + $(LIBDRM_LIBS) \ + $(TEGRA_LIBS) + +endif diff --git a/src/gallium/drivers/tegra/Makefile.am b/src/gallium/d...