Re: [mythtv] PATCH: OpenGL vsync not working

2004-12-04 Thread Kyle Rose
Bruce Markey <[EMAIL PROTECTED]> writes: > Works for me and Doug didn't object so I've committed this. Excellent. I'd love to hear some confirmation from other users that this patch fixes the "jitter" problems despite having had OpenGL support compiled in. This was one of the two remaining big

Re: [mythtv] PATCH: OpenGL vsync not working

2004-12-04 Thread Bruce Markey
Works for me and Doug didn't object so I've committed this. Thanks, -- bjm ___ mythtv-dev mailing list [EMAIL PROTECTED] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Re: [mythtv] PATCH: OpenGL vsync not working

2004-12-04 Thread Kyle Rose
"Flo Kohlert" <[EMAIL PROTECTED]> writes: >> FWIW, OpenGL vsync wasn't working for me because vsync.cpp does some >> of the GLX initialization in a non-portable way. I didn't bother >> trying to figure out which of the following modifications fix the >> problem, but one of them does. >> >> Is th

RE: [mythtv] PATCH: OpenGL vsync not working

2004-12-04 Thread Flo Kohlert
> FWIW, OpenGL vsync wasn't working for me because vsync.cpp does some > of the GLX initialization in a non-portable way. I didn't bother > trying to figure out which of the following modifications fix the > problem, but one of them does. > > Is there a specific reason the following calls were m

Re: [mythtv] PATCH: OpenGL vsync not working

2004-12-02 Thread Kyle Rose
> Umm... because that's how the calls were made in the examples cited in > the code? I'm glad to see somebody who knows more about OpenGL look it > over. Oh, I don't want to make it sound like I know ass about OpenGL: I haven't done any GL programming since 1997. I stole all of my changes from

Re: [mythtv] PATCH: OpenGL vsync not working

2004-12-02 Thread Doug Larrick
Kyle Rose wrote: FWIW, OpenGL vsync wasn't working for me because vsync.cpp does some of the GLX initialization in a non-portable way. I didn't bother trying to figure out which of the following modifications fix the problem, but one of them does. Is there a specific reason the following calls wer

[mythtv] PATCH: OpenGL vsync not working

2004-12-02 Thread Kyle Rose
FWIW, OpenGL vsync wasn't working for me because vsync.cpp does some of the GLX initialization in a non-portable way. I didn't bother trying to figure out which of the following modifications fix the problem, but one of them does. Is there a specific reason the following calls were made the way t