LookingGlass/client
Geoffrey McRae 91b0cba145 [client] egl: switch from mediump to highp
This fixes a rounding issue on certain hardware (NVidia) which actually
implement mediump as half precision (16-bit) float. It's safe to assume
`highp` is available as if the GPU does not support it, then the shader
compiler will try to find a lower precision that is supported by the GPU
2023-03-05 14:10:21 +11:00
..
audiodevs [client] audio/pipewire: fix compilation under clang 2023-01-24 13:46:22 +11:00
displayservers [client] wayland: check for failure of wl_display_connect 2023-02-28 23:38:44 +11:00
include [client] displayservers: add name field 2022-07-13 07:05:07 +10:00
renderers [client] egl: switch from mediump to highp 2023-03-05 14:10:21 +11:00
src [client] audio: add missing earlyInit call for audio devs 2023-01-24 13:35:18 +11:00
CMakeLists.txt [client] cmake: pass -Wstrict-prototypes for C files only 2022-05-29 11:16:16 +10:00
DEBUGGING.md [doc] Fix formatting 2018-05-23 08:46:03 +10:00