mesa: Branch 'master' - 2 commits

Brian Paul brianp at kemper.freedesktop.org
Wed Apr 4 15:31:43 UTC 2007


 docs/custom.html            |   27 -----------------------
 docs/developers.html        |   51 ++++++++++++++++++++++++++++++++++++++++++++
 src/mesa/swrast/s_tritemp.h |    1 
 3 files changed, 52 insertions(+), 27 deletions(-)

New commits:
diff-tree 2f207dcf1ec6677019349961e46c41a49623a25c (from f9c01c33d3d168ae7c2eadc6c0fb10faada6f6f5)
Author: Brian <brian at yutani.localnet.net>
Date:   Wed Apr 4 09:31:41 2007 -0600

    assorted documentation updates

diff --git a/docs/custom.html b/docs/custom.html
deleted file mode 100644
index e9beba6..0000000
--- a/docs/custom.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<HTML>
-
-<TITLE>Custom Development</TITLE>
-
-<link rel="stylesheet" type="text/css" href="mesa.css"></head>
-
-<BODY>
-
-<H1>Custom Development</H1>
-
-<p>
-Mesa is primarily developed and maintained on a volunteer basis.
-Some Mesa development work has been done in conjuction with contracted
-projects, such as the XFree86/DRI drivers.
-</p>
-
-<p>
-<pre>[Begin shameless plug]</pre>
-If you have a need for specific or custom Mesa development work,
-<a href="http://www.tungstengraphics.com/" target="_parent">
-Tungsten Graphics, Inc.</a> may be able to help you.
-<pre>[End shameless plug]</pre>
-</p>
-
-
-</body>
-</html>
diff --git a/docs/developers.html b/docs/developers.html
new file mode 100644
index 0000000..410f1ac
--- /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>
diff-tree f9c01c33d3d168ae7c2eadc6c0fb10faada6f6f5 (from d4dc57bb13386f4503000dc34c6bf67a8387fc9f)
Author: Brian <brian at yutani.localnet.net>
Date:   Wed Apr 4 09:30:28 2007 -0600

    init span.y=0 to silence warnings

diff --git a/src/mesa/swrast/s_tritemp.h b/src/mesa/swrast/s_tritemp.h
index 435491a..c2b757f 100644
--- a/src/mesa/swrast/s_tritemp.h
+++ b/src/mesa/swrast/s_tritemp.h
@@ -196,6 +196,7 @@ static void NAME(GLcontext *ctx, const S
    (void) swrast;
 
    INIT_SPAN(span, GL_POLYGON, 0, 0, 0);
+   span.y = 0; /* silence warnings */
 
 #ifdef INTERP_Z
    (void) fixedToDepthShift;



More information about the mesa-commit mailing list