Eclipse-Community / r3dfox

r3dfox is a modern Firefox based web browser for Windows 7. SourceForge link for downloading with older browsers. https://sourceforge.net/projects/r3dfox/
https://eclipse.cx/projects/r3dfox.htm
Other
110 stars 6 forks source link

hardware acceleration in webgl1 and webgl2 #69

Closed greyrat116 closed 1 month ago

greyrat116 commented 1 month ago

must be switched webgl.disable-angle - true webgl.force-enabled - true

K4sum1 commented 1 month ago

What is this for?

jonm58 commented 1 month ago

What is this for?

webgl2 Software renderer can't use webgl2

K4sum1 commented 1 month ago

Ok, but why should I set these?

jonm58 commented 1 month ago

Ok, but why should I set these?

webgl2 and hardware acceleration

K4sum1 commented 1 month ago

Isn't webgl useless and a security risk? I have it disabled in my browsers.

jonm58 commented 1 month ago

Isn't webgl useless and a security risk? I have it disabled in my browsers.

https://play2048.co/

greyrat116 commented 1 month ago

All 360 video https://www.youtube.com/results?search_query=360%C2%B0

K4sum1 commented 1 month ago

So I tried 2048 and it worked completely fine with software rendering even.

I guess 360 degree video would make sense. I thought YouTube killed that ages ago though. They have so much JS can't they just implement it in that?

greyrat116 commented 1 month ago

https://earth.google.com/web/ In addition to Google, some regional sites with maps of the area or even weather have Webgl elements.

greyrat116 commented 1 month ago

I guess 360 degree video would make sense. I thought YouTube killed that ages ago though. They have so much JS can't they just implement it in that?

There is a GPU for 3D, why shift it to a CPU?

K4sum1 commented 1 month ago

So I tried this, and WebGL1 seems to be taken care of by ANGLE. If I disable ANGLE, I don't get WebGL1. I am doing this testing in a VM which satisfies WebRender enough to do "hardware" acceleration. This might be a regression for some users who can only use ANGLE.

There is a GPU for 3D, why shift it to a CPU?

1: Hardware acceleration is buggy for me on my main system.

2: I have 16 cores and rather have my GPU used for a task that needs it.

greyrat116 commented 1 month ago

In win7, Webgl Angle does not work at all (I have GTX260 dx10). probably available from dx11. Opengl webgl1 is available on all opengl 2.0 graphics cards (Radeon 9500, GF6100, GMA X3100)

Hardware Webrender does not work in Win7

K4sum1 commented 1 month ago

idk, I'll just leave this as the user will know best idk what to do here.