search for: freedreno_cflags

Displaying 4 results from an estimated 4 matches for "freedreno_cflags".

2014 Nov 28
0
[Mesa-dev] [RFC] tegra: Initial support
...dev/null > +++ b/src/gallium/winsys/tegra/drm/Makefile.am > @@ -0,0 +1,11 @@ > +include Makefile.sources > +include $(top_srcdir)/src/gallium/Automake.inc > + > +AM_CFLAGS = \ > + -I$(top_srcdir)/src/gallium/drivers \ > + $(GALLIUM_WINSYS_CFLAGS) \ > + $(FREEDRENO_CFLAGS) oops? > + > +noinst_LTLIBRARIES = libtegradrm.la > + > +libtegradrm_la_SOURCES = $(C_SOURCES)
2014 Nov 28
1
[Mesa-dev] [RFC] tegra: Initial support
...egra/drm/Makefile.am > > @@ -0,0 +1,11 @@ > > +include Makefile.sources > > +include $(top_srcdir)/src/gallium/Automake.inc > > + > > +AM_CFLAGS = \ > > + -I$(top_srcdir)/src/gallium/drivers \ > > + $(GALLIUM_WINSYS_CFLAGS) \ > > + $(FREEDRENO_CFLAGS) > > oops? Yes, I wanted to make it obvious from where I copied. =) Good catch, thanks. Thierry -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 819 bytes Desc: not available URL: <http://lists.freede...
2014 Nov 27
7
[RFC] tegra: Initial support
....am new file mode 100644 index 000000000000..8e3685ee20e8 --- /dev/null +++ b/src/gallium/winsys/tegra/drm/Makefile.am @@ -0,0 +1,11 @@ +include Makefile.sources +include $(top_srcdir)/src/gallium/Automake.inc + +AM_CFLAGS = \ + -I$(top_srcdir)/src/gallium/drivers \ + $(GALLIUM_WINSYS_CFLAGS) \ + $(FREEDRENO_CFLAGS) + +noinst_LTLIBRARIES = libtegradrm.la + +libtegradrm_la_SOURCES = $(C_SOURCES) diff --git a/src/gallium/winsys/tegra/drm/Makefile.sources b/src/gallium/winsys/tegra/drm/Makefile.sources new file mode 100644 index 000000000000..fe0d5c42e72d --- /dev/null +++ b/src/gallium/winsys/tegra/drm/Makefile...
2014 Nov 27
0
[Mesa-dev] [RFC] tegra: Initial support
...dev/null > +++ b/src/gallium/winsys/tegra/drm/Makefile.am > @@ -0,0 +1,11 @@ > +include Makefile.sources > +include $(top_srcdir)/src/gallium/Automake.inc > + > +AM_CFLAGS = \ > + -I$(top_srcdir)/src/gallium/drivers \ > + $(GALLIUM_WINSYS_CFLAGS) \ > + $(FREEDRENO_CFLAGS) > + > +noinst_LTLIBRARIES = libtegradrm.la > + > +libtegradrm_la_SOURCES = $(C_SOURCES) > diff --git a/src/gallium/winsys/tegra/drm/Makefile.sources b/src/gallium/winsys/tegra/drm/Makefile.sources > new file mode 100644 > index 000000000000..fe0d5c42e72d > --- /dev/null &gt...