summaryrefslogtreecommitdiffstats
path: root/docs/contents.html
Commit message (Collapse)AuthorAgeFilesLines
* docs: add documentation for building with mesonDylan Baker2017-11-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | v2: - Add information about CC, CXX, CFLAGS, and CXXFLAGS (Nicolai) - Add message at top that meson for mesa is still a work in progress - Add trailing "/" to directories (Eric E.) - Fix a number of spelling/grammar/style suggestions from Eric E. - Make a number of changes as suggested by Emil. v3: - Fix order of commands in example (Eric E.) - Add documentation for overriding LLVM version (Eric E.) v4: - Rebase on master - update default buildtype - add note about b_ndebug - Clarify meson configure a bit v5: - use <code> for command line arguments (Eric E.) - Add note about listing options without a build directory - Minor formatting changes (Eric E.) - Replace the CC, CFLAGS, etc section with an environment variables section, which mentions CC, CXX, CFLAGS, CXXFLAGS, LDFLAGS, and DESTDIR - Add comment that not using buildtype debug might make debugging harder - Add comment that b_ndebug and buildtype are orthogonal Signed-off-by: Dylan Baker <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> (v3)
* docs: add release calendar page and references to itEmil Velikov2017-04-291-0/+1
| | | | | | | | | | | | | | | Add a page that has information which release is expected when and associated information. Reference to it from the "Releasing process" and "Release notes" pages. v2: - Add Andres for 17.0.5 - Rework table format to include the branch (Eric) Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Andres Gomez <[email protected]> Reviewed-by: Eric Engestrom <[email protected]>
* docs: add hyperlink to the releasing documentationEmil Velikov2017-02-161-0/+1
| | | | | | | | Other files such as xlibdriver.html and versions.html explicitly left out, for now. Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Eric Engestrom <[email protected]>
* docs: https all the links \o/Eric Engestrom2017-02-091-6/+6
| | | | | | | | | Most of them already redirected to https anyway, so we might as well avoid the redirection and the security implications by linking directly to the right protocol. Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Brian Paul <[email protected]>
* docs: the site is now hosted by freedesktop.orgBrian Paul2017-02-091-2/+1
| | | | Reviewed-by: Eric Engestrom <[email protected]>
* docs: recommend using --enable-mangling over the manual -DUSE...Emil Velikov2016-11-211-1/+1
| | | | | Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Brian Paul <[email protected]>
* docs: split Submitting Patches into separate documentEmil Velikov2016-11-211-0/+1
| | | | | Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Brian Paul <[email protected]>
* docs: split Codying style into separate documentEmil Velikov2016-11-211-0/+1
| | | | | Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Brian Paul <[email protected]>
* mesa: docs: Add link to planet.freedesktop.orgSarah Sharp2016-01-081-0/+1
| | | | | | | | | The freedesktop.org blog feeds aren't mentioned on either mesa3d.org or any of the graphics project wikis (including the DRI wiki) on freedeskop.org. Fix that by linking to it from the sidebar. Signed-off-by: Sarah Sharp <[email protected]> Reviewed-by: Ian Romanick <[email protected]>
* docs: Replace sourceforge logo with a text linkAndreas Boll2015-12-151-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes the following Lintian (Debian package checker) error: privacy-breach-logo usr/share/doc/mesa-common-dev/contents.html (http://sourceforge.net/sflogo.php?group_id=3&amp;type=1) usr/share/doc/mesa-common-dev/thanks.html (http://sourceforge.net/sflogo.php?group_id=3&amp;type=1) The extended description of this tag is: This package creates a potential privacy breach by fetching a logo at runtime. Before using a local copy you should check that the logo is suitable for main. You can get help with determining this by posting a link to the logo and a copy of, or a link to, the logo copyright and license information to the debian-legal mailing list. Please replace any scripts, images, or other remote resources with non-remote resources. It is preferable to replace them with text and links but local copies of the remote resources are also acceptable as long as they don't also make calls to remote services. Please ensure that the remote resources are suitable for Debian main before making local copies of them. Severity: serious, Certainty: possible Check: files, Type: binary, udeb Signed-off-by: Andreas Boll <[email protected]> Reviewed-by: Brian Paul <[email protected]>
* st/vega: Remove.Jose Fonseca2015-03-041-1/+0
| | | | | | | | | | | | | OpenVG API seems to have dwindled away. The code would still be interesting if we wanted to implement NV_path_rendering but given the trend of the next gen graphics APIs, it seems unlikely that this becomes ARB or core. v2: Remove a few "openvg" references left, per Emil Velikov. Reviewed-by: Emil Velikov <[email protected]> v3: Update release notes.
* docs: add a new page documenting known application issuesBrian Paul2013-04-011-0/+1
| | | | | | Let's try to update this when we find other broken applications... Reviewed-by: José Fonseca <[email protected]>
* docs: add link to the GLSL compiler pageAndreas Boll2012-10-031-0/+1
| | | | | | This reverts commit 9e0931e355a21ff9902a4127cc63b392d8def0cd Reviewed-by: Brian Paul <[email protected]>
* docs: remove utility.htmlAndreas Boll2012-09-201-1/+0
| | | | | | This page is very old and some of the links are dead. Reviewed-by: Brian Paul <[email protected]>
* docs: remove science.htmlAndreas Boll2012-09-201-1/+0
| | | | | | This page is very old and some of the links are dead. Reviewed-by: Brian Paul <[email protected]>
* docs: remove modelers.htmlAndreas Boll2012-09-201-1/+0
| | | | | | This page is very old and some of the links are dead. Reviewed-by: Brian Paul <[email protected]>
* docs: remove libraries.htmlAndreas Boll2012-09-201-1/+0
| | | | | | This page is very old and some of the links are dead. Reviewed-by: Brian Paul <[email protected]>
* docs: remove games.htmlAndreas Boll2012-09-201-1/+0
| | | | | | This page is very old and some of the links are dead. Reviewed-by: Brian Paul <[email protected]>
* docs/contents: add autoconf.html linkAndreas Boll2012-09-201-0/+4
| | | | | | make it easier to find the docs/autoconf.html site Reviewed-by: Brian Paul <[email protected]>
* docs: news.html is the new index.htmlAndreas Boll2012-09-191-1/+1
|
* docs: add new iframe layoutAndreas Boll2012-09-191-40/+40
|
* docs: drop obsolete sourceforge linkAndreas Boll2012-09-181-1/+0
| | | | Signed-off-by: Brian Paul <[email protected]>
* docs: remove obsolete mesa subset documentationAndreas Boll2012-09-171-1/+0
| | | | Reviewed-by: Brian Paul <[email protected]>
* Remove libGLUMatt Turner2012-08-311-1/+0
| | | | | | | It's been moved to its own repository, found at http://cgit.freedesktop.org/mesa/glu/ Acked-by: Kenneth Graunke <[email protected]>
* docs: whitespaces cleanupAndreas Boll2012-06-121-15/+15
| | | | Signed-off-by: Brian Paul <[email protected]>
* docs: prefer lowercase html tagsAndreas Boll2012-06-121-11/+11
| | | | Signed-off-by: Brian Paul <[email protected]>
* docs: fix html end/start tagsAndreas Boll2012-06-121-1/+1
| | | | | | for more well-formed html Signed-off-by: Brian Paul <[email protected]>
* docs: escape special html charsAndreas Boll2012-06-121-4/+4
| | | | Signed-off-by: Brian Paul <[email protected]>
* docs: consolidate html header and footerAndreas Boll2012-06-121-6/+8
| | | | | | | | | add doctype add character encoding add missing <head> tag unify html header and footer Signed-off-by: Brian Paul <[email protected]>
* docs: remove link to the GLSL compiler pageBrian Paul2012-02-101-1/+0
| | | | | The page is terribly out of date. (cherry picked from commit 65526d54aa2599b069bd443d3e6e9762e613042d)
* docs: new page describing how to build, install VMware SVGA3D guest driverBrian Paul2012-01-131-0/+1
|
* gallium/cell: Remove the driver.Kai Wasserbäch2011-11-291-2/+1
| | | | | | | Complicates Gallium3D development and doesn't seem to have active users. Signed-off-by: Kai Wasserbäch <[email protected]> Signed-off-by: José Fonseca <[email protected]>
* docs: document known issues with Viewperf 11Brian Paul2011-10-201-0/+1
|
* mesa: Remove obsolete linux-fbdev software driverIan Romanick2011-08-261-2/+0
| | | | | | | | | | Acked-by: Kristian Høgsberg <[email protected]> Acked-by: Marek Olšák <[email protected]> Acked-by: Alan Coopersmith <[email protected]> Acked-by: Jakob Bornecrantz <[email protected]> Acked-by: Dave Airlie <[email protected]> Build-Tested-by: Jakob Bornecrantz <[email protected]> Tested-by: Eugeni Dodonov <[email protected]>
* docs: Add a page on post-processingLauri Kasanen2011-08-261-0/+1
| | | | | | | With edits by Brian. Signed-off-by: Lauri Kasanen <[email protected]> Signed-off-by: Brian Paul <[email protected]>
* docs: replace llvmpipe/README with docs/llvmpipe.htmlBrian Paul2011-04-071-0/+1
|
* docs: remove link to old memory.html pageBrian Paul2010-08-261-1/+0
|
* docs: remove demos.html page which contained one dead linkBrian Paul2010-02-251-1/+0
|
* docs: remove old pbuffer infoBrian Paul2010-01-211-1/+0
|
* docs: add links to the egl, openvg, opengles pagesBrian Paul2010-01-211-1/+4
| | | | And move the GLSL link up the use User Topics section.
* docs: new Mesa source tree overview page.Brian Paul2010-01-211-0/+1
| | | | This has been sitting around for a while. Incomplete, but a good start.
* docs: move SGI GLU linkBrian Paul2009-09-031-1/+1
|
* docs: assorted updates, link fixesBrian Paul2009-01-221-1/+1
|
* mesa: updated compilation documentationBrian Paul2008-12-301-2/+2
|
* asst. html doc updatesTimo Jyrinki2008-08-261-0/+1
|
* Bring in previous 7.0.1/2 release notes, added Cell driver page.Brian2008-01-241-0/+1
|
* Assorted miniglx updates.Brian2007-05-041-1/+1
|
* assorted updatesBrian2007-04-041-1/+2
|
* added shading.html linkBrian2007-01-211-0/+1
|
* New git repository info, links.Brian2006-12-051-2/+1
|