Recent content by JonnyH

  1. J

    FPGA CPU Board

    I'd love a "playground" device like this too - you can even get fpgas with arm hardcores and ddr interfaces that can boot linux and act as a host for the fpga logic - allowing you to even modify stuff "live" on device. But I don't know if they have framebuffer/display out and stuff like that...
  2. J

    Getting closer...

    From what I remember they actually pretty much shut down all their SoC development teams - I guess the pi is just enough to keep them limping along doing "least effort" refreshes with what IP they already have lying around (or pretty much complete but not yet in product when they did that), or...
  3. J

    Getting closer...

    If there's *anything* even close from AMD/Intel/Broadcom to the power envelope possible here I would strongly prefer those. I really dislike giving companies dollars when they haven't earned them - even if they have a "good" open source driver, I feel they're taking advantage of the community...
  4. J

    Getting closer...

    Nearly all SoCs can be tuned for a specific power use (and heat output) - they just clock lower. No need to create a new SoC for each power target when you can just wind the same silicon down for the same result. This same point should be kept in mind when considering any lower performance core...
  5. J

    Getting closer...

    My dream CPU board will be able to run dolphin. That needs: - 64-bit arm (the 32bit jit was removed as it was a maintenance and performance nightmare) - wide frontend (the jit hates the narrow/in order cores like A53 and A55) - Decently fast dual core CPU (a57 at ~2ghz sustained can just about...
  6. J

    Getting closer...

    Unfortunately, while the A53 on the i.mx8 will be useful with supporting armv8 and aarch64, and a "good" open source GPU driver a massive plus, the end performance of an A15 will likely be quite a bit higher at the same clocks. Same with the GPU, which is nice and fancy and supports GLES3.1, the...
  7. J

    It could be we're there!

    Morally there's nothing wrong with using tantalum *if* you can verify the supply source. It may be more expensive, and it may be more work, but I don't see why you should avoid a component just because some components are manufactured using materials with questionable sources. And generally...
  8. J

    OpenGL?

    Annoyingly, there's quite a few hardware features on the SGX544 that are not exposed through the gles2 driver... I'm sure if anyone had a few $million they could try to encourage an open license for docs... but until then it's just a little frustrating :)
  9. J

    OpenGL?

    I thought you were asking about the mesa open-source VC4 driver - which I believe "claims" it supports OpenGL 2, but not all the functions are implemented, so it works "most" of the time, as "most" OpenGL 2 apps don't actually use those features. (Though it's likely most semi-modern GPUs are...
  10. J

    OpenGL?

    OpenGL2. None of those features are in GLES2.
  11. J

    OpenGL?

    The videocore IV doesn't "technically" support OpenGL2 in hardware - there are some missing parts (occlusion queries, quads, 32-bit index arrays, shadowmap texture lookup) that are unlikely to ever be worked around - but "most" OpenGL2 apps don't use them. And so long as they don't it'll work...
  12. J

    Virtual Machines on a Pyra?

    Android has a hard requirement of GLES2 support nowerdays, and the sgx doesn't support any virtualisation extensions and the driver will not support any 'pass through' modes without large amounts of work. I am unsure about the functioning/performance of OpenGL-level virtual machine passthrough...
  13. J

    ZX Spectrum Next

    I'm not sure I see the point of this being attached to a "faithful" zx clone - it'll be "so" overpowered that you may as well do everything on the PI. Then I wonder what the point of having the attached zx would be? It feels kinda cheating :)
  14. J

    Pyra YouTube Lawyer Simulator: A Game Based Around YouTube Lawsuits! (Need Help Developing)

    Plus, a "single sentence" idea is dime a dozen. Something where all the mechanics and interactions are thought through and well defined is *not*. An "elevator pitch" is nowhere enough to start developing a game in my opinion (unless you intend to "find it as you go along", which means it...
  15. J

    Have you come across an error like this?

    EUR_CR_CORE_ID: EUR_CR_CORE_REVISION: These should be pretty self-explanitory - the core ID (e.g. '530' for a sgx530) and revision (for bug fixes and the like) identify exactly what core is on the SoC. It's not driver 'state' as such. Note, that the sgx driver model means that a binary driver...
Back
Top