cancel
Showing results for 
Search instead for 
Did you mean: 

Original topic:

Why Did Samsung Revert Back to OpenGL? Vulkan Was Clearly Better.

(Topic created on: 3 weeks ago)
55 Views
divykhanna
Active Level 1
Options
Questions

Hi Samsung Team,

I’m writing this as a long-time user and someone who closely follows performance improvements in Android.

When One UI Beta 1 introduced Vulkan for graphics rendering, I immediately noticed the difference — smoother animations, better gaming performance, and lower device temperatures during extended use. Vulkan is clearly a more modern and efficient API compared to OpenGL, and it finally felt like Samsung was using the full potential of its hardware.

But now, after the latest update, we're suddenly back to OpenGL — which is outdated, less efficient, and puts more load on the CPU. Why take such a big step backward?

Here’s why Vulkan was such an important step forward:

  1. Lower CPU Overhead: Vulkan reduces CPU overhead by allowing better control over system resources, resulting in improved performance, especially on multi-core processors.

  2. Better Multi-threading: Vulkan supports true multi-threading, enabling better task distribution across CPU cores. OpenGL, being single-threaded, creates performance bottlenecks on modern processors.

  3. Improved GPU Utilization: Vulkan offers direct communication between the CPU and GPU, optimizing the use of hardware resources, which leads to better performance in demanding applications.

  4. Optimized for Modern Hardware: Vulkan is built for high-end devices, fully utilizing modern GPUs and processors. OpenGL doesn’t leverage the full potential of today’s hardware.

  5. Lower Latency: Vulkan’s reduced driver overhead results in lower latency, improving responsiveness, particularly in gaming and real-time applications.

  6. Cross-platform Support: Vulkan works across multiple platforms (Android, Linux, Windows, consoles), which is a huge benefit for developers who want to ensure compatibility across devices.

  7. Better Power Efficiency: Vulkan is more power-efficient, utilizing system resources better, which leads to longer battery life during heavy use.

  8. Enhanced Visuals: Vulkan supports advanced rendering techniques, such as real-time ray tracing and compute shaders, providing richer graphics than OpenGL.

  9. More Predictable Performance: Vulkan gives developers better control over hardware, leading to more consistent performance. OpenGL can vary from device to device.

  10. Long-term Developer Support: Vulkan is supported by the Khronos Group, ensuring that it remains up-to-date with the latest hardware and software advancements, while OpenGL is gradually being phased out.

This change makes no sense from a user experience perspective. Vulkan was stable and provided a clear upgrade in performance. Reverting to OpenGL almost feels like you're intentionally limiting the performance of existing devices — maybe to push people toward buying newer phones. That may not be the intent, but it definitely feels like forced obsolescence.

If there’s a technical reason for this switch — like compatibility issues or bugs — please be transparent and explain it to us. Otherwise, this move just feels wrong.

Samsung makes some of the best hardware out there. Please don’t hold it back with outdated software decisions.

Looking forward to a proper explanation.

Thanks,
divy

 

2.jpeg

 

64 Comments
nawazdj
Beginner Level 4
Questions

Need Vulkan API in May patch update. 

0 Likes
Members_i6PCEwZ
Beginner Level 2
Questions

Absolutely.. still now people are trying to find temporary hacks to get vulkan run in s23 series.. samsung must enable vulkan by default on s23 series.. a simple update will be enough

0 Likes
Questions

Even S21 works way better with Vulkan mode, but sadly that needs to be hackfixed every restart. 

No bugs, but way better battery life and overall smoother UX. 

OpenGL pipeline simply **bleep** big time compared to native Vulkan. 

Why cant we just have an option for this in the dev options so everyone can decide if it worths it for themselves?

As it is right now, this seems to be planned obsolescence and nothing else. 

0 Likes
oyattt
Beginner Level 2
Questions

in termux:

pkg install android-tools

adb pair ip:port

 

adb connect ip:port

 

adb shell

 

(setprop debug.hwui.renderer skiavk; \

for a in $(pm list packages | grep -v ia.mo | cut -f2 -d:); \

do am force-stop "$a" & \

done \

) > /dev/null 2>&1 &

 

you need to do the command above on every reboot

 

 

but i will buy pixel for my next phone. no samsung anymore

 

0 Likes
Alex8888
Beginner Level 3
Questions

S24 exynos. After one ui 7 update battery life is half.... Even with all features deactivated, 4G only, no location, no Bluetooth, no camera usage, no 120hz, battery saver always on... It's bad.

4000mah feels like 2000.....honestly.

Draining very fast on video-calls, very fast on camera usage

And getting hot. 

 

This is not a joke.

It's the worst update ever. 

We need an update that improves overall quality not just animations and new widget.. Like... Seriously? :)))

And why can't edit/remove the fixed buttons from quick panel??? I don't even use it. 

I am very very pissed off by this. 

SWITCHING to Oneplus 13S

Compact, confortabile usage with one hand, the best battery ever (that is only on big devices), very good camera, very good screen, and the cherry on top Oxygen OS is the best.

 

Call to Samsung:

Learn from Oneplus! 

0 Likes