Tagged Questions
7
votes
6answers
4k views
Dirty Rectangles
Where may one find references on implementing an algorithm for calculating a "dirty rectangle" for minimizing frame buffer updates? A display model that permits arbitrary edits and computes the ...
3
votes
3answers
2k views
Android Graphics Internals
I haven't found a clear explanation on how the Android graphics system works, specifically, does it use a display server, is it based on DirectFB or X11, etc.
From what I've managed to piece ...