- Jun 02, 2022
-
-
Rémi Denis-Courmont authored
KMS is a subset of kernel interface. What is tested there is the presence of libdrm development files.
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
-
-
-
-
-
-
-
For now we use the default values it would use otherwise. DXGI WARNING: IDXGIFactory::CreateSwapChain/IDXGISwapChain::ResizeBuffers: The buffer height inferred from the output window is zero. Taking 8 as a reasonable default instead [ MISCELLANEOUS WARNING #2: ]
-
-
We could avoid sending 0, or we could avoid the rendering if it's 0. But being a "simple" sample app, let's use the easiest way.
-
fix #26980
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
Steve Lhomme authored
It's implied when the xxx_CFLAGS is not set.
-
- Jun 01, 2022
-
-
Steve Lhomme authored
When the sequence header changes we need to know it has changed so the output values can be reset. In particular the visible size was not reset since it was set initially by the demuxer. The first sequence header received is still not used to overwrite the visible size after this patch. The extra data were not reset even though they contain the sequence header. Because there changes were not detected the new output format is never forwarded. Fixes #26811
-
Steve Lhomme authored
A change in a sequence header means the stream has changed.
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
This will avoid a mismatch of the UUID type.
-
Steve Lhomme authored
The other COM objects don't have their IID in mingw-w64 so we can't handle them well with WRL.
-
- May 31, 2022
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
The code implicitly assumes that EGL version is 1.4 or later, which is required for client extensions. Rather than crash, fail safe in the unlikely event that the EGL client run-time is older.
-
Rémi Denis-Courmont authored
Client extensions and function pointers are independent of the display and will never change during run-time, so cache them once and for all.
-
Rémi Denis-Courmont authored
Only release the window if it was actually referenced.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This applied the attribute to surface objects, but this is an attribute for display objects. This reverts commit 64f2e3b4.
-
Rémi Denis-Courmont authored
This actually requests that the EGL display be reference-counted if the EGL implementation supports it.
-
Rémi Denis-Courmont authored
-