Search results

  1. Cloudef

    Pandora PNDManager

    Not very nice when you have many updates. Especially on pandora wlan. How milkyhelper deals with this, is that it queues every 5 downloads for parallel downloading. When one of active downloads finishes it starts the next one in queue.
  2. Cloudef

    Pandora PNDManager

    @milkshake Can we get addition to repo api specs for querying bought PNDs?
  3. Cloudef

    Release PNDManager

    You currently need libjansson for new pndmanager to build. We'll add some checking, if system libraries is not available, they will be build from git later. It's repo issue like ED said, the server never caches the full masterlist. So it generates it every time. Also, I would like to not...
  4. Cloudef

    Release PNDManager

    Look for newer build by B-ZaR here: http://boards.openpandora.org/index.php/topic/7831-pndmanager/page-9#entry265150 We are working with B-ZaR to bring new pndmanager releases again. There is sneak peek here: http://cloudef.eu/pnd/pndmanager.pnd Post "/tmp/pndrun_pndmanager.out" if there...
  5. Cloudef

    Release PNDManager

    The server has issues.
  6. Cloudef

    Replacing display lists when porting from OpenGL to OpenGL ES

    VBO's don't give you any/significant performance improvements in Pandora over vertex arrays as it uses slow shared memory (no vram for GPU). You might save some memory copying in driver, but I doubt it. Your bottlenecks will be somewhere else most likely (fillrate/overdraw(!!), or bandwidth if...
  7. Cloudef

    Release DraStic Nintendo DS emulator

    Games that were totally playable due to speed before, but run awesome now: - Sands of Destruction (yay!) (Some invisible text on in-game options menu) - The world ends with you (yay2!) - Kingdom Hearts 358/2 (yay3!) - Final Fantasy Tactics A2 - Echoes of Time - Megaman Starforce One...
  8. Cloudef

    Arch Linux ARM fresh rootfs

    The software compiled for default OS is softfp, archarm here is hardfp. It will not work without including all the softfp libraries of original OS and sandboxing the pnd's.  Note that, if any of your packages provide pndevmapper, or whatever it was. You should make it conflict with the...
  9. Cloudef

    Arch Linux ARM fresh rootfs

    I'm not updating the packages (for example omapdrm stuff is broken), I have github repo[1] with the old receipts though. If anyone wants to send pull requests, I can run distcc compile on the new receipts and upload to the binary repo. 1: https://github.com/Cloudef/archlinuxarm-pandora
  10. Cloudef

    Release DraStic Nintendo DS emulator

    In the EU version of "Ace Attorney Investigations: Miles Edgeworth" When you examine the gun @ first case's investigation, and apparently you need to examine the gun's cylinder. Doing so however does nothing. I've uploaded save state here: http://cloudef.eu/armpit/aaimm_0.dss
  11. Cloudef

    SGX driver outdated

    It's possible to use the pvr Xorg driver from the driver SDK, but it was really horrible. Lots of applications crashed, and bad 2D performance. (It also needs certain Xorg ABI to work, which is also shipped with the sdk)
  12. Cloudef

    SGX driver outdated

    It means both, X driver that can provide some sort of acceleration through SGX libraries, and OpenGL ES under X session through DRI2 that is provided by the same X driver. This driver also needs the omap-drm kernel driver, which has kms and what not... Omapfb which is currently used is...
  13. Cloudef

    SGX driver outdated

    The newer drivers need newer kernel with the drm omap driver, and dri2 for X acceleration. Also like said, the newer drivers won't work in the original pandoras. It's possible to use the newer drivers right now, if you don't plan to have X acceleration (only framebuffer).
  14. Cloudef

    porting a GLFW and OPENAL game?

    https://github.com/elmindreda/glfw/pull/6 Since it seems like people here seem to suck at searching for some reason. The code currently is in the https://github.com/elmindreda/glfw.git master. Not sure if the stuff works anymore, I haven't done any GLES deveploment on pandora since upgrading...
  15. Cloudef

    Running scalers on DSP

    N900 has codecs for h264 (non baseline) AFAIK. But I never had much luck with them with gst-dsp and dspbridge at least.
  16. Cloudef

    Why does the sgx driver can't work with hard float distros ?

    omapdrm is still in experimental state. But if you get it to work on our omap then cool I guess.. I would love to play around with it as it has kms and what not. Just keep in mind that notaz's tree is more than just config. There are some pandora specific input hacks that are not mainline for...
  17. Cloudef

    Why does the sgx driver can't work with hard float distros ?

    They might work, but they are ABI incompatible. You can't dynamically link hardfp programs with softfp libraries and vice versa. Techincally you could give hardfp support by providing hardfp libraries in additional to softfp ones, but that would be pointless waste.
  18. Cloudef

    Why does the sgx driver can't work with hard float distros ?

    The 4.8.0.1 has hfp drivers for from es3 to es8. Dunno if the es3 drivers work though. I can confirm that ES5 works fine. As for archlinuxarm, I have binary repo here http://cloudef.eu/archlinuxarm-pandora/ for pandora specific packages. So no compiling needed. If you can confirm that...
  19. Cloudef

    Why does the sgx driver can't work with hard float distros ?

    No, both are incompatible with each other. Read the GCC documentation.
  20. Cloudef

    Why does the sgx driver can't work with hard float distros ?

    Not entierly sure, but in default OS you can check with `cat /etc/powervr-esrev` The pnd system itself works, the pnds from repo not, since they are softfp binaries.
Back
Top