History log of /external/mesa3d/docs/autoconf.html
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d240dcee6de7369a423ed230c67e3be5ff47140a 24-Aug-2012 Matt Turner <mattst88@gmail.com> Remove libGLU

It's been moved to its own repository, found at
http://cgit.freedesktop.org/mesa/glu/

Acked-by: Kenneth Graunke <kenneth@whitecape.org>
/external/mesa3d/docs/autoconf.html
dae9b0f1d8626c0ac4fe6a3853c6b324e10c21f4 25-Jun-2012 Andreas Boll <andreas.boll.dev@gmail.com> docs: whitespace cleanup

Signed-off-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/docs/autoconf.html
df2be226d9ca6772eb4615ce0670e66667b86691 12-Jun-2012 Andreas Boll <andreas.boll.dev@gmail.com> docs: fix html end/start tags

for more well-formed html

Signed-off-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/docs/autoconf.html
ecd5c7ceb8e4c8841b2708e5ab7efa145583f8c2 12-Jun-2012 Andreas Boll <andreas.boll.dev@gmail.com> docs: consolidate html header and footer

add doctype
add character encoding
add missing <head> tag
unify html header and footer

Signed-off-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/docs/autoconf.html
7f94d9819dd05bf00191c1f1ff98551de9aa4d1b 12-Mar-2012 Christopher Yeleighton <giecrilj@stegny.2a.pl> docs: fix up html tags in autoconf.html

http://bugs.freedesktop.org/show_bug.cgi?id=47241

Signed-off-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/docs/autoconf.html
c548192cafdf7dfab4cf7e0a0734417ee16f1c94 06-Aug-2011 Kenneth Graunke <kenneth@whitecape.org> docs: Remove GLw from the documentation except for a new FAQ entry.

Also remove an outdated reference to GLEW being in tree.

Reviewed-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/docs/autoconf.html
9a7f84d6b28e180ef79349b36de9a5d58a1e2dc9 14-Jul-2011 José Fonseca <jfonseca@vmware.com> Squashed commit of the following:

commit 1856230d9fa61710cce3e152b8d88b1269611a73
Author: José Fonseca <jose.r.fonseca@gmail.com>
Date: Tue Jul 12 23:41:27 2011 +0100

make: Use better var names on packaging.

commit d1ae72d0bd14e820ecfe9f8f27b316f9566ceb0c
Author: José Fonseca <jose.r.fonseca@gmail.com>
Date: Tue Jul 12 23:38:21 2011 +0100

make: Apply several of Dan Nicholson's suggestions.

commit f27cf8743ac9cbf4c0ad66aff0cd3f97efde97e4
Author: José Fonseca <jose.r.fonseca@gmail.com>
Date: Sat Jul 9 14:18:20 2011 +0100

make: Put back the tar.bz2 creation rule.

Removed by accident.

commit 34983337f9d7db984e9f0117808274106d262110
Author: José Fonseca <jose.r.fonseca@gmail.com>
Date: Sat Jul 9 11:59:29 2011 +0100

make: Determine tarballs contents via git ls-files.

The wildcards were a mess:
- lots of files for non Linux platforms missing
- several files listed and archived twice

Using git-ls-files ensures things are not loss when making the tarballs.

commit 34a28ccbf459ed5710aafba5e7149e8291cb808c
Author: José Fonseca <jose.r.fonseca@gmail.com>
Date: Sat Jul 9 11:07:14 2011 +0100

glut: Remove GLUT source.

Most distros ship freeglut, and most people don't care one vs the other,
and it hasn't been really maintained.

So it is better to have Mesa GLUT be revisioned and built separately
from Mesa.

commit 5c26a2c3c0c7e95ef853e19d12d75c4f80137e7d
Author: José Fonseca <jose.r.fonseca@gmail.com>
Date: Sat Jul 9 10:31:02 2011 +0100

Ignore the tarballs.

commit 26edecac589819f0d0efe2165ab748dbc4e53394
Author: José Fonseca <jose.r.fonseca@gmail.com>
Date: Sat Jul 9 10:30:24 2011 +0100

make: Create the Mesa-xxx-devel symlink automatically.

Also actually remote the intermediate uncompressed tarballs.
/external/mesa3d/docs/autoconf.html
5cae1b747bf7013124c21f15c410635c16593656 30-Jun-2008 Dan Nicholson <dbn.lists@gmail.com> autoconf: Improve the visibility of the swrast DRI driver

Improve the --with-dri-drivers help text so that users are aware that
they should install the swrast DRI driver.
/external/mesa3d/docs/autoconf.html
5dbbde5b222204fa8dfc086b88a8105516f7d727 06-May-2008 Dan Nicholson <dbn.lists@gmail.com> Default DRI driver directory to match X.Org xserver

Since the only valid consumer of the DRI drivers is the X.Org xserver,
this changes the default DRI driver directory to match xorg-server:
${libdir}/dri. The old default of /usr/X11R6/modules/dri was wrong for
nearly all current systems.
/external/mesa3d/docs/autoconf.html
460d25dca134c4d2e051803822aa82f35e832cdc 07-Mar-2008 Dan Nicholson <dbn.lists@gmail.com> autoconf: Add autogen.sh from Xorg for easier setup from git

The defacto method to rebuild the autotools and run the generated
configure is an autogen.sh script. It is much more discoverable than the
custom `make configure' used here. The Makefile targets are still useful
for creating tarballs, though. This autogen.sh is copied from Xorg.
/external/mesa3d/docs/autoconf.html
544ab209e75ec3646d7edbafd736dcf4c93738cc 30-Dec-2007 Dan Nicholson <dbn.lists@gmail.com> Allow osmesa to be enabled or disabled

The conditional in src/mesa/Makefile currently hardcodes the cases where
libOSMesa can be built on libGL. Likewise, the xlib case always includes
libOSMesa in the stand-alone target.

This changes the conditional to a loop over the DRIVER_DIRS variable.
This means that any driver configuration can enable or disable osmesa.
The current "stand-alone" rule is changed so that DRIVER_DIRS=x11 and
DRIVER_DIRS="x11 osmesa" are both respected.

The configure option is changed to --enable-gl-osmesa as this change
allows libOSMesa to be built upon any of the libGL-enabling drivers.
/external/mesa3d/docs/autoconf.html
ab57cbaccccb30fd743ba3283251430e6bc3a071 26-Dec-2007 Dan Nicholson <dbn.lists@gmail.com> autoconf: Helper options for adding GCC 32/64 bit flags

Two new configure options to add -m32 or -m64 to the CFLAGS and CXXFLAGS
when GCC is in use. By default, the user supplied options are
environment variables are respected, but these options are quick helps
for the common case of x86/x86_64 using GCC.
/external/mesa3d/docs/autoconf.html
4c5a2b3af214e7a0ec0742b17beb1e719552ecae 24-Dec-2007 Dan Nicholson <dbn.lists@gmail.com> autoconf: Documentation for using the autoconf'd build

Most of the options available from configure are documented on the
autoconf.html. This page is reached as an alternative provided on the
install.html page. An FAQ about why there is no configure script has
been removed.
/external/mesa3d/docs/autoconf.html