diff options
author | Brian <brian@yutani.localnet.net> | 2007-04-04 09:31:41 -0600 |
---|---|---|
committer | Brian <brian@yutani.localnet.net> | 2007-04-04 09:31:41 -0600 |
commit | 2f207dcf1ec6677019349961e46c41a49623a25c (patch) | |
tree | 5f904f2d3a28dd9265dde658251dd298a2a61d4b /docs/developers.html | |
parent | f9c01c33d3d168ae7c2eadc6c0fb10faada6f6f5 (diff) |
assorted documentation updates
Diffstat (limited to 'docs/developers.html')
-rw-r--r-- | docs/developers.html | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/docs/developers.html b/docs/developers.html new file mode 100644 index 0000000000..410f1ac5e8 --- /dev/null +++ b/docs/developers.html @@ -0,0 +1,51 @@ +<HTML> + +<TITLE>Developers</TITLE> + +<link rel="stylesheet" type="text/css" href="mesa.css"></head> + +<BODY> + +<H1>Developers</H1> + +<p> +Both professional and volunteer developers contribute to Mesa. +</p> +<p> +<a href="http://www.tungstengraphics.com/" target="_parent">Tungsten Graphics</a> +employs several of the main Mesa developers including Brian Paul +and Keith Whitwell. +Much of the on-going work in Mesa is done through Tungsten Graphics engineering +contracts. +Prominent examples of this work includes: +</p> +<ul> +<li>DRI drivers for Intel i965, i945, i915 and other chips +<li>Advanced memory manager and framebuffer object support +<li>Shading language compiler and OpenGL 2.0 support +<li>MiniGLX environment +</ul> + +<p> +Other companies including +<a href="http://www.intellinuxgraphics.org/index.html" target="_parent">Intel</a> +and IBM also actively contribute to the project. +</p> + +<p> +Volunteers have made significant contributions to all parts of Mesa, including +complete device drivers. +</p> + + +<H1>Custom Development</H1> +<p> +Contact <a href="http://www.tungstengraphics.com/" target="_parent"> +Tungsten Graphics</a> +for information about custom development in Mesa, OpenGL, X and other +graphics technologies. +</p> + + +</body> +</html> |