Showing questions tagged: Show all questions
  • 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

Video/audio sync issues

Using the Android app, 105.1.0 (Build #2015904299), if watching a video in the browser, I occasionally notice video/audio desync issues, probably a few hundred ms but ver… (read more)

Using the Android app, 105.1.0 (Build #2015904299), if watching a video in the browser, I occasionally notice video/audio desync issues, probably a few hundred ms but very noticeable nonetheless. Whenever it occurs, I try other browsers but never encounter the issue. I have disabled all plugins, I have cleared the app cache, but I'm not sure what else to do. I'm usually wearing Bluetooth headphones when watching videos, I'd have to do something testing to see if it occurs without. Googling the issue, I can't find solutions specific to the Android app. Are there other things I can do to troubleshoot this, or a known solution? Can provide any additional info requested.

Asked by Conner 1 year ago

Last reply by Paul 1 year ago

  • Archived

X-notifier email client alternative

I've been using X-notifier for a long time. It's toolbar button context menu shows you all your available individual email accounts for access. In the past, in the case… (read more)

I've been using X-notifier for a long time. It's toolbar button context menu shows you all your available individual email accounts for access.

In the past, in the case of Gmail, it would take you directly to whichever account selected, but now, regardless of the account you opt for, it takes you to you "default/main" account, and you must the go to the Google accounts menu to chose another account.

Is this a Google idiosyncrasy, or is there another Gmail manager that can do do what I'm looking for?

Asked by noel_envode 1 year ago

Last reply by Dropa 1 year ago

  • Archived

New tabs in Firefox

When I go into Firefox & I bring up my bank for example if I go to another tab to bring up something else most times it won't do it. So then I have to shut it down &… (read more)

When I go into Firefox & I bring up my bank for example if I go to another tab to bring up something else most times it won't do it. So then I have to shut it down & open it up again which is intensly annoying. This never used to happen say a year ago.

Asked by carolyn.reayyoung 1 year ago

Last reply by cor-el 1 year ago

  • Archived

How do i fix freezes?

ok so ive tried everything and from what ive seen firefox has a sudden spike in cpu in a random proccess and stops working before firefox kills it off and everything goes… (read more)

ok so ive tried everything and from what ive seen firefox has a sudden spike in cpu in a random proccess and stops working before firefox kills it off and everything goes back to normal

one place where it happens consistently is the sign in page on ebay. the only fix ive found is opening firefox in troubleshoot mode

before you ask, ive reset everything on firefox. brand new install of it too. nothing on this version of it. still happens. its not the plugins nor settings

please help me im not the only one having this issue

Asked by Redthesonic123 1 year ago

Last reply by RachelGomez161999 1 year ago

  • Archived

105.0.1 (64-bit)

I have installed every update that you have provided, and allowed the install at my discretion. Question; why is it I have no problems at all in any way until I allowed … (read more)

I have installed every update that you have provided, and allowed the install at my discretion. Question; why is it I have no problems at all in any way until I allowed these updated to install. I have never had so many times when the screen stall's, even had to restart the PC with the reset button. Your updates are getting worse and worse :( When I last installed Firefox, I had limited and or no problems with this program, and yet you claim every time you update that you are fixing bugs, glitches, and a whole load of other stuff, but I never had any of these thing's happen until you started updating :( Can you please stop messing with a program that works properly, but putting it back too a version that works without constant problems :(

Asked by GrahamEverson 1 year ago

Last reply by jonzn4SUSE 1 year ago