Supported OpenGL Version.
The group you are posting to is a
Usenet group . Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
From:
Matthew Sitton <matthewsit... @gmail.com>
Date: Tue, 3 Jul 2012 23:45:40 -0700 (PDT)
Local: Wed, Jul 4 2012 2:45 am
Subject: Supported OpenGL Version.
I was wondering what is the highest version of openGl supported was. This says that you regenerate the openGl code often: http://www.pyglet.org/doc/programming_guide/the_opengl_interface.html
looking at the code repository, it seems the last time it was regenerated was Sep 7, 2010?
So that would be openGL 4.1 at max(in the code repository last released version even older than that).
I would like to be able to use openGl 4.2.
So can it be regenerated again for the 1.2 release that seems to be coming up soon so that OpenGL 4.2 is supported?
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Matthew Sitton <matthewsit... @gmail.com>
Date: Wed, 4 Jul 2012 11:25:16 -0700 (PDT)
Local: Wed, Jul 4 2012 2:25 pm
Subject: Re: Supported OpenGL Version.
if you cant regenerate it, thats fine we will just fall back to making our own ctypes openGL wrapper.
On Wednesday, July 4, 2012 1:45:40 AM UTC-5, Matthew Sitton wrote:
> I was wondering what is the highest version of openGl supported was.
> This says that you regenerate the openGl code often: > http://www.pyglet.org/doc/programming_guide/the_opengl_interface.html
> looking at the code repository, it seems the last time it was regenerated > was Sep 7, 2010?
> So that would be openGL 4.1 at max(in the code repository last released > version even older than that).
> I would like to be able to use openGl 4.2.
> So can it be regenerated again for the 1.2 release that seems to be coming > up soon so that OpenGL 4.2 is supported?
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Adam Bark <adam.jt... @gmail.com>
Date: Wed, 04 Jul 2012 23:16:48 +0100
Local: Wed, Jul 4 2012 6:16 pm
Subject: Re: Supported OpenGL Version.
On 04/07/12 19:25, Matthew Sitton wrote:
> if you cant regenerate it, thats fine we will just fall back to making
> our own ctypes openGL wrapper.
> On Wednesday, July 4, 2012 1:45:40 AM UTC-5, Matthew Sitton wrote:
> I was wondering what is the highest version of openGl supported was.
> This says that you regenerate the openGl code often:
> http://www.pyglet.org/doc/programming_guide/the_opengl_interface.html
> <http://www.pyglet.org/doc/programming_guide/the_opengl_interface.html >
> looking at the code repository, it seems the last time it was
> regenerated was Sep 7, 2010?
> So that would be openGL 4.1 at max(in the code repository last
> released version even older than that).
> I would like to be able to use openGl 4.2.
> So can it be regenerated again for the 1.2 release that seems to
> be coming up soon so that OpenGL 4.2 is supported?
I don't have a video card that will run openGL 4.2, if you do you could
regenerate it and submit it to the mailing list or the issue tracker.
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Tristam MacDonald <swiftco... @gmail.com>
Date: Wed, 4 Jul 2012 20:23:22 -0400
Local: Wed, Jul 4 2012 8:23 pm
Subject: Re: Supported OpenGL Version.
On Wed, Jul 4, 2012 at 6:16 PM, Adam Bark <adam.jt
... @gmail.com> wrote:
> On 04/07/12 19:25, Matthew Sitton wrote:
> if you cant regenerate it, thats fine we will just fall back to making our
> own ctypes openGL wrapper.
> On Wednesday, July 4, 2012 1:45:40 AM UTC-5, Matthew Sitton wrote:
>> I was wondering what is the highest version of openGl supported was.
>> This says that you regenerate the openGl code often:
>> http://www.pyglet.org/doc/**programming_guide/the_opengl_**interface.... <http://www.pyglet.org/doc/programming_guide/the_opengl_interface.html >
>> looking at the code repository, it seems the last time it was regenerated
>> was Sep 7, 2010?
>> So that would be openGL 4.1 at max(in the code repository last released
>> version even older than that).
>> I would like to be able to use openGl 4.2.
>> So can it be regenerated again for the 1.2 release that seems to be
>> coming up soon so that OpenGL 4.2 is supported?
> I don't have a video card that will run openGL 4.2, if you do you could
> regenerate it and submit it to the mailing list or the issue tracker.
> Why would you need to have a GL 4.2 video card? The generator works (at
least in theory) from the specification, not the installed OpenGL headers.
-- Tristam MacDonald
http://swiftcoder.wordpress.com/
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Matthew Sitton <matthewsit... @gmail.com>
Date: Fri, 6 Jul 2012 21:29:56 -0700 (PDT)
Local: Sat, Jul 7 2012 12:29 am
Subject: Re: Supported OpenGL Version.
i just tried to regenerated it but failed, i run a example trying to use the generated gl folder and it crashes. But yeah you dont need a graphics card that supports it It downloads everything it needs off of the internet from what i see.
On Wednesday, July 4, 2012 1:45:40 AM UTC-5, Matthew Sitton wrote:
> I was wondering what is the highest version of openGl supported was.
> This says that you regenerate the openGl code often: > http://www.pyglet.org/doc/programming_guide/the_opengl_interface.html
> looking at the code repository, it seems the last time it was regenerated > was Sep 7, 2010?
> So that would be openGL 4.1 at max(in the code repository last released > version even older than that).
> I would like to be able to use openGl 4.2.
> So can it be regenerated again for the 1.2 release that seems to be coming > up soon so that OpenGL 4.2 is supported?
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Andreas Schiefer <andreas.schie... @gmail.com>
Date: Sat, 7 Jul 2012 11:36:10 +0200
Local: Sat, Jul 7 2012 5:36 am
Subject: Re: Supported OpenGL Version.
I've just regenerated the OpenGL wrappers and pushed them to the repository.
A guick look at the generated gl modules indicates that at least some
of the new OpenGL 4.2 functions like glTexStorage* or
glDrawTransformFeedbackInstanced are available now. However, it seems
that for some reason some constants like GL_COMPRESSED_RGBA_BPTC_UNORM
are only available with the _ARB suffix, but that shouldn't be a big
problem.
Please report back if the updated wrappers work for you.
On Sat, Jul 7, 2012 at 6:29 AM, Matthew Sitton <matthewsit
... @gmail.com> wrote:
> i just tried to regenerated it but failed, i run a example trying to use the
> generated gl folder and it crashes.
> But yeah you dont need a graphics card that supports it
> It downloads everything it needs off of the internet from what i see.
> On Wednesday, July 4, 2012 1:45:40 AM UTC-5, Matthew Sitton wrote:
>> I was wondering what is the highest version of openGl supported was.
>> This says that you regenerate the openGl code often:
>> http://www.pyglet.org/doc/programming_guide/the_opengl_interface.html
>> looking at the code repository, it seems the last time it was regenerated
>> was Sep 7, 2010?
>> So that would be openGL 4.1 at max(in the code repository last released
>> version even older than that).
>> I would like to be able to use openGl 4.2.
>> So can it be regenerated again for the 1.2 release that seems to be coming
>> up soon so that OpenGL 4.2 is supported?
> --
> You received this message because you are subscribed to the Google Groups
> "pyglet-users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/pyglet-users/-/TywUAmucOhcJ .
> To post to this group, send email to pyglet-users@googlegroups.com.
> To unsubscribe from this group, send email to
> pyglet-users+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/pyglet-users?hl=en .
You must
Sign in before you can post messages.
You do not have the permission required to post.