|
From: Vic L. <ll...@16...> - 2011-03-24 02:01:09
|
I had some attempt to implement the drawing on cairo, which is cross-platform and hardware-accelerated. But unfortunately I cannot finish it because cairo does not support any kind of bitwise operation, which is crucial in RDP drawing (ROP2, ROP3). Maybe EGL is also an option? On 03/24/2011 05:36 AM, Otavio Salvador wrote: > On an ideal World we would use all it for all clients and just port > the GDI to the backend (Win32, WinCE, X11, OpenGL, Wayland, whatever). > We just need to be careful and focus on doing code fast and optimized. > This is where performance will be critical. > |