[Piglit] [PATCH] texwrap: increase max allowed error (linear_deltamax)
Marek Olšák
maraeo at gmail.com
Sun Dec 11 03:07:24 PST 2011
Pushed, thanks.
Marek
On Sun, Dec 11, 2011 at 8:19 AM, Vadim Girlin <vadimgirlin at gmail.com> wrote:
> Current values are causing many tests to fail at least with
> r600g+evergreen when "-fbo" is used. Increasing these values by 1-2
> allows such tests to pass.
>
> Signed-off-by: Vadim Girlin <vadimgirlin at gmail.com>
> ---
> tests/texturing/texwrap.c | 10 +++++-----
> 1 files changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/tests/texturing/texwrap.c b/tests/texturing/texwrap.c
> index 7e82469..cafa449 100644
> --- a/tests/texturing/texwrap.c
> +++ b/tests/texturing/texwrap.c
> @@ -303,11 +303,11 @@ static unsigned nearest_deltamax[33] = {
> };
>
> static unsigned linear_deltamax[33] = {
> - 1, 210, 128, 32, 17, 9, 9, 9,
> - 8, 8, 8, 8, 8, 8, 8, 8,
> - 8, 8, 8, 8, 8, 8, 8, 8,
> - 8, 8, 8, 8, 8, 8, 8, 8,
> - 8
> + 1, 210, 128, 32, 17, 10, 10, 10,
> + 10, 10, 10, 10, 10, 10, 10, 10,
> + 10, 10, 10, 10, 10, 10, 10, 10,
> + 10, 10, 10, 10, 10, 10, 10, 10,
> + 10
> };
>
> /* Wrap modes. */
> --
> 1.7.7.3
>
> _______________________________________________
> Piglit mailing list
> Piglit at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/piglit
More information about the Piglit
mailing list