JHRobotics / softgpu

SW and HW accelerated GPU driver for Windows 9x Virtual Machines
MIT License
667 stars 18 forks source link

README.md - renderers table - OpenGL columns to be next to each other #67

Closed Torinde closed 5 months ago

Torinde commented 5 months ago

Moved OpenGL version next to the OpenGL column. Clarified requirements column is for the Guest side. Added asterisk to "Note".

Further questions:

JHRobotics commented 5 months ago

Thanks for making the README file a little clearer to read :-)

Some answers:

PS: I enabled discussions so you can also ask here, I know that my answers have quite high latency, but I will try to improve myself.

Torinde commented 5 months ago

Thanks for the information!

JHRobotics commented 1 month ago

“i7-4770 + GTX1650”: SoftGPU born here, so, yes assume it as benchmark low level.

And with current LLVM (18.1.8) is OpenGL now in version 4.5, also after I fixed registry range in SVGA driver, now is available OpenGL 4.1 in VirtualBox and OpenGL 4.3 in VMware (only with Mesa 24.x). But one thing bit scares me – DLL is now pretty HUGE: ~75 MB with stripped debug symbols. It is currenly useful only for Nine, because with higher shader model Nine works better.

Vulkan in probably out of XP time, even if would work there (Mesa + Lavapipe in theory can) there’s no way how utilize it.