Received: by 10.101.198.27 with SMTP id a27mr5400385anq.12.1315394279680; Wed, 07 Sep 2011 04:17:59 -0700 (PDT) X-BeenThere: pyglet-users@googlegroups.com Received: by 10.90.4.23 with SMTP id 23ls6281417agd.3.gmail; Wed, 07 Sep 2011 04:17:58 -0700 (PDT) Received: by 10.90.189.16 with SMTP id m16mr1036356agf.47.1315394278096; Wed, 07 Sep 2011 04:17:58 -0700 (PDT) Date: Wed, 7 Sep 2011 04:17:56 -0700 (PDT) From: Andreas Schiefer Reply-To: pyglet-users@googlegroups.com To: pyglet-users@googlegroups.com Message-ID: <2612407.5176.1315394277028.JavaMail.geo-discussion-forums@yqcd38> In-Reply-To: <745b6fdd-84ea-4728-8def-86522a6f19bc@v18g2000yqj.googlegroups.com> References: <745b6fdd-84ea-4728-8def-86522a6f19bc@v18g2000yqj.googlegroups.com> Subject: Aw: Pyglet, OpenGL 3.2 on OS X Lion MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_5174_25654272.1315394277026" ------=_Part_5174_25654272.1315394277026 Content-Type: multipart/alternative; boundary="----=_Part_5175_30456088.1315394277027" ------=_Part_5175_30456088.1315394277027 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 06.09.2011 22:14:24 UTC+2, T.J. Jankun-Kelly wrote: > > I've been wanting use test out some of the latest OpenGL 3.2 support > on my Lion MBP (last year's model). It is capable of 3.2 support. > However, I cannot seem to get 3.2 working. > I'm not a Mac developer, so I can't really help, but ... config = pyglet.gl.Config(major_version=3, minor_version=2, > forward_compatible = True) > a quick look at the source suggests, that the config arguments for specifying the version are currently not used during context creation on Mac OS. That means pyglet does not support OpenGL 3 context creation on Mac OS currently. Maybe someone can figure out what is needed to create an OpenGL 3 context on Mac OS and write a patch for pyglet? ------=_Part_5175_30456088.1315394277027 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit
On 06.09.2011 22:14:24 UTC+2, T.J. Jankun-Kelly wrote:
I've been wanting use test out some of the latest OpenGL 3.2 support
on my Lion MBP (last year's model). It is capable of 3.2 support.
However, I cannot seem to get 3.2 working.

I'm not a Mac developer, so I can't really help, but ...

config = pyglet.gl.Config(major_version=3, minor_version=2,
forward_compatible = True)
 
a quick look at the source suggests, that the config arguments for specifying the version are currently not used during context creation on Mac OS.
That means pyglet does not support OpenGL 3 context creation on Mac OS currently.

Maybe someone can figure out what is needed to create an OpenGL 3 context on Mac OS and write a patch for pyglet?

------=_Part_5175_30456088.1315394277027-- ------=_Part_5174_25654272.1315394277026--