History log of /external/mesa3d/src/gallium/winsys/sw/xlib/Makefile.am
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
015792fb028de32293d3165e5f61b4569858d8eb 18-Aug-2014 Emil Velikov <emil.l.velikov@gmail.com> winsys/sw: add the final files to the tarball

Add the final remaining files into the tarball (make dist), namely:
- SConscripts
- Non-autotooled winsys' - android, gdi and hgl.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
/external/mesa3d/src/gallium/winsys/sw/xlib/Makefile.am
95603e259b6afdab50c4330696a8fbede80327f1 17-Aug-2014 Emil Velikov <emil.l.velikov@gmail.com> winsys/sw: automake: consistently use Makefile.sources

- Include the headers within.
- Update scons to use them.
- Drop useless include (gallium/drivers) from scons.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
/external/mesa3d/src/gallium/winsys/sw/xlib/Makefile.am
f7ac1d5989699d31f02b120d3f8cb51b7159dbb5 02-Nov-2013 Emil Velikov <emil.l.velikov@gmail.com> gallium/winsys: compact compiler flags into Automake.inc

Cleanup the duplicating flags and consolidate into a sigle variable.

Note: this patch adds VISIBILITY_CFLAGS to the following targets
* freedreno/drm
* i915/{drm,sw}
* nouveau/drm
* sw/fbdev
* sw/null
* sw/wayland
* sw/wrapper
* sw/xlib

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
/external/mesa3d/src/gallium/winsys/sw/xlib/Makefile.am
79930c60278d26911c7e7500ef6e1c788dd74c3e 17-Sep-2013 Gaetan Nadon <memsize@videotron.ca> winsys/sw/xlib: fix compile error in xlib_sw_winsys.c.

xlib_sw_winsys.h:5:22: fatal error: X11/Xlib.h: No such file or directory

The compiler cannot find the Xlib.h in the installed system headers.
All supplied include directives point to inside the mesa module.
The X11_CFLAGS variable is undefined (not defined in config.status).

It appears the intent was to use X11_INCLUDES defined in configure.ac.

The Xlib.h file is not installed on my workstation. It is supplied in
the libx11-dev package. This allows an X developer control over which
version of this file is used for X development.

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
/external/mesa3d/src/gallium/winsys/sw/xlib/Makefile.am
92ce9c38fd5e2260ca2a707548c4de13a6002a1b 06-Sep-2012 Matt Turner <mattst88@gmail.com> Remove hacks for static Makefiles

v2: Andreas Boll <andreas.boll.dev@gmail.com>
- don't remove compatibility with scripts for the old build system

v3: Andreas Boll <andreas.boll.dev@gmail.com>
- remove more obsolete hacks

v4: Andreas Boll <andreas.boll.dev@gmail.com>
- add a previously removed TOP variable to fix vgapi build
/external/mesa3d/src/gallium/winsys/sw/xlib/Makefile.am
44653c0a0e4da650024851c6a13f5c27a069c892 30-Aug-2012 Matt Turner <mattst88@gmail.com> winsys/sw/xlib: Convert to automake
/external/mesa3d/src/gallium/winsys/sw/xlib/Makefile.am