Re: [Mesa-dev] [PATCH 4/4] swrast: fix EXT_depth_bounds_test

2015-08-13 Thread Brian Paul
One minor nit below. For 1, 2, 4: Reviewed-by: Brian Paul On 08/13/2015 02:32 PM, Marek Olšák wrote: From: Marek Olšák zMin and zMax can't use _DepthMaxF, because the test is done in Z32_UNORM. Probably a useless patch given how popular swrast is nowadays, but it helped create and validate

[Mesa-dev] [PATCH 4/4] swrast: fix EXT_depth_bounds_test

2015-08-13 Thread Marek Olšák
From: Marek Olšák zMin and zMax can't use _DepthMaxF, because the test is done in Z32_UNORM. Probably a useless patch given how popular swrast is nowadays, but it helped create and validate the piglit test. --- src/mesa/swrast/s_depth.c | 14 -- 1 file changed, 12 insertions(+), 2 d