Skip to content

Tags: CalvinHartwell/LookingGlass

Tags

B2-rc2

Toggle B2-rc2's commit message
[misc] minor readme update

B2-rc1

Toggle B2-rc1's commit message
[client] drop the default FPS target to 60 now that the fps is dynamic

B1

Toggle B1's commit message
[client] added missing include

B1-rc6

Toggle B1-rc6's commit message
Beta 1 Release Candidate 6

B1-rc5

Toggle B1-rc5's commit message
Beta 1 Release Candiadte 5

B1-rc4

Toggle B1-rc4's commit message
Beta 1 Release Candiadte 4

B1-rc3

Toggle B1-rc3's commit message
Beta 1 Release Candidate 3

B1-rc2

Toggle B1-rc2's commit message
Beta 1 Release Candidate 2

B1-rc1

Toggle B1-rc1's commit message
Beta 1 Release Candidate 1

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