Difference between revisions of "Application:X"

From WebOS Internals
Jump to navigation Jump to search
(update TODO)
Line 11: Line 11:
 
==TODO==
 
==TODO==
  
* rebuild pixman with NEON support
+
* rebuild pixman with NEON support (I hacked this together, but does NOT seem to help at all)
* take advantage of damage information when rendering, no reason to blit entire screen every time
+
* take advantage of damage information when rendering, no reason to blit entire screen every time (also doesn't help, blitting is absolutely NOT the bottleneck)
 
* glx?
 
* glx?

Revision as of 20:45, 17 March 2010

X Window System Server

Screenshots

HOWTO

(ssh forwarding, etc?)

debian chroot use guide?

TODO

  • rebuild pixman with NEON support (I hacked this together, but does NOT seem to help at all)
  • take advantage of damage information when rendering, no reason to blit entire screen every time (also doesn't help, blitting is absolutely NOT the bottleneck)
  • glx?