summaryrefslogtreecommitdiffstats
path: root/docs/faq.html
Commit message (Collapse)AuthorAgeFilesLines
* i965/docs: update Intel Linux Graphics URLsEric Engestrom2016-07-061-1/+1
| | | | Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
* docs: remove the --with-max-{width,height} noteEmil Velikov2015-04-121-13/+0
| | | | | | | | Missed out with commit d99135b2e9b(configure: nuke --with-max-{width,height}) Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Brian Paul <brianp@vmware.com>
* docs: fix misspellingsNathan Kidd2014-01-061-4/+4
| | | | | | | Fixed what I noticed; no warranty for exhaustiveness. Signed-off-by: Nathan Kidd <nkidd@opentext.com> Reviewed-by: Brian Paul <brianp@vmware.com>
* docs: update FAQAndreas Boll2012-10-091-19/+24
| | | | | | | | | | | Reported-by: Fabio Pedretti <fabio.ped@libero.it> v2: (Chad Versace <chad.versace@linux.intel.com>) - Rewrite FAQ - proper place for installing mesa. v3: fix some typos Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
* docs: update some more FAQsAndreas Boll2012-09-201-14/+18
| | | | | | v2: remove mention of XFree86 Reviewed-by: Brian Paul <brianp@vmware.com>
* docs: update faqAndreas Boll2012-09-191-5/+4
|
* docs: remove obsolete target attributeAndreas Boll2012-09-191-21/+17
|
* docs: add new iframe layoutAndreas Boll2012-09-191-0/+8
|
* Remove libGLUMatt Turner2012-08-311-4/+0
| | | | | | | It's been moved to its own repository, found at http://cgit.freedesktop.org/mesa/glu/ Acked-by: Kenneth Graunke <kenneth@whitecape.org>
* docs: update some broken/old linksAndreas Boll2012-06-251-1/+1
| | | | Signed-off-by: Brian Paul <brianp@vmware.com>
* docs: whitespaces cleanupAndreas Boll2012-06-121-1/+0
| | | | Signed-off-by: Brian Paul <brianp@vmware.com>
* docs: use id instead of <a name>Andreas Boll2012-06-121-36/+32
| | | | Signed-off-by: Brian Paul <brianp@vmware.com>
* docs: fix html end/start tagsAndreas Boll2012-06-121-1/+1
| | | | | | for more well-formed html Signed-off-by: Brian Paul <brianp@vmware.com>
* docs: consolidate html header and footerAndreas Boll2012-06-121-8/+8
| | | | | | | | | add doctype add character encoding add missing <head> tag unify html header and footer Signed-off-by: Brian Paul <brianp@vmware.com>
* docs: Remove GLw from the documentation except for a new FAQ entry.Kenneth Graunke2011-08-151-1/+6
| | | | | | Also remove an outdated reference to GLEW being in tree. Reviewed-by: Brian Paul <brianp@vmware.com>
* Squashed commit of the following:José Fonseca2011-07-141-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Add a FAQ about internal buffer sizes.Tom Fogal2009-08-141-0/+13
|
* Merge branch 'master' into autoconf2Dan Nicholson2007-12-261-3/+3
|\
| * docs: Fix links in contribute sectionDan Nicholson2007-12-181-3/+3
| | | | | | | | | | The contribute section had a broken hyperlink, masking the mailing list text.
* | autoconf: Documentation for using the autoconf'd buildDan Nicholson2007-12-231-20/+3
|/ | | | | | | 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.
* various updatesBrian Paul2006-08-211-9/+9
|
* links to ClosedGL and S3TC libraryBrian Paul2006-06-081-4/+11
|
* updates from 6.4 branchBrian Paul2005-10-241-27/+17
|
* Use a simple CSS style sheet.Brian Paul2005-01-201-1/+3
|
* misc updatesBrian Paul2004-11-221-35/+54
|
* added pointer to Vincent (OpenGL ES implementation)Brian Paul2004-04-271-1/+6
|
* added info about S3TC texture compressionBrian Paul2003-12-311-6/+24
|
* added link to ChromiumBrian Paul2003-11-261-2/+11
|
* added SoftGL linkBrian Paul2003-11-251-6/+14
|
* updated item 1.4Brian Paul2003-08-061-1/+8
|
* minor updatesBrian Paul2003-03-301-23/+29
|
* Documentation/website overhaul. The website content and doc/ directoryBrian Paul2003-03-081-0/+330
are now merged and are one and the same.