LookingGlass/client
Quantum 705250f23d [client] egl: correct assign to gl_Position in basic.vert
gl_Position is expected to be using homogeneous coordinates, which requires
w to be a coordinate scale factor, usually 1.0. z should also be set in order
for depth to be well-defined. Therefore, we should set gl_Position.zw to
vec2(0.0, 1.0).
2021-08-10 06:10:42 +10:00
..
cmake [client] cmake: replace - with _ too 2021-08-10 02:35:16 +10:00
displayservers [client] x11: don't hang when there are no message pending 2021-08-10 01:47:03 +10:00
include [client] main: destroy and finish fontconfig usage 2021-08-08 16:21:48 +10:00
renderers [client] egl: correct assign to gl_Position in basic.vert 2021-08-10 06:10:42 +10:00
src [client] app: make overlay mode more transparent 2021-08-10 01:15:31 +10:00
CMakeLists.txt [client] overlay: add new configuration overlay [wip] 2021-08-04 10:27:47 +10:00
DEBUGGING.md [doc] Fix formatting 2018-05-23 08:46:03 +10:00