Skip to content

Tags: flumm/LookingGlass

Tags

a12

Toggle a12's commit message
Code Cleanup:

* [client] egl: move cursor code into a separate unit
* [client] egl: move fps code into a separate unit
* [client] egl: move desktop code into a separate unit

Features

* [host] Continual build integration
* [client] add switch to disable alert messages
* [client] Add OpenGL ES support (EGL)
* [client] Add YUV420 support to EGL
* [client] Add cursor rendering to EGL
* [client] Move SDL text rendering into a separate ABI
* [client] Update OpenGL renderer to use new font ABI
* [client] move FPS calculations out of OpenGL
* [client] Add FPS rendering to EGL
* [client] Add text rendering to EGL
* [client] Add splash rendering to EGL
* [client] Add alert rendering to EGL
* [client] Replicate mipmaping from OpenGL into EGL
* [client] Make EGL the default renderer

Bugs fixed:

* [client] don’t scale the mouse when in capture mode
* [client] Add support for wayland
* [host] Remove accidental usage of AVX instructions
* [host] Fix random host re-initialization crash
* [host] Fix rare cursor invisible bugs
* [client] fix early pre-connect rendering

Tuning:

* [client] Decouple host/client mouse sync
* [host] Profile DXGI
* [client] Schedule frame updates instead of using timeouts

show

Toggle show's commit message
Alpha 11

a11

Toggle a11's commit message
Alpha 11

a10

Toggle a10's commit message
[host] add store fence to shm writes as we are using writecombine

a9

Toggle a9's commit message
[host] compile MultiMemcpy on mingw

a8

Toggle a8's commit message
[host] updated host application for the new mt client format

See prior commit for details on this update

a7

Toggle a7's commit message
[client] added support for new header format

a6

Toggle a6's commit message
[host] dxgi: re-send the last frame if capture times out

This change prevents the guest from stalling on startup if there are no
frames being captured

a5

Toggle a5's commit message
Add issue template

a4

Toggle a4's commit message
[host] implemented variable cursor buffer size