FreeRDP/libfreerdp
zihao.jiang 34b4bca119 Fix nsc client after after color conversion huge fix
nsc codec client doesn't work:
1. We should mark invalid region for software gdi
2. Checked the code before color conversion fix, the correct color format should be PIXEL_FORMAT_BGRX32_VF (corresponds to old PIXEL_FORMAT_XRGB32_VF)
3. For gdi:hw: xfc->bitmap_buffer is never used/initialized. However gdi->primary_buffer is always maintained. So use primary_buffer to hold the decoded bitmap data
2016-10-11 02:18:31 +08:00
..
cache Fixed missing NULL pointer checks. 2016-10-06 13:43:14 +02:00
codec Fix nsc client after after color conversion huge fix 2016-10-11 02:18:31 +08:00
common Addin loader using proper function pointer defines. 2016-10-07 14:06:46 +02:00
core Merge pull request #3533 from akallabeth/glyph_cache_disable 2016-10-10 16:04:09 +02:00
crypto Made some functions static. 2016-10-06 13:43:12 +02:00
gdi Fix nsc client after after color conversion huge fix 2016-10-11 02:18:31 +08:00
locale WLog using C99 compatible variadic macros. 2016-10-07 14:05:27 +02:00
primitives Fixed clang warnings. 2016-10-06 13:43:09 +02:00
utils WLog using C99 compatible variadic macros. 2016-10-07 14:05:27 +02:00
CMakeLists.txt Fixed color conversion, unified GFX and updated API. 2016-10-06 13:42:58 +02:00
freerdp.pc.in cleanup cmake exports and pkg-config files 2016-01-12 17:32:33 +01:00
FreeRDPConfig.cmake.in cleanup cmake exports and pkg-config files 2016-01-12 17:32:33 +01:00