From owner-freebsd-x11@freebsd.org Sun Feb 14 16:58:38 2016 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A635DAA8416 for ; Sun, 14 Feb 2016 16:58:38 +0000 (UTC) (envelope-from afiskon@devzen.ru) Received: from relay12.nicmail.ru (relay12.nicmail.ru [195.208.5.7]) by mx1.freebsd.org (Postfix) with ESMTP id 5B9E01183 for ; Sun, 14 Feb 2016 16:58:37 +0000 (UTC) (envelope-from afiskon@devzen.ru) Received: from [109.70.25.119] (port=61172 helo=nicmail.ru) by f06.mail.nic.ru with esmtp (Exim 5.55) (envelope-from ) id 1aUztX-0000xw-2W; Sun, 14 Feb 2016 19:51:35 +0300 Received: from [10.0.6.222] (account afiskon@devzen.ru HELO fujitsu) by fcgp05.nicmail.ru (CommuniGate Pro SMTP 5.2.3) with ESMTPA id 338413144; Sun, 14 Feb 2016 19:51:30 +0300 Received: from [188.123.231.37] (account afiskon@devzen.ru HELO fujitsu) by proxy02.mail.nic.ru (Exim 5.55) with id 1aUztS-0004VZ-HQ; Sun, 14 Feb 2016 19:51:30 +0300 Date: Sun, 14 Feb 2016 19:49:06 +0300 From: Eax Melanhovich To: "Michael B. Eichorn" Cc: =?UTF-8?B?SmVhbi1Tw6liYXN0aWVuIFDDqWRyb24=?= , freebsd-x11@freebsd.org Subject: Re: Does FreeBSD support OpenGL 3.3? Message-ID: <20160214194906.5b1d6f6b@fujitsu> In-Reply-To: <1455456349.1203.3.camel@michaeleichorn.com> References: <20160115103123.097be7d9@fujitsu> <5698A68D.8080202@dumbbell.fr> <20160115214315.4ee47348@fujitsu> <56B5434E.8070907@dumbbell.fr> <20160214131056.773c9f87@fujitsu> <1455456349.1203.3.camel@michaeleichorn.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 16:58:38 -0000 Hello, Michael > The WIP kernel driver instructions are here: > https://wiki.freebsd.org/Graphics/Update%20i915%20GPU%20driver%20to%20Linux%203.8 It works! I have OpenGL 3.3 now. But there is a problem. Here is a program I used to test OpenGL support: https://github.com/afiskon/c-opengl-text This is how it looks on Ubuntu, Windows and MacOS: http://eax.me/files/2016/02/opengl-text.jpg And this is how it looks on FreeBSD: http://imagizer.imageshack.com/img923/6271/UrwLLK.png All DXT textures are rendered either black or white. I recognize this behaviour because I observed it recently when I tried to run OpenGL examples on VMWare: http://askubuntu.com/questions/730536/vmware-workstation-doesnt-render-dds-dxt-textures Also note suspicious output from libGL. -- Best regards, Eax Melanhovich http://eax.me/