| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
OpenXR: Add support for Wayland on Linux
|
| | |
|
|\ \
| |/
|/|
| | |
Optimize ANGLE on D3D11 to remove an extra blit
|
| |
| |
| |
| |
| |
| |
| | |
Support the extension EGL_ANGLE_surface_orientation, which allows ANGLE
to skip an extra blit from an intermediate buffer to the D3D11 swap
chain back buffer for inverting the Y axis due to the difference in
coordinate systems. Instead we do our inverting in RasterizerGLES3.
|
| | |
|
|/ |
|
|
|
|
|
|
| |
This avoids any assumption from the driver, which would otherwise select
a specific platform and potentially mess up everything, resulting
usually in a display server failure.
|
|
|
|
|
|
|
| |
* Replaces `find(...) != -1` with `contains` for `String`
* Replaces `find(...) == -1` with `!contains` for `String`
* Replaces `find(...) != -1` with `has` for containers
* Replaces `find(...) == -1` with `!has` for containers
|
|
|
|
|
| |
- Adapt GL make/release API to the current architecture.
- Fix DisplayServer being locked while dispatching input (prevent deadlocks).
|
| |
|
|
|
|
| |
Try opening EGL display when checking if ANGLE is supported.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
I couldn't tell whether this has an actual purpose and it feels more
like a debug remnant.
We also need to be able to disable vsync in the editor for the WIP
Wayland backend (in the EGL driver) as it does manual frame throttling.
|
|
EGL_ANDROID_blob_cache caching.
Co-authored-by: Riteo <riteo@posteo.net>
|