On Tue, Mar 31, 2020 at 10:25 PM Fabio Estevam wrote:
>
> Hi Rob,
>
> On Tue, Mar 31, 2020 at 7:40 PM Rob Clark wrote:
>
> > thx.. I don't suppose I could talk you in to sending a gitlab merge request?
>
> Please find it at
> https://gitlab.freedesktop.org/mesa/kmscube/-/merge_requests/22
Sorry,
Hi Rob,
On Tue, Mar 31, 2020 at 7:40 PM Rob Clark wrote:
> thx.. I don't suppose I could talk you in to sending a gitlab merge request?
Please find it at
https://gitlab.freedesktop.org/mesa/kmscube/-/merge_requests/22
Let me know if this is the correct process.
Thanks
Hi Rob,
On Tue, Mar 31, 2020 at 7:40 PM Rob Clark wrote:
> thx.. I don't suppose I could talk you in to sending a gitlab merge request?
I never did it, but let me try to learn it how to do it.
Thanks
___
mesa-dev mailing list
mesa-dev@lists.freedeskt
On Mon, Mar 30, 2020 at 5:28 PM Fabio Estevam wrote:
>
> Hi Rob,
>
> On Mon, Mar 30, 2020 at 6:29 PM Fabio Estevam wrote:
> >
> > When building kmscube in Buildroot for ARM the following
> > errors are seen:
> >
> > ../common.c: In function 'get_time_ns':
> > ../common.c:376:18: error: storage si
Hi Rob,
On Mon, Mar 30, 2020 at 6:29 PM Fabio Estevam wrote:
>
> When building kmscube in Buildroot for ARM the following
> errors are seen:
>
> ../common.c: In function 'get_time_ns':
> ../common.c:376:18: error: storage size of 'tv' isn't known
> struct timespec tv;
> ^~
> .
When building kmscube in Buildroot for ARM the following
errors are seen:
../common.c: In function 'get_time_ns':
../common.c:376:18: error: storage size of 'tv' isn't known
struct timespec tv;
^~
../common.c:377:2: warning: implicit declaration of function 'clock_gettime';
di