Re: [Mesa-dev] [PATCH 2/2] st/omx_tizonia: Add AVC decoder

2017-08-11 Thread Emil Velikov
On 11 August 2017 at 05:31, Gurkirpal Singh wrote: > --- /dev/null > +++ b/src/gallium/state_trackers/omx_tizonia/entrypoint.c > @@ -0,0 +1,152 @@ > +/** > + * > + * Permission is hereby granted, free

[Mesa-dev] [PATCH 2/2] st/omx_tizonia: Add AVC decoder

2017-08-10 Thread Gurkirpal Singh
Signed-off-by: Gurkirpal Singh --- src/gallium/state_trackers/omx_tizonia/Makefile.am | 35 + .../state_trackers/omx_tizonia/Makefile.sources|9 + .../state_trackers/omx_tizonia/entrypoint.c| 152 ++ .../state_trackers/omx_tizonia/entrypoint.h|