Originally posted by Developer12
View Post
Announcement
Collapse
No announcement yet.
OpenGL Drivers In 2021 Still Sadly Benefit From Faking Their Driver Name / GPU
Collapse
X
-
-
Originally posted by sandy8925Sigh........I really don't like these kinds of stupid hardware checks in apps and games.
Leave a comment:
-
Originally posted by ruthan View PostI dont understand what is faked. Older games cant without updates just expect what open drivers are better.. Unless some vendor gpu asNvidia tegra is faked.
Leave a comment:
-
Originally posted by brad0 View Post
Then the real world kicks in and none of that holds true.
Leave a comment:
-
Originally posted by Laser View PostI'm sure that in practice, the fate of OpenGL is sealed. There'll be so few use cases that any resources put into it are wasted. For most stuff, I'm sure Zinc will be sufficient. If you use an existing engine, chances are it already supports Vulkan and you don't actually have to get your hands dirty.
Leave a comment:
-
Originally posted by Developer12 View PostHow the hell are they running these games in the first place? A compatibility layer for android games on regular arm linux? Android userspace on a linux kernel/drivers?
See https://lwn.net/Articles/701964/
- Likes 1
Leave a comment:
-
Originally posted by sandy8925Sigh........I really don't like these kinds of stupid hardware checks in apps and games. Unless it's to work around a bug or severe performance issue, they cause more problems than they solve.
So many times where you remove device/hardware specific checks and oh gee it works correctly and performance is amazing.
In light of the recent announcements by NVIDIA and AMD in support of Linux for their graphics drivers, we would like to share with the world some of the experience we had developing our open source project, Dolphin, a GameCube and Wii emulator for Windows, Linux, Mac and recently Android....
Dolphin on Android has had a bit of a checkered history since its inception. Users loved the idea of being able to take their favorite GameCube and Wii games on the go, but expectations and reality have never quite aligned. When Dolphin was first uploaded to the Play Store, developers...
as you can see, things have improved during the years, and are still improving, but at the same time serious bugs are still there. if someone has some older device with even older kernel and drivers, driver quality will likely be all over the place. there's a reason google decided to put angle in android 10 and above. hopefully it'll end up being the standard for opengl es support on android - i don't like such wrappers when native drivers are an option, but properly tested and fast enough wrapper is better than completely fucked up drivers.
Leave a comment:
-
Originally posted by soulsource View Post
Khronos never communicated Vulkan as a replacement for OpenGL, but rather as a lower-level alternative. They iirc recommend sticking to OpenGL for projects that do not have the budget to benefit from very low level rendering control.
Leave a comment:
-
Originally posted by Developer12 View PostHow the hell are they running these games in the first place? A compatibility layer for android games on regular arm linux? Android userspace on a linux kernel/drivers?
so they're just running android with mesa drivers.
in case of linux on arm, you can probably just run android under qemu with decent performance - opengl will be passed to the linux host, and since you're running on arm, there's no need for cpu emulation, so it should run close to native speed.Last edited by unic0rn; 31 July 2021, 12:51 AM.
Leave a comment:
-
How the hell are they running these games in the first place? A compatibility layer for android games on regular arm linux? Android userspace on a linux kernel/drivers?
Leave a comment:
Leave a comment: