Re: [Mesa3d-dev] Re: Finishing up renderbuffer changes in DRI drivers

2005-09-02 Thread Roland Scheidegger
Brian Paul wrote: Just broken output as before. No assertion failure. Actually, you can guess the output somewhat, it's just "tiled". OK, I think I've fixed that now. I'll remove the assertion. Yes, works now. Wouldn't the radeon need that change too? Strange that it would be different there

Re: [Mesa3d-dev] Re: Finishing up renderbuffer changes in DRI drivers

2005-09-01 Thread Brian Paul
Roland Scheidegger wrote: Brian Paul wrote: Option "EnablePageFlip" "true" somewhere in the xorg.conf device section. It is still problematic though, just yesterday I've noticed that detection if it has to be disabled is pretty broken now (e.g. starting two opengl apps it seemed to miss to d

Re: [Mesa3d-dev] Re: Finishing up renderbuffer changes in DRI drivers

2005-09-01 Thread Roland Scheidegger
Brian Paul wrote: Option "EnablePageFlip" "true" somewhere in the xorg.conf device section. It is still problematic though, just yesterday I've noticed that detection if it has to be disabled is pretty broken now (e.g. starting two opengl apps it seemed to miss to disable it 3 out of 4 times :

Re: [Mesa3d-dev] Re: Finishing up renderbuffer changes in DRI drivers

2005-09-01 Thread Brian Paul
Roland Scheidegger wrote: Brian Paul wrote: - Pageflipping is completely broken. Looks like stuff gets drawn to the right place only every second frame or something like that (i.e. heavy flicker). What's the trick for enabling/testing page flipping? I thought I had it going with the rade

Re: [Mesa3d-dev] Re: Finishing up renderbuffer changes in DRI drivers

2005-09-01 Thread Roland Scheidegger
Brian Paul wrote: - Pageflipping is completely broken. Looks like stuff gets drawn to the right place only every second frame or something like that (i.e. heavy flicker). What's the trick for enabling/testing page flipping? I thought I had it going with the radeon, but I guess not. Option