• Archived

WebGL2.0 doesn't allow flipping frame with blitFramebuffer()

Hi. So in desktop OpenGL it is totally valid to write the following in order to flip the frame vertically into dst buffer: glBlitFramebuffer(0, h, w, 0, 0, 0, w, h, GL_… (read more)

Hi. So in desktop OpenGL it is totally valid to write the following in order to flip the frame vertically into dst buffer:

 glBlitFramebuffer(0, h, w, 0, 0, 0, w, h, GL_COLOR_BUFFER_BIT, GL_NEAREST));

In WebGL if I do this:

gl.blitFramebuffer(0, h,w,0 , 0, 0, w, h, gl.COLOR_BUFFER_BIT, gl.NEAREST);

I am getting WebGL warning: blitFramebuffer: If the source is multisampled, then the source and dest regions must match exactly.

Similar error is reported in Chrome.

When I am looking into the related C++ code I can see this:

        if (dstX0 != srcX0 ||
           dstX1 != srcX1 ||
           dstY0 != srcY0 ||
           dstY1 != srcY1)
       {
           webgl->ErrorInvalidOperation("%s: If the source is multisampled, then the"
                                        " source and dest regions must match exactly.",
                                        funcName);
           return;
       }

I am not sure why this restriction has been imposed. GLES2/3 support this kind of dimensions setup with no errors. Can someone explain the reason behind this? And if it is a bug/missed functionality, where should it be reported?

Asked by ivspcom 1 year ago

Last reply by TyDraniu 1 year ago

  • Archived

Not being able to open Dillons.com website on firefox

Cannot open the website Dillons.com using Firefox. I can open it on Edge but not Firefox. Is there setting I can change on Firefox that will allow me to do so. Clearin… (read more)

Cannot open the website Dillons.com using Firefox. I can open it on Edge but not Firefox. Is there setting I can change on Firefox that will allow me to do so. Clearing cookies still does not allow me to open the website.

Asked by Shuman 1 year ago

Last reply by jonzn4SUSE 1 year ago

  • Archived

firefox is not using my configured cursor in ubuntu.

Normally when I am not using Firefox My cursor is different (I have changed it in settings). Yet when I use Firefox It changes to Ubuntu's Default cursor. I don't know wh… (read more)

Normally when I am not using Firefox My cursor is different (I have changed it in settings). Yet when I use Firefox It changes to Ubuntu's Default cursor. I don't know what type of information is required but I will happily provide them if you tell me about them.

Asked by Syed Muhammad Hussain 1 year ago

Last reply by jonzn4SUSE 1 year ago

  • Archived

My Firefox deletes my logins

About every month or so Firefox decides to delete my login info and i have to relog everywhere again. While this is not a critical issue, its a very annoying one. My co… (read more)

About every month or so Firefox decides to delete my login info and i have to relog everywhere again.

While this is not a critical issue, its a very annoying one.

My cookie settings are on standard, and the "Delete cookies and site data when Firefox is closed" square is unticked. I use Dashlane for my passwords but ive used it for a long time before on mozilla and other browsers and i've never had issues with it.

Asked by nasko7897 1 year ago

Last reply by cor-el 1 year ago

  • Archived

Default behaviour of searching in address bar

Hello, I just built a new PC and have a fresh install of Firefox. As seen in the image, the default 'search' that I type into the address bar is trying to go to a webpag… (read more)

Hello, I just built a new PC and have a fresh install of Firefox.

As seen in the image, the default 'search' that I type into the address bar is trying to go to a webpage (the web/globe icon) I would like it to default to search, (like the magnifying glass icon), rather than having to press the down arrow to get to it.

I had this functionality on the old computer. Curious how to get it back. Thank you.

Asked by Brian Gross 1 year ago

Last reply by cor-el 1 year ago

  • Archived

Missing Icons in Firefox ESR 102.3.0

I run several versions of Firefox concurrently and recent added 102.3.0 ESR with no issues. Backed Up bookmarks from a previous stable version to a .json file and import… (read more)

I run several versions of Firefox concurrently and recent added 102.3.0 ESR with no issues.

Backed Up bookmarks from a previous stable version to a .json file and imported to v102.3.0#

All the favicons were missing, replaced with a globe.

Visited a dozen sites to see if reloaded them but only 1 loaded icon. These are my own https sites with similar coding an NO code to hide icons - included google. No change.

Read all the posts I could. Verified databases, checked about:config BUT nothing changed, all bookmarks just show the globe icon. Even re-installed that version of Firefox, but same result. Started Firefox with an older profile from earlier version, for a rebuild. Same again.

Is this a bad feature of 102.3.0, an error or something else? Run 78.15ESR with same bookmarks and all are correct.

Any clues above all those published which do not work

John R - UK

p.s. anyone found a work around for THIS version to get green padlock back?

Asked by firefox2030 1 year ago

Last reply by cor-el 1 year ago

  • Archived

IMAC and POP on same computer

I am trying to add an IMAC account to a Thunderbird client that already had a different POP account. Everything is setup but I get a "can not connect to server" message. … (read more)

I am trying to add an IMAC account to a Thunderbird client that already had a different POP account. Everything is setup but I get a "can not connect to server" message. Putting exactly the same IMAC account on another two systems which already had another IMAC account worked. Is there some restriction on having both POP and IMAC accounts on the same copy of Thunderbird?

Asked by mhubel 1 year ago

Last reply by david 1 year ago

  • Archived

since a recent update, ff forces https for local sites

I don't want any part of my sites exposed to the wider internet, so I'm not going to have ssl certificates. I don't want to use self signed certificates either. Since i… (read more)

I don't want any part of my sites exposed to the wider internet, so I'm not going to have ssl certificates.

I don't want to use self signed certificates either. Since it's all local, http is fine. Firefox should not override access of http to https.

I've turned off HTTPS-Only Mode, I've followed instructions from so: https://stackoverflow.com/questions/30532471/firefox-redirects-to-https

At this point, I can only assume this is a bug?

Asked by mais16384 1 year ago

Last reply by cor-el 1 year ago

  • Archived

Unable to output email to Thunderbird

Since Thunderbird upgraded on the 21st of September I can no longer export email reports from sage accounts. I'm not sure why this is happening but I'm going to try to g… (read more)

Since Thunderbird upgraded on the 21st of September I can no longer export email reports from sage accounts.

I'm not sure why this is happening but I'm going to try to go back to another version. Before it just opened another window with the email and the report as an attachment.

Version is 102.3.0

Did anyone have the same behaviour with another application?

Asked by CarolG105 1 year ago

Last reply by Matt 1 year ago

  • Archived

Firefox takes up ever increasing memory when I have it open it for a while

I have Firefox as my default browser (running on Windows 10), but after I have it open for a while I start having performance problems with my laptop because of the amoun… (read more)

I have Firefox as my default browser (running on Windows 10), but after I have it open for a while I start having performance problems with my laptop because of the amount of memory and CPU that Firefox is using. A few minutes ago, I was having significant response delay while using LinkedIn through Firefox.

As I write this, I still have two LinkedIn windows open plus this support window. Firefox is using 2,340 MB of memory. Firefox CPU usage bounces up to 30-35 % range for several minutes at a time.

Asked by geoff.shive 1 year ago

Last reply by cor-el 1 year ago