aboutsummaryrefslogtreecommitdiffstats
path: root/docs/developers.rst
diff options
context:
space:
mode:
authorErik Faye-Lund <[email protected]>2020-06-12 20:09:42 +0200
committerMarge Bot <[email protected]>2020-06-13 10:42:00 +0000
commit4d066836e3cf307431a74eafcc8a404ce5ccea69 (patch)
treeb0e3c39a971a564126b70368ae139a6e613d183f /docs/developers.rst
parent1df5dbf51659000f74ca9511a211a7b026bfa936 (diff)
docs: convert articles to reructuredtext
This uses the previously added scripts to convert the documentation to reStructuredText, which is both easier to read offline, and can be used to generate modern HTML for online documentation. No modification to the generated results have been done. Acked-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4630>
Diffstat (limited to 'docs/developers.rst')
-rw-r--r--docs/developers.rst25
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/developers.rst b/docs/developers.rst
new file mode 100644
index 00000000000..2cf68dfa21d
--- /dev/null
+++ b/docs/developers.rst
@@ -0,0 +1,25 @@
+Developers
+==========
+
+Both professional and volunteer developers contribute to Mesa.
+
+`VMware <https://www.vmware.com/>`__ employs several of the main Mesa
+developers including Brian Paul and Keith Whitwell.
+
+In the past, Tungsten Graphics contracts implemented many Mesa features
+including:
+
+- DRI drivers for Intel i965, i945, i915 and other chips
+- Advanced memory manager and framebuffer object support
+- Shading language compiler and OpenGL 2.0 support
+- MiniGLX environment
+
+Other companies including `Intel <https://01.org/linuxgraphics>`__ and
+RedHat also actively contribute to the project. Intel has recently
+contributed the new GLSL compiler in Mesa 7.9.
+
+`LunarG <https://www.lunarg.com/>`__ can be contacted for custom Mesa /
+3D graphics development.
+
+Volunteers have made significant contributions to all parts of Mesa,
+including complete device drivers.