Quote:
Originally Posted by hansel
Any news?
|
Unfortunately not. i've not had spare time to devote for the iliad lately :-(.
I've just downloaded the irex's second batch of sources and right now I'm with the delta driver.
With the other batch I just chased a wrong path; I was reading liberscribble, but it uses the brush functions of the delta driver instead of pushing pixels to it

. Not what I needed. Amazingly the delta driver does a lot of things I supposed would be handled in userspace :-o... didn't expect that

.
Quote:
Originally Posted by hansel
Removing the '-p' option when starting displayMgr (in start.sh) should enable partial updates :-) See displayMgr/displayMgr.c:218
The execution of the partial update starts at displayMgr/displayMgr.c:625
PS: they even merge rectangles at displayMgr/displayMgr.c:480 
|
Ok, I'll look at it too

. Thanks :-b