[PATCH 2/2] libdrm: add etnaviv tests

2016-09-06 Thread Christian Gmeiner
Hi Emil, again thanks for the review. 2016-08-30 15:15 GMT+02:00 Emil Velikov : > On 30 August 2016 at 10:08, Daniel Vetter wrote: >> On Tue, Aug 30, 2016 at 09:14:51AM +0200, Christian Gmeiner wrote: >>> From: The etnaviv authors >>> >>> This adds the following basic unit tests: >>> >>> -

[PATCH 2/2] libdrm: add etnaviv tests

2016-09-06 Thread Christian Gmeiner
Hi Daniel, 2016-08-30 11:08 GMT+02:00 Daniel Vetter : > On Tue, Aug 30, 2016 at 09:14:51AM +0200, Christian Gmeiner wrote: >> From: The etnaviv authors >> >> This adds the following basic unit tests: >> >> - etnaviv_2d_test >> Let the 2D core render a defined pattern into a bo >> and store

[PATCH 2/2] libdrm: add etnaviv tests

2016-08-30 Thread Daniel Vetter
On Tue, Aug 30, 2016 at 4:40 PM, Rob Clark wrote: > On Tue, Aug 30, 2016 at 5:08 AM, Daniel Vetter wrote: >> On Tue, Aug 30, 2016 at 09:14:51AM +0200, Christian Gmeiner wrote: >>> From: The etnaviv authors >>> >>> This adds the following basic unit tests: >>> >>> - etnaviv_2d_test >>> Let the

[PATCH 2/2] libdrm: add etnaviv tests

2016-08-30 Thread Emil Velikov
On 30 August 2016 at 10:08, Daniel Vetter wrote: > On Tue, Aug 30, 2016 at 09:14:51AM +0200, Christian Gmeiner wrote: >> From: The etnaviv authors >> >> This adds the following basic unit tests: >> >> - etnaviv_2d_test >> Let the 2D core render a defined pattern into a bo >> and store it as

[PATCH 2/2] libdrm: add etnaviv tests

2016-08-30 Thread Daniel Vetter
On Tue, Aug 30, 2016 at 09:14:51AM +0200, Christian Gmeiner wrote: > From: The etnaviv authors > > This adds the following basic unit tests: > > - etnaviv_2d_test > Let the 2D core render a defined pattern into a bo > and store it as bmp. > > - etnaviv_bo_cache_test > Basic tests to

[PATCH 2/2] libdrm: add etnaviv tests

2016-08-30 Thread Rob Clark
On Tue, Aug 30, 2016 at 5:08 AM, Daniel Vetter wrote: > On Tue, Aug 30, 2016 at 09:14:51AM +0200, Christian Gmeiner wrote: >> From: The etnaviv authors >> >> This adds the following basic unit tests: >> >> - etnaviv_2d_test >> Let the 2D core render a defined pattern into a bo >> and store

[PATCH 2/2] libdrm: add etnaviv tests

2016-08-30 Thread Christian Gmeiner
From: The etnaviv authors This adds the following basic unit tests: - etnaviv_2d_test Let the 2D core render a defined pattern into a bo and store it as bmp. - etnaviv_bo_cache_test Basic tests to validate the bo-cache behavior. - etnaviv_cmd_stream_test