From: Brian P. <bri...@tu...> - 2006-09-01 13:20:44
|
Michael D=FCrig wrote: >=20 > Please find attached a patch with some fixes for the OpenGL stub on=20 > windows: >=20 > 1. The functions wglGetCurrentContext() and wglGetCurrentDC() return=20 > NULL in the current implementation. I changed them to return the proper= =20 > GL context and device context respectively. >=20 > 2. In wglChoosePixelFormat() okayFlags should include=20 > PFD_GENERIC_FORMAT. The flag basically says that there is no hardware=20 > acceleration at all [1], [2]. I'm a little hesitant to make the second change. Is there a chance=20 any apps will check for that flag and decide they don't want to run? Chromium isn't a hardware driver and not a full software driver either. -Brian |