Closed Bug 723074 Opened 12 years ago Closed 12 years ago

[WebGL] [OGL] Disable pbuffer canvas managment in about:config tab.

Categories

(Core :: Graphics: CanvasWebGL, defect, P3)

9 Branch
x86_64
Windows 7
defect

Tracking

()

RESOLVED DUPLICATE of bug 686083

People

(Reporter: rafal.jasinski, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1
Build ID: 20111220165912

Steps to reproduce:

Try to disable Pbuffer and  use legacy method of context and offscreen texture managment on Firefox with Windows OGL drivers.


Actual results:

There is no flag in about:config to disable pbuffer path. 

Disabling it can be done in 3 ways:
1. Hack OpenGL32.dll and disable wglPbuffer* or wgl*TexImageARB extensions.
2. Disable it in debugger.
3. Code modification.

Neither of this methods is developer friendly.


Expected results:

It should be to disable pbuffer in about:config in webgl.* section.
Severity: normal → minor
Priority: -- → P3
In Fx10+, there is a hidden pref named 'wgl.prefer-fbo', which switches to using FBOs by default in the WGL path.
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.