Difference between revisions of "User:Bluddy"
Jump to navigation
Jump to search
m (→Worked On) |
m (→Working On) |
||
Line 17: | Line 17: | ||
== Working On == | == Working On == | ||
* PSP | * PSP | ||
** | ** Optimization | ||
*** Adding PSP profiling support to the trunk | |||
*** Moving all buffers to uncached space | |||
*** Possibly adding PSP MP3 HW support | |||
*** Speeding up video decompression using vector unit | |||
*** Possibly speeding up music processing somehow? | |||
== To Do == | == To Do == |
Revision as of 08:30, 16 April 2010
Bluddy | ||
---|---|---|
Name | Yotam Barnoy | |
Team Member since | 2009-09-22 | |
Working on | PSP platform Refactoring and Cleanup | |
Personal webpage/BLOG | - | |
- |
Worked On
- PSP
- Suspend/resume support
- Plugin support (ELF loader)
- Console-oriented virtual keyboard
- D-pad directional support
- Eliminating the evil undead flickering bug (it was a tough one)
- Refactoring, redesign and cleanup
Working On
- PSP
- Optimization
- Adding PSP profiling support to the trunk
- Moving all buffers to uncached space
- Possibly adding PSP MP3 HW support
- Speeding up video decompression using vector unit
- Possibly speeding up music processing somehow?
- Optimization
To Do
- PSP
- MP3 playback with Media Engine
- Optimize speed in general
- Optimize video playback speed
- Use libTimidity for music
- Generic virtual keyboard: take my keyboard and make it available to all. Involves switching from bitmaps to vectors.
- Generic ELF loader