[Lima] lima Digest, Vol 2, Issue 7
Andreas Drewke
andreas at drewke.net
Wed Aug 1 23:17:32 UTC 2018
Hi,
Any chance that someone will implement rendering points? I would need that for particle systems in TDME2.
Just asking.
I had no time yet, but will check LIMA soon.
Best regards
Andreas
> Am 16.07.2018 um 14:00 schrieb lima-request at lists.freedesktop.org:
>
> Send lima mailing list submissions to
> lima at lists.freedesktop.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.freedesktop.org/mailman/listinfo/lima
> or, via email, send a message with subject or body 'help' to
> lima-request at lists.freedesktop.org
>
> You can reach the person managing the list at
> lima-owner at lists.freedesktop.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of lima digest..."
>
>
> Today's Topics:
>
> 1. Re: Lima @ PineBook/Mali 400 MP2 (Andreas Drewke)
> 2. Re: Lima @ PineBook/Mali 400 MP2 (Qiang Yu)
> 3. Re: Lima @ PineBook/Mali 400 MP2 (Vasily Khoruzhick)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sun, 15 Jul 2018 23:50:51 +0200
> From: Andreas Drewke <andreas at drewke.net>
> To: Qiang Yu <yuq825 at gmail.com>
> Cc: lima at lists.freedesktop.org
> Subject: Re: [Lima] Lima @ PineBook/Mali 400 MP2
> Message-ID: <36590E9D-B352-4662-A72F-DF48A458C555 at drewke.net>
> Content-Type: text/plain; charset="utf-8"
>
> Hi,
>
> I will try LIMA on a Debian soon on my PineBook.
>
> From what I see here:
> - https://gitlab.freedesktop.org/lima/web/wikis/home <https://gitlab.freedesktop.org/lima/web/wikis/home>
>
> There is a lot of stuff working already. It can run glmark2. There is lots of stuff included I would need to run TDME2.
>
> Hm. If interested here are GLES2 render header files and source code.
> - https://github.com/andreasdr/tdme2/blob/reactphysics3d-current/src/tdme/engine/subsystems/renderer/GLES2Renderer.h <https://github.com/andreasdr/tdme2/blob/reactphysics3d-current/src/tdme/engine/subsystems/renderer/GLES2Renderer.h>
> - https://github.com/andreasdr/tdme2/blob/reactphysics3d-current/src/tdme/engine/subsystems/renderer/GLES2Renderer.cpp
>
> I will give it a try anyway.
>
> I will follow your project!!!
>
> Do I need to tweak lima code somehow that it can run on PineBook?
> Do I need to know something that I can not right now?
>
> Many thanx and
>
> Best regards
> Andreas
>
>> Am 14.07.2018 um 03:32 schrieb Qiang Yu <yuq825 at gmail.com>:
>>
>> Hi Andreas,
>>
>> Yes, lima can run on PineBook, but I'm afraid it's still incomplete to
>> satisfy a real 3D engine's needs.
>>
>> The mailing list archive can be found at:
>> https://lists.freedesktop.org/archives/lima/
>>
>> Regards,
>> Qiang
>> On Sat, Jul 14, 2018 at 8:56 AM Andreas Drewke
>> <a.drewke at pixelracoons.com> wrote:
>>>
>>> Hi,
>>>
>>> I am the author of a 3D engine which is capable of using GLES2. If interested see https://github.com/andreasdr/tdme2/tree/reactphysics3d-current
>>> I have a PineBook (https://en.wikipedia.org/wiki/Pinebook) and would love to do some 3D development with it.
>>>
>>> So I am just curious if LIMA could run on a PineBook/Debian Linux and if this could work I am even more interested if this could be ported (easily) to NetBSD.
>>>
>>> Thank you very much.
>>>
>>> BTW: Is there a URL to read this mailing list?
>>>
>>> I am excited. Many thanx and
>>>
>>> Best regards
>>> Andreas
>>> _______________________________________________
>>> lima mailing list
>>> lima at lists.freedesktop.org
>>> https://lists.freedesktop.org/mailman/listinfo/lima
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <https://lists.freedesktop.org/archives/lima/attachments/20180715/a006806c/attachment-0001.html>
>
> ------------------------------
>
> Message: 2
> Date: Mon, 16 Jul 2018 09:00:15 +0800
> From: Qiang Yu <yuq825 at gmail.com>
> To: andreas at drewke.net
> Cc: lima at lists.freedesktop.org
> Subject: Re: [Lima] Lima @ PineBook/Mali 400 MP2
> Message-ID:
> <CAKGbVbsOMr5uVYSCad5FtUQw0AW_qf2axS3y3MhmD1zgRYSoSQ at mail.gmail.com>
> Content-Type: text/plain; charset="UTF-8"
>
> Hi Andreas,
>
> On Mon, Jul 16, 2018 at 5:50 AM Andreas Drewke <andreas at drewke.net> wrote:
>>
>> Hi,
>>
>> I will try LIMA on a Debian soon on my PineBook.
>>
>> From what I see here:
>> - https://gitlab.freedesktop.org/lima/web/wikis/home
>>
>> There is a lot of stuff working already. It can run glmark2. There is lots of stuff included I would need to run TDME2.
> Actually part of glmark2, some simple tests like
> shading/build/texture/pulsar/effexct2d works, others not.
>
>>
>> Hm. If interested here are GLES2 render header files and source code.
>> - https://github.com/andreasdr/tdme2/blob/reactphysics3d-current/src/tdme/engine/subsystems/renderer/GLES2Renderer.h
>> - https://github.com/andreasdr/tdme2/blob/reactphysics3d-current/src/tdme/engine/subsystems/renderer/GLES2Renderer.cpp
> Seems most gl call is supported by lima, except point/line draw.
>
>>
>> I will give it a try anyway.
>>
>> I will follow your project!!!
>>
>> Do I need to tweak lima code somehow that it can run on PineBook?
> No, but if you are going to run X/weston or some other desktop, please
> keep them simple to only run your engine, otherwise they may crash.
>
>> Do I need to know something that I can not right now?
> The shader compiler does not work for complicated shaders.
>
> Regards,
> Qiang
>
>>
>> Many thanx and
>>
>> Best regards
>> Andreas
>>
>> Am 14.07.2018 um 03:32 schrieb Qiang Yu <yuq825 at gmail.com>:
>>
>> Hi Andreas,
>>
>> Yes, lima can run on PineBook, but I'm afraid it's still incomplete to
>> satisfy a real 3D engine's needs.
>>
>> The mailing list archive can be found at:
>> https://lists.freedesktop.org/archives/lima/
>>
>> Regards,
>> Qiang
>> On Sat, Jul 14, 2018 at 8:56 AM Andreas Drewke
>> <a.drewke at pixelracoons.com> wrote:
>>
>>
>> Hi,
>>
>> I am the author of a 3D engine which is capable of using GLES2. If interested see https://github.com/andreasdr/tdme2/tree/reactphysics3d-current
>> I have a PineBook (https://en.wikipedia.org/wiki/Pinebook) and would love to do some 3D development with it.
>>
>> So I am just curious if LIMA could run on a PineBook/Debian Linux and if this could work I am even more interested if this could be ported (easily) to NetBSD.
>>
>> Thank you very much.
>>
>> BTW: Is there a URL to read this mailing list?
>>
>> I am excited. Many thanx and
>>
>> Best regards
>> Andreas
>> _______________________________________________
>> lima mailing list
>> lima at lists.freedesktop.org
>> https://lists.freedesktop.org/mailman/listinfo/lima
>>
>>
>
>
> ------------------------------
>
> Message: 3
> Date: Sun, 15 Jul 2018 21:53:17 -0700
> From: Vasily Khoruzhick <anarsoul at gmail.com>
> To: Andreas Drewke <andreas at drewke.net>
> Cc: Qiang Yu <yuq825 at gmail.com>, lima at lists.freedesktop.org
> Subject: Re: [Lima] Lima @ PineBook/Mali 400 MP2
> Message-ID:
> <CA+E=qVeoRvZXzh-B3653DDMsjgzFeM+Tq_h=_SKzuT4KVBMfug at mail.gmail.com>
> Content-Type: text/plain; charset="UTF-8"
>
> On Sun, Jul 15, 2018 at 2:50 PM, Andreas Drewke <andreas at drewke.net> wrote:
>> Hi,
>>
>> I will try LIMA on a Debian soon on my PineBook.
>>
>> From what I see here:
>> - https://gitlab.freedesktop.org/lima/web/wikis/home
>>
>> There is a lot of stuff working already. It can run glmark2. There is lots
>> of stuff included I would need to run TDME2.
>>
>> Hm. If interested here are GLES2 render header files and source code.
>> -
>> https://github.com/andreasdr/tdme2/blob/reactphysics3d-current/src/tdme/engine/subsystems/renderer/GLES2Renderer.h
>> -
>> https://github.com/andreasdr/tdme2/blob/reactphysics3d-current/src/tdme/engine/subsystems/renderer/GLES2Renderer.cpp
>>
>> I will give it a try anyway.
>>
>> I will follow your project!!!
>>
>> Do I need to tweak lima code somehow that it can run on PineBook?
>> Do I need to know something that I can not right now?
>
> You can use my linux branch on Pinebook, see
> https://github.com/anarsoul/linux-2.6/tree/sunxi64-4.17
>
> It contains all available atm patches for Pinebook, including lima
> kernel driver.
>
>>
>> Many thanx and
>>
>> Best regards
>> Andreas
>>
>> Am 14.07.2018 um 03:32 schrieb Qiang Yu <yuq825 at gmail.com>:
>>
>> Hi Andreas,
>>
>> Yes, lima can run on PineBook, but I'm afraid it's still incomplete to
>> satisfy a real 3D engine's needs.
>>
>> The mailing list archive can be found at:
>> https://lists.freedesktop.org/archives/lima/
>>
>> Regards,
>> Qiang
>> On Sat, Jul 14, 2018 at 8:56 AM Andreas Drewke
>> <a.drewke at pixelracoons.com> wrote:
>>
>>
>> Hi,
>>
>> I am the author of a 3D engine which is capable of using GLES2. If
>> interested see
>> https://github.com/andreasdr/tdme2/tree/reactphysics3d-current
>> I have a PineBook (https://en.wikipedia.org/wiki/Pinebook) and would love to
>> do some 3D development with it.
>>
>> So I am just curious if LIMA could run on a PineBook/Debian Linux and if
>> this could work I am even more interested if this could be ported (easily)
>> to NetBSD.
>>
>> Thank you very much.
>>
>> BTW: Is there a URL to read this mailing list?
>>
>> I am excited. Many thanx and
>>
>> Best regards
>> Andreas
>> _______________________________________________
>> lima mailing list
>> lima at lists.freedesktop.org
>> https://lists.freedesktop.org/mailman/listinfo/lima
>>
>>
>>
>> _______________________________________________
>> lima mailing list
>> lima at lists.freedesktop.org
>> https://lists.freedesktop.org/mailman/listinfo/lima
>>
>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> lima mailing list
> lima at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/lima
>
>
> ------------------------------
>
> End of lima Digest, Vol 2, Issue 7
> **********************************
More information about the lima
mailing list