aboutsummaryrefslogtreecommitdiffstats
path: root/docs/osmesa.html
Commit message (Collapse)AuthorAgeFilesLines
* docs: fix "empty array" meson syntaxEric Engestrom2019-08-041-1/+1
| | | | | | | | On recent versions of Meson (0.47+) these are synonymous, but we still support older versions than that, so let's use the correct syntax to avoid confusing users of old Meson versions. Signed-off-by: Eric Engestrom <[email protected]>
* docs: drop h1 in headerErik Faye-Lund2019-05-081-1/+1
| | | | | | | | | | | It's generally frowned upon to have more than one H1 per document in HTML4. So let's put the text directly inside the header. This means we can drop the flex-based centering, which makes things a bit easier. We also need to change the padding to rem instead of em, because the em has now changed. Signed-off-by: Erik Faye-Lund <[email protected]> Reviewed-by: Eric Engestrom <[email protected]>
* docs: renumber headingsErik Faye-Lund2019-05-081-1/+1
| | | | | | | | | | | | It's generally frowned upon to have multiple H1 headings in HTML4. So let's make sure each article has a primary heading for the article, and that that heading is the title that is used in the sidebar. While we're at it, let's update the title in the articles to match the title from the sidebar as well. Signed-off-by: Erik Faye-Lund <[email protected]> Reviewed-by: Eric Engestrom <[email protected]>
* docs: drop most autoconf referencesDylan Baker2019-04-151-6/+5
| | | | | | | | | | | | | | | | | | | | There's still a few in here, but those docs are already so out of date that it probably makes more sense to delete them. Such as the GLES docs which still claim we only support 1.1 and 2.0, with no mention of 3.x at all. v2: - Add docs for testing back end (Eric Engestrom) - Drop more autootols references - meson is now required not recommended - Add $PWD Acked-by: Kenneth Graunke <[email protected]> Reviewed-by: Eric Anholt <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> Acked-by: Marek Olšák <[email protected]> Acked-by: Jason Ekstrand <[email protected]> Acked-by: Bas Nieuwenhuizen <[email protected]> Acked-by: Matt Turner <[email protected]>
* docs: rewrite the OSMesa info / instructionsBrian Paul2013-03-121-40/+25
| | | | Reviewed-by: José Fonseca <[email protected]>
* docs: convert last traces of progs to mesa/demos repositoryAndreas Boll2012-09-201-2/+1
| | | | | | v2: fix typo Reviewed-by: Brian Paul <[email protected]>
* docs: add new iframe layoutAndreas Boll2012-09-191-0/+8
|
* docs: prefer lowercase html tagsAndreas Boll2012-06-121-2/+2
| | | | Signed-off-by: Brian Paul <[email protected]>
* docs: consolidate html header and footerAndreas Boll2012-06-121-10/+11
| | | | | | | | | add doctype add character encoding add missing <head> tag unify html header and footer Signed-off-by: Brian Paul <[email protected]>
* docs: fix typo: s/osdemo/osdemos/Brian Paul2010-02-091-1/+1
| | | | (cherry picked from commit 0371956d66cdc8a1629753fca9cb3cdc49b0d145)
* updated docs for off-screen renderingBrian Paul2006-05-191-28/+39
|
* Use a simple CSS style sheet.Brian Paul2005-01-201-1/+3
|
* updated osmesa infoBrian Paul2004-09-241-12/+9
|
* minor updatesBrian Paul2003-05-021-4/+8
|
* Documentation/website overhaul. The website content and doc/ directoryBrian Paul2003-03-081-0/+74
are now merged and are one and the same.