From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A60EA1381FA for ; Sat, 29 Dec 2012 17:03:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8044D21C0B0; Sat, 29 Dec 2012 17:03:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0454F21C0B1 for ; Sat, 29 Dec 2012 17:03:20 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E58F433D853 for ; Sat, 29 Dec 2012 17:03:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7850FE543D for ; Sat, 29 Dec 2012 17:03:18 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1356800673.f9e5967f80a063c47c082758d52a3ed74aafbad2.mattst88@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: media-libs/mesa/ X-VCS-Repository: proj/x11 X-VCS-Files: media-libs/mesa/metadata.xml X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: f9e5967f80a063c47c082758d52a3ed74aafbad2 X-VCS-Branch: master Date: Sat, 29 Dec 2012 17:03:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f06323ce-1ff8-4df1-8d1c-75e77fcb65c4 X-Archives-Hash: 52e07bb1a8395c257a614fa486c85ebb commit: f9e5967f80a063c47c082758d52a3ed74aafbad2 Author: Matt Turner gmail com> AuthorDate: Sat Dec 29 17:04:33 2012 +0000 Commit: Matt Turner gmail com> CommitDate: Sat Dec 29 17:04:33 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=f9e5967f media-libs/mesa: Add bindist description (bug 448932) Also update osmesa and r600-llvm-compiler descriptions. --- media-libs/mesa/metadata.xml | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/media-libs/mesa/metadata.xml b/media-libs/mesa/metadata.xml index db34d3b..fef0d22 100644 --- a/media-libs/mesa/metadata.xml +++ b/media-libs/mesa/metadata.xml @@ -3,6 +3,7 @@ x11 + Disable patent-encumbered ARB_texture_float, EXT_texture_shared_exponent, and EXT_packed_float extensions. Build drivers based on the classic architecture. Enable EGL support. Build drivers based on Gallium3D, the new architecture for 3D graphics drivers. @@ -12,10 +13,10 @@ Enable GLESv2 support. Enable LLVM backend for Gallium3D. Enable the OpenVG 2D acceleration API for Gallium3D. - Enable the Off-screen Rendering Mesa API + Build the Mesa library for off-screen rendering. Enable if the user plans to run the package under a pax enabled hardened kernel - Enable r600 shader compiler LLVM backend. disable optimized assembly code that is not PIC friendly + Build the LLVM based r600 shader compiler. Enable sharing of common code for the OpenGL API. Enable the VDPAU acceleration interface for the Gallium3D Video Layer. Enable support for dev-libs/wayland