[Mesa3d-dev] [Bug 19625] Instead of returning and error, glXMakeContextCurrent crashes

2009-01-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19625 --- Comment #1 from Ian Romanick 2009-01-16 17:25:28 PST --- Created an attachment (id=22045) --> (http://bugs.freedesktop.org/attachment.cgi?id=22045) Generate an error if either the read or draw drawables are not GLXWindow Proposed fix.

[Mesa3d-dev] [Bug 19625] New: Instead of returning and error, glXMakeContextCurrent crashes

2009-01-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19625 Summary: Instead of returning and error, glXMakeContextCurrent crashes Product: Mesa Version: CVS Platform: Other URL: https://bugzilla.novell.com/show_bug.cgi?id=466806

Re: [Mesa3d-dev] [PATCH] Remove Intel pageflipping support from mesa

2009-01-16 Thread Timo Aaltonen
On Fri, 16 Jan 2009, Timo Aaltonen wrote: > On Fri, 16 Jan 2009, Brian Paul wrote: > >> Owain Ainsworth wrote: >>> Hey, >>> >>> As a companion to the DDX diff I just sent out, this patch rips all of >>> the broken i9XX pageflipping code from mesa. >>> >>> There's one chunk I'm not sure about (whet

Re: [Mesa3d-dev] [PATCH] Remove Intel pageflipping support from mesa

2009-01-16 Thread Timo Aaltonen
On Fri, 16 Jan 2009, Brian Paul wrote: > Owain Ainsworth wrote: >> Hey, >> >> As a companion to the DDX diff I just sent out, this patch rips all of >> the broken i9XX pageflipping code from mesa. >> >> There's one chunk I'm not sure about (whether the for loops in >> IntelWindowMoved are still ne

Re: [Mesa3d-dev] Software rasterizer failing on fgOpenWindow due to context not found

2009-01-16 Thread Ian Romanick
On Fri, 2009-01-16 at 16:27 +0100, Matthias Hopf wrote: > Full backtrace etc. in https://bugzilla.novell.com/show_bug.cgi?id=466806 > > In short, during glutCreateWindow() ->.. fbOpenWindow() -> > MakeContextCurrent() is called, which calls driBindContext() with NULL > draw and read pointers. The

[Mesa3d-dev] Software rasterizer failing on fgOpenWindow due to context not found

2009-01-16 Thread Matthias Hopf
Full backtrace etc. in https://bugzilla.novell.com/show_bug.cgi?id=466806 In short, during glutCreateWindow() ->.. fbOpenWindow() -> MakeContextCurrent() is called, which calls driBindContext() with NULL draw and read pointers. The code looks like this should never happen, because the draw and rea

Re: [Mesa3d-dev] [PATCH] Remove Intel pageflipping support from mesa

2009-01-16 Thread Brian Paul
Owain Ainsworth wrote: > Hey, > > As a companion to the DDX diff I just sent out, this patch rips all of > the broken i9XX pageflipping code from mesa. > > There's one chunk I'm not sure about (whether the for loops in > IntelWindowMoved are still needed), but the rest is definitely good to > die