Greg Wessels

Results 14 comments of Greg Wessels

I've also been fighting a flickering issue on older AMD-based hardware. I ended up modifying the pull request so that when **not** using keyed mutexes ... Chromium will use a...

Are you using the sample distribution of CEF this sample provides or did you build your own? I was wondering if you are able to run the DEBUG version of...

You would have to build CEF with the pull request which takes quite a bit of time. With D3D11_CREATE_DEVICE_DEBUG the error messages just goto the output of OutputDebugString so you...

I reproduced this issue on NVidia GeForce 8400 GS (driver version 342.01). Looks like the code that was added to Chromium setting up the FBO on the D3D11 texture is...

Ok, looks like the issue is setting up the gl pbuffer with the D3D11 texture. The code was using the following for the config attributes on the pbuffer: ```c EGL_RENDERABLE_TYPE,...

@blattersturm is correct - if `disable_d3d11` is being applied by chromium then this definitely will not work. @Flatracer - the binary distribution was the only thing updated and you should...

On that same machine - is disable_d311 listed in chrome://gpu?

Yeah, sorry - I meant `disable_d3d11`. Alright, so we need to find the combination of command-line switches to force D3D11 on - even just using Chrome.

Excellent, thanks for the update. I'll just add that flag to the `cefmixer` sample application with some code comments in case others also run into this issue.

Which driver version of AMD are you using? Can you run `chrome://gpu` in Chrome on that hardware and share the results? My guess is we're still running into the issue...