Re: Drop the PFD_GENERIC_ACCELERATED flag?

2005-11-17 Thread Peter Beutner
Raphael schrieb: > On Thursday 17 November 2005 19:17, Lionel Ulmer wrote: >>>Thanks for the hint. :) >>>So something like the attached patch would be ok? >> >>Well, it looks OK for me so you can submit it. > > For me too Patch sent. Thanks for your answers. :)

Re: Drop the PFD_GENERIC_ACCELERATED flag?

2005-11-17 Thread Raphael
On Thursday 17 November 2005 19:17, Lionel Ulmer wrote: > > Thanks for the hint. :) > > So something like the attached patch would be ok? > > Well, it looks OK for me so you can submit it. For me too > I would have been more 'brutal' than you: if on Windows one does not see an > example of a pixe

Re: Drop the PFD_GENERIC_ACCELERATED flag?

2005-11-17 Thread Lionel Ulmer
> Thanks for the hint. :) > So something like the attached patch would be ok? Well, it looks OK for me so you can submit it. I would have been more 'brutal' than you: if on Windows one does not see an example of a pixel format with this flag set, just never set it on Wine either :-) Lione

Re: Drop the PFD_GENERIC_ACCELERATED flag?

2005-11-16 Thread Peter Beutner
Raphael schrieb: > You can provide a similar behavior with opengl: > > from > http://rzaix12.rrz.uni-hamburg.de/doc_link/en_US/a_doc_lib/libs/openglrf/glXGetFBConfigAttrib.htm > > > GLX_CONFIG_CAVEAT This attribute defines any problems that the GLX FBConfig > may have: > > GLX_NONE > No cav

Re: Drop the PFD_GENERIC_ACCELERATED flag?

2005-11-16 Thread Peter Beutner
Lionel Ulmer schrieb: > On Wed, Nov 16, 2005 at 03:21:29PM +0100, Peter Beutner wrote: > >>At the moment wine always set the PFD_GENERIC_ACCELERATED flag in >>X11DRV_DescribePixelFormat. >>SeriousSam uses this flag to determine if the pixelformat is hardware >>accelerated. >>If the flag is set i

Re: Drop the PFD_GENERIC_ACCELERATED flag?

2005-11-16 Thread Raphael
On Wednesday 16 November 2005 19:08, Lionel Ulmer wrote: > On Wed, Nov 16, 2005 at 03:21:29PM +0100, Peter Beutner wrote: > > At the moment wine always set the PFD_GENERIC_ACCELERATED flag in > > X11DRV_DescribePixelFormat. SeriousSam uses this flag to determine if the > > pixelformat is hardware a

Re: Drop the PFD_GENERIC_ACCELERATED flag?

2005-11-16 Thread Lionel Ulmer
On Wed, Nov 16, 2005 at 03:21:29PM +0100, Peter Beutner wrote: > At the moment wine always set the PFD_GENERIC_ACCELERATED flag in > X11DRV_DescribePixelFormat. > SeriousSam uses this flag to determine if the pixelformat is hardware > accelerated. > If the flag is set it is interpreted as _no_ ha

Re: Drop the PFD_GENERIC_ACCELERATED flag?

2005-11-16 Thread Vijay Kiran Kamuju
well my mail may be off-topic/irrelevant please have a look at http://www.opengl.org/resources/faq/technical/mswindows.htm (faq no 5.040) thanks, vijay On 11/16/05, Peter Beutner <[EMAIL PROTECTED]> wrote: > At the moment wine always set the PFD_GENERIC_ACCELERATED flag in > X11DRV_DescribePixelF

Drop the PFD_GENERIC_ACCELERATED flag?

2005-11-16 Thread Peter Beutner
At the moment wine always set the PFD_GENERIC_ACCELERATED flag in X11DRV_DescribePixelFormat. SeriousSam uses this flag to determine if the pixelformat is hardware accelerated. If the flag is set it is interpreted as _no_ hardware acceleration available. Unfortunately MSDN isn't really clear ab