LookingGlass/client
Geoffrey McRae 13cd50f92c [client] disable multisample after logo is gone
We only use multisample to smooth out the edges of the LG logo, it is
pointless to leave it on after the logo is gone.
2018-07-28 10:36:41 +10:00
..
cmake [client] replace custom Makefile with cmake build 2018-05-29 18:08:26 +10:00
decoders [client] implemented initial slow yuv420 support 2018-07-28 08:41:39 +10:00
parsers [parser/nal] no need to check for null before free (fixes #87) 2018-07-26 06:09:12 +10:00
renderers [client] disable multisample after logo is gone 2018-07-28 10:36:41 +10:00
spice [client] fixed warning/error text 2018-05-29 18:10:58 +10:00
.gitignore [client] added renderer abstratction 2017-12-12 03:59:57 +11:00
CMakeLists.txt [client] implemented initial slow yuv420 support 2018-07-28 08:41:39 +10:00
DEBUGGING.md [doc] Fix formatting 2018-05-23 08:46:03 +10:00
kb.h [misc] added website url to sources 2017-12-12 04:30:47 +11:00
lg-decoder.h [decoders] change the API to allow more flexability in the future 2018-05-15 19:19:39 +10:00
lg-decoders.h [client] implemented initial slow yuv420 support 2018-07-28 08:41:39 +10:00
lg-renderer.c [client] implemented renderer specific option API 2017-12-17 22:21:59 +11:00
lg-renderer.h [client] implemented initial slow yuv420 support 2018-07-28 08:41:39 +10:00
lg-renderers.h [client] redesign of the renderer archiceture for mt support 2017-12-20 00:53:45 +11:00
ll.c [client] added linked list utility 2018-05-29 11:08:01 +10:00
ll.h [client] added linked list utility 2018-05-29 11:08:01 +10:00
main.c [client] implemented initial slow yuv420 support 2018-07-28 08:41:39 +10:00
utils.h [client] fix SDL mutex compile errors (#42) 2018-01-29 16:51:14 +11:00