[Piglit] [Bug 108846] gs-max-output.cpp:98: error: expected primary-expression before ‘.’ token

2019-02-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108846 --- Comment #1 from Nicolai Hähnle --- Why do we care about a gcc version that old? -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug.___ Pi

Re: [Piglit] [PATCH] tex-miplevel-selection: force compatibility when using 430 shader

2019-02-04 Thread Eric Anholt
Ilia Mirkin writes: > Mesa will only consider the shader a compat shader if it has an explicit > "compatibility" token in the version. Without this, we don't get > gl_TexCoord, used by the test. > > Signed-off-by: Ilia Mirkin Reviewed-by: Eric Anholt signature.asc Description: PGP signature

[Piglit] [PATCH v2] fbo-blit-check-limits: New test

2019-02-04 Thread Sergii Romantsov
From: Vadym Shovkoplias This test checks max possible blit buffers sizes v2: copyright updated Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108088 Signed-off-by: Vadym Shovkoplias --- tests/fbo/CMakeLists.gl.txt | 1 + tests/fbo/fbo-blit-check-limits.c | 85 ++