Re: [Piglit] [PATCH] piglit: Print help instead of excepting if no arguments are given

2016-08-25 Thread Dylan Baker
Quoting Jordan Justen (2016-08-25 17:18:17) > On 2016-08-25 11:34:57, Dylan Baker wrote: > > This fixes a small bug that causes piglit to print an exception when > > ./piglit is called with no arguments. It will, with this patch, print > > the help message and exit. > > > > Signed-off-by: Dylan

Re: [Piglit] [PATCH] piglit: Print help instead of excepting if no arguments are given

2016-08-25 Thread Jordan Justen
On 2016-08-25 11:34:57, Dylan Baker wrote: > This fixes a small bug that causes piglit to print an exception when > ./piglit is called with no arguments. It will, with this patch, print > the help message and exit. > > Signed-off-by: Dylan Baker > --- > piglit | 3 +++

[Piglit] [PATCH] piglit: Print help instead of excepting if no arguments are given

2016-08-25 Thread Dylan Baker
This fixes a small bug that causes piglit to print an exception when ./piglit is called with no arguments. It will, with this patch, print the help message and exit. Signed-off-by: Dylan Baker --- piglit | 3 +++ 1 file changed, 3 insertions(+) diff --git a/piglit

Re: [Piglit] [Mesa-dev] [PATCH] loader/dri3: Overhaul dri3_update_num_back

2016-08-25 Thread Michel Dänzer
On 24/08/16 06:35 AM, Eric Anholt wrote: > Michel Dänzer writes: >> On 20/08/16 04:42 AM, Eric Anholt wrote: >>> Michel Dänzer writes: >>> From: Michel Dänzer Always use 3 buffers when flipping. With only 2 buffers,