video_lima: update TODO

I have failed to encounter the artifacts during my recent tests, so
my guess is that they were fixed by some changes to the code (either
in limare of in the RetroArch driver).
This commit is contained in:
Tobias Jakobi 2014-01-26 03:00:00 +01:00
parent 185aee467b
commit afe0a02ed6

View File

@ -34,5 +34,4 @@ The two fullscreen parameters select the mode the DRM should select. If zero, th
The driver still suffers from some issues.
- The aspect ratio is wrong. The dimensions of the emulator framebuffer on the screen are not computed correctly at the moment.
- Sometimes opening RGUI the second time results in broken rendering (flickering artifacts, blending not done properly). I don't know where these artifacts come from and they also don't appear again when closing RGUI and opening it again. This needs further investigation (silent memory corruption?).
- Limare should be able to handle a custom pitch, when uploading texture pixel data. This would save some memcpy for emulator cores which don't provide the framebuffer with full pitch (snes9x-next for example).