aboutsummaryrefslogtreecommitdiffstats
path: root/docs/intro.html
Commit message (Collapse)AuthorAgeFilesLines
* 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-14/+14
| | | | | | | | | | | | 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: improve the list of gl implementationsEric Engestrom2017-02-091-2/+3
| | | | | Suggested-by: Emil Velikov <[email protected]> Signed-off-by: Eric Engestrom <[email protected]>
* docs: improve the list of implemented APIsEric Engestrom2017-02-091-1/+4
| | | | | Suggested-by: Emil Velikov <[email protected]> Signed-off-by: Eric Engestrom <[email protected]>
* docs: https all the links \o/Eric Engestrom2017-02-091-9/+9
| | | | | | | | | 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: update intro.html to mention new APIs, etcBrian Paul2017-02-091-11/+31
| | | | Reviewed-by: Eric Engestrom <[email protected]>
* docs: update the list of Mesa major versions and API supportBrian Paul2016-09-301-0/+25
| | | | Reviewed-by: Emil Velikov <[email protected]>
* docs: remove obsolete target attributeAndreas Boll2012-09-191-6/+6
|
* docs: add new iframe layoutAndreas Boll2012-09-191-1/+8
|
* mesa: Bump version to 9.0Ian Romanick2012-08-301-0/+11
| | | | | | | | Now that OpenGL 3.1 is supported by at least one driver, follow tradition and bump the major version number. Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Brian Paul <[email protected]>
* docs: prefer lowercase html tagsAndreas Boll2012-06-121-9/+9
| | | | Signed-off-by: Brian Paul <[email protected]>
* docs: consolidate html header and footerAndreas Boll2012-06-121-9/+10
| | | | | | | | | add doctype add character encoding add missing <head> tag unify html header and footer Signed-off-by: Brian Paul <[email protected]>
* docs: freshen up the introduction page with Mesa 8.0 info, etcBrian Paul2012-01-131-4/+27
|
* docs: remove links to tungstengraphics.com, and misc updatesBrian Paul2010-08-261-5/+3
|
* asst. html doc updatesTimo Jyrinki2008-08-261-3/+4
|
* bring over 7.0 doc changesBrian2007-06-281-1/+1
|
* updates for 7.0Brian2007-04-271-4/+16
|
* assorted updatesBrian2007-04-041-17/+13
|
* s/dri.sourceforge.net/dri.freedesktop.org/Adam Jackson2005-11-031-1/+1
|
* updates for 6.3.2 release, plus other assorted clean-upsBrian Paul2005-08-191-3/+5
|
* minor fixesBrian Paul2005-07-011-3/+3
|
* Use a simple CSS style sheet.Brian Paul2005-01-201-1/+3
|
* misc updates for 6.2 releaseBrian Paul2004-09-101-1/+0
|
* updates for 6.0 releaseBrian Paul2004-01-071-0/+47
|
* added GL_EXT_texture_lod_bias to OpenGL 1.4 feature listBrian Paul2003-08-281-0/+1
|
* Documentation/website overhaul. The website content and doc/ directoryBrian Paul2003-03-081-0/+255
are now merged and are one and the same.