Module: Mesa Branch: mesa_7_6_branch Commit: 280933f793d45a5d6a72d56c422ca045abbdb1c2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=280933f793d45a5d6a72d56c422ca045abbdb1c2
Author: Brian Paul <[email protected]> Date: Fri Sep 11 13:43:51 2009 -0600 docs: mention the new Gallium llvmpipe driver --- docs/relnotes-7.6.html | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/docs/relnotes-7.6.html b/docs/relnotes-7.6.html index 8a47637..9cd3417 100644 --- a/docs/relnotes-7.6.html +++ b/docs/relnotes-7.6.html @@ -57,6 +57,10 @@ This was written by Zack Rusin at Tungsten Graphics. GL_ARB_fragment_program.</li> <li>Added configure --with-max-width=W, --with-max-height=H options to specify max framebuffer, viewport size. +<li>Initial version of Gallium llvmpipe driver. This is a new driver based + on LLVM which makes exensive use of run-time code generation. This is + an "alpha" stage driver. See the src/gallium/drivers/llvmpipe/README + file for more information. </ul> _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
