Re: [pygame] PATCH: Add the GL_SWAP_CONTROL constant

2007-05-29 Thread René Dudfield
Thanks. Committed revision 1015. On 5/22/07, Eyal Lotem <[EMAIL PROTECTED]> wrote: Allow access to this constant so that pygame programs can benefit from the swap control feature of SDL. Use via pygame.display.gl_set_attribute(pygame.GL_SWAP_CONTROL, count) prior to set_mode with the OPENGL fla

Re: [pygame] PATCH: Add the GL_SWAP_CONTROL constant

2007-05-23 Thread Richard Jones
On Tue, 22 May 2007, Eyal Lotem wrote: > Allow access to this constant so that pygame programs can benefit from > the swap control feature of SDL. Yes, please! :) Richard

[pygame] PATCH: Add the GL_SWAP_CONTROL constant

2007-05-22 Thread Eyal Lotem
Allow access to this constant so that pygame programs can benefit from the swap control feature of SDL. Use via pygame.display.gl_set_attribute(pygame.GL_SWAP_CONTROL, count) prior to set_mode with the OPENGL flag. count represents the minimal amount of retraces to wait when pygame.display.flip()