From owner-freebsd-x11@FreeBSD.ORG Thu Apr 24 09:13:54 2014 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 40BF15C2 for ; Thu, 24 Apr 2014 09:13:54 +0000 (UTC) Received: from mail.made4.biz (mail.made4.biz [IPv6:2001:41d0:2:c018::1:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 02DBD1CEE for ; Thu, 24 Apr 2014 09:13:54 +0000 (UTC) Received: from [2001:1b48:10b:cafe:225:64ff:febe:589f] (helo=viking.yzserv.com) by mail.made4.biz with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.82 (FreeBSD)) (envelope-from ) id 1WdFj6-000Atp-89 for freebsd-x11@freebsd.org; Thu, 24 Apr 2014 11:13:52 +0200 Message-ID: <5358D5CB.70409@dumbbell.fr> Date: Thu, 24 Apr 2014 11:13:47 +0200 From: =?ISO-8859-1?Q?Jean-S=E9bastien_P=E9dron?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: freebsd-x11@freebsd.org Subject: Re: Question about OpenGL Version on ATI Radeon HD 4850 using KMS References: <1398258416.2545.17.camel@amd64.my.domain> In-Reply-To: <1398258416.2545.17.camel@amd64.my.domain> X-Enigmail-Version: 1.6 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="dUHaDbODD6VlOSnnilcolxjf6gD6JdVls" X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2014 09:13:54 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --dUHaDbODD6VlOSnnilcolxjf6gD6JdVls Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 23.04.2014 15:06, Werner Lehmann wrote: > But my question is: Why only OpenGL 2.1, when according to mesa3g.org i= n > mesa 9.1 there is already OpenGL 3.1 and in mesa 10.1 OpenGL 3.3? Hi! Mesa needs to be configured with --enable-texture-float (especially graphics/dri) to unlock OpenGL versions beyond 2.1. This option enables a patent-encumbered code. We're discussing what to do with this option. In the meantime, you can add the following line to graphics/dri/Makefile (after the inclusion of bsd.mesalib.mk): CONFIGURE_ARGS+=3D--enable-texture-float And rebuild graphics/dri. --=20 Jean-S=E9bastien P=E9dron --dUHaDbODD6VlOSnnilcolxjf6gD6JdVls Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBAgAGBQJTWNXQAAoJEDnpl2Gl/ZTMe00P/ijGLF7W0YEV6J1zDJhMnDZk PxaXzfDiEFQqiUfYRtRqSC2Pe+z6KhVdv/eTbtFum5oh3PdO9/M3ROOjvbjE6fDW JBbnBWizcWUYaQg2V6q6nxYUJhQ810FEqbB/slQKgAJpBV/WQSkkEhSZV9DTi2QR WiilEXKJ30Jq1ved3zO2YLgHNDiWN/r05kBkDeobNkqSMJ+0FaI4cig4ity2JeQa N4dpphRyNupyNyKnBpjLogpevykKZsR1QzJ5dhR1CbiX3zsjKttgZ7+jRg+hG6Ex F6zrVNGgDFuJ42kvKwwmKYskvYafP0HGHxxViIvThHO+rt+Pv2tyDjnfrvwddTHs QRiBv5kmbv7l7ALRUHH7HPNOuzMlaJCaMS9t4Wf2iWHiwjZK0NNrvTABsMexSzDL ElB2Mqkgdx1a2lDYmeX3oqEC/QKBc9tP+N98WICW3i29wHqZKQt6w5ecZXhUKVG4 u2f3NcyR8g8y5oOLc7jrkoDMdzeYwi/b6gqstBeQUhz3ur6MD4+s/feiTxLRJ29q m/qEJEBqqt5DpOGWywpt5rTfPyqTtTI59dxgwzlLIVMqHpdSh6Tl/k5XiLLs+u5e iKzPNmoLtyPANTTvpzQKhKGE6Z4RutVmv/sfNQrPoR6KfOObN82CpznevLtWPHGc cL3mV/yBavHT6KvR2CLg =h4EN -----END PGP SIGNATURE----- --dUHaDbODD6VlOSnnilcolxjf6gD6JdVls--