bayaraa / d2gl

Diablo 2 LoD Glide/DDraw to OpenGL Wrapper
GNU General Public License v3.0
178 stars 30 forks source link

Compatibility for old 32 bit drivers (not opengl 3.3 capable) #120

Closed sperez-salgado closed 9 months ago

sperez-salgado commented 11 months ago

Hi, I was wondering whether it is possible to make your wrapper work with drivers not compatible with OpenGL 3.3. I am reviving an old Asus Eee PC Flare using Windows 7 32-bit and the video device driver: Intel Graphics Media Accelerator 3600 Series (v.8.14.8.1096). The video device is the Atom Processor D2xxx/N2xxx Integrated Graphics Controller (Hex PCI IDs 8086:0BE2).

Other wrappers don't work (either too slow or crash), but the -opengl switch makes the game playable.

Thanks in advance.

Vahsify commented 10 months ago

Hello. Have you tried Sven's glide? It is also supported by SlashGaming Diablo II Free Resolution, like D2GL and D2DX. If it does not work correctly, then there is nothing to be done.

bayaraa commented 9 months ago

Sorry. It's not possible since some features only available in opengl 3.3 or newer.

sperez-salgado commented 9 months ago

Hello. Have you tried Sven's glide? It is also supported by SlashGaming Diablo II Free Resolution, like D2GL and D2DX. If it does not work correctly, then there is nothing to be done.

Yes, I did. Alas it crashed.

sperez-salgado commented 9 months ago

Sorry. It's not possible since some features only available in opengl 3.3 or newer.

Thank you for your reply. I understand.