/g/ - Technology

Board dedicated to discussions related to everyday technology!

0/4000

BharatChan Disclaimer

Notice

Before proceeding, please read and understand the following:

1. BharatChan is a user-generated content platform. The site owners do not claim responsibility for posts made by users.

2. By accessing this website, you acknowledge that content may not be suitable for all audiences.

3. You must follow BharatChan’s community guidelines and rules. Failure to do so may result in a ban.

4. By using BharatChan users agree to the use of cookies, mostly for session related to user.

A poster on BharatChan must abide by the following rules:

Sitewide Rules
You must be 18 or older to post.
Sharing personal details or engaging in doxing is strictly prohibited.
Political discussions should be confined to /pol/.
NSFW content is only allowed in /kama/.
Off-topic discussions, thread derailment, or spam may result in a ban and IP blacklist.
Pornographic content is strictly prohibited.
Any activity violating local laws is not allowed.
Acknowledge

Recent Posts

Emacs

View

poast your fav cool websites

View

Give me one tech tip you know about

View

just installed Arch Linux bros

View

Urge to watch Mr. Robot Hindi dub

View

/cyb/+/psg/: Cyber-Punk/Security & Privacy

View

soyjak.st forum which hacked 4chin blocks all indi...

View

Have you discovered female luke smith yet?

View

View

Aarambh hai prachand..

View

OTG vs Microwave

View

which llm subscription is the best

View

Tell me all about indiachan/bharatchan lore

View

View

How do people who have a job get time to code on s...

View

Great time to be a /g/enius

View

Just found out linux foundation has their own free...

View

the best android browser has arrived!!

View

View

My ThinkPad arrived

View

(((Open)))ai playing new tricks

View

NEED ADVICE FROM true /g/entooman

View

View

Create something interesting with your skills now ...

View

View

Gonna make my own 34-key keyboard

View

View

which software on PC and mobile you use to handle ...

View

🦀🦀🦀🦀🦀

View

C++ Resources

View

View

Local Models General

View

GPT-5

View

View

What is shell programming

View

View

Libre Thinkpads

View

Computing

View

Tech Scams

View

Thinkpads are the best Laptops

View

View

M. tech. thesis suggestion,ideas.

View

View

Linux /gen/

View

Indian related AI discussion

View

privacy chuds gtfih

View

View

Best LLM model for coding and maths.

View

PuchAI

View

View

Why it's so difficult to develop emulators for mali GPUs.

Anonymous

IN

mtMaJY

No.951

It's easier for Adreno GPUs due to reverse engineered turnip drivers.

Why haven't anybody created such drivers for mali GPUs?

How can custom GPU driver included in any android app can replace system drivers? I dont think android gives such privilege to any android application without root.

UN

7k1mJf

No.952

>>951(OP)

Mali is proprietary so it's a hard to understand architecture. And it's a budget phone gpu so there's not much interest in reverse engineering it.

Android is still lunix, so it's possible to load custom drivers in the user space through apps. But it's not going to be as efficient as system drivers of course.

GA

55k27f

No.953

>>951(OP)

you need trannies to make open source drivers

Anonymous

IN

nQvxYD

No.956

>>952

Adreno GPU drivers are propertiary too....

And ive heard about modern drivers are of two parts userspace and kernel space i think they just either replace the userspace driver or use some sort of compatibility layer in the name of driver cuz it doesn't matter how much android is based on linux it should not give any application a low level access to the hardware.

Also not all emulators use turnip drivers they just use it in the early builds of emulator until they have their own solution.

I think the case of compatibility layer for GPU rendering fits very well here since it just translates the console GPU calls to native android GPU instructions like opengl/vulkan, can anyone here confirm this?