home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / libdirectfb-0.9-25 / TODO < prev   
Encoding:
Text File  |  2005-10-18  |  1.9 KB  |  65 lines

  1. General (roughly sorted by priority)
  2. -------------------------------------
  3.  
  4. Modularize pixel formats (eventually with dynamic extension support).
  5.  
  6. Implement CoreFont sharing between applications
  7. to save glyph rendering and surface allocations.
  8.  
  9. Finish VT switching (already working well after 0.9.18 release)
  10.  - Save/redirect video only buffers.
  11.  - Handle auto video buffers being permanently locked in video memory.
  12.  - Support switching during exclusive access to a layer.
  13.  
  14. Finish implementation of cooperative levels.
  15.  
  16. Finish display layer core and driver API.
  17.  
  18. Finish multi application core.
  19.  - Some messages may need to be dispatched synchronized.
  20.  - Add fork handling.
  21.  - Run time single/multi app core selection (both enabled during build).
  22.  
  23. Finish surface manager.
  24.  - Add kicking out a few smaller surfaces for a bigger one.
  25.  - Defragment free space.
  26.  
  27. Finish module unloading (done for most cases).
  28.  
  29. Convert all D_DEBUG usage to D_DEBUG_AT using some D_DEBUG_DOMAINs.
  30.  
  31. Move config system to libdirect with more features.
  32.  
  33. Write well documented driver skeletons.
  34.  
  35. Add core cursor component with animated shape support and better integrated
  36. changes caused by entering different windows.
  37.  
  38. Add cooperative levels to input devices, implement sharing/distinction for
  39. applications (e.g. PS/2 Keyboard + PS/2 Mouse driver XDirectFB on Monitor out,
  40. USB-Keyboard + USB-Mouse drive XDirectFB and/or other applications on TV Out,
  41. USB-Wacom Tablet with mouse and pen can be assigned or switched to either,
  42. preferrably during runtime)
  43.  
  44. Virtual window/layer resolution with scrolling/panning.
  45.  
  46. Rework cursor and palette handling in the window stack.
  47.  
  48. Implementation rating.
  49.  
  50.  
  51. Drivers
  52. --------
  53.  
  54. - CLUT support in Matrox driver (tried that without success)
  55.  
  56.  
  57. Refactoring/cleanups
  58. ---------------------
  59.  
  60. - Split up IDirectFB::CreateSurface code
  61. - Cleanup flipping/back_to_front_copy stuff
  62. - Surface locking (internal, rw lock?)
  63. - Reduce sched_yield() usage
  64. - Rewrite VT code
  65.