search for: 8e3685ee20e8

Displaying 4 results from an estimated 4 matches for "8e3685ee20e8".

2014 Nov 28
0
[Mesa-dev] [RFC] tegra: Initial support
...e or whatever? [The answer may be simple, but I'm very unfamiliar with a lot of that stuff, and perhaps others are in a similar predicament.] > diff --git a/src/gallium/winsys/tegra/drm/Makefile.am b/src/gallium/winsys/tegra/drm/Makefile.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) \ >...
2014 Nov 28
1
[Mesa-dev] [RFC] tegra: Initial support
...tails. The natural solution for these two problems is to move the code into a library. But we already have that library: Mesa/GBM. > > diff --git a/src/gallium/winsys/tegra/drm/Makefile.am b/src/gallium/winsys/tegra/drm/Makefile.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 \ >...
2014 Nov 27
7
[RFC] tegra: Initial support
...llium/drivers/tegra/Automake.inc + include $(top_srcdir)/src/gallium/drivers/vc4/Automake.inc include $(top_srcdir)/src/gallium/drivers/softpipe/Automake.inc diff --git a/src/gallium/winsys/tegra/drm/Makefile.am b/src/gallium/winsys/tegra/drm/Makefile.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...
2014 Nov 27
0
[Mesa-dev] [RFC] tegra: Initial support
...> + > include $(top_srcdir)/src/gallium/drivers/vc4/Automake.inc > > include $(top_srcdir)/src/gallium/drivers/softpipe/Automake.inc > diff --git a/src/gallium/winsys/tegra/drm/Makefile.am b/src/gallium/winsys/tegra/drm/Makefile.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) \ >...