From: Brian Paul Date: Fri, 11 Sep 2009 19:43:51 +0000 (-0600) Subject: docs: mention the new Gallium llvmpipe driver X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=280933f793d45a5d6a72d56c422ca045abbdb1c2;p=mesa.git docs: mention the new Gallium llvmpipe driver --- diff --git a/docs/relnotes-7.6.html b/docs/relnotes-7.6.html index 8a476378e8a..9cd3417e7ea 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.
  • Added configure --with-max-width=W, --with-max-height=H options to specify max framebuffer, viewport size. +
  • 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.