1 | # These tests all read from the front buffer after a swap. Given that we
|
---|
2 | # run piglit tests in parallel in Mesa CI, and don't have a compositor
|
---|
3 | # running, the frontbuffer reads may end up with undefined results from
|
---|
4 | # windows overlapping us.
|
---|
5 | #
|
---|
6 | # Piglit does mark these tests as not to be run in parallel, but deqp-runner
|
---|
7 | # doesn't respect that. We need to extend deqp-runner to allow some tests to be
|
---|
8 | # marked as single-threaded and run after the rayon loop if we want to support
|
---|
9 | # them.
|
---|
10 | #
|
---|
11 | # Other front-buffer access tests like fbo-sys-blit, fbo-sys-sub-blit, or
|
---|
12 | # fcc-front-buffer-distraction don't appear here, because the DRI3 fake-front
|
---|
13 | # handling should be holding the pixels drawn by the test even if we happen to fail
|
---|
14 | # GL's window system pixel occlusion test.
|
---|
15 | #
|
---|
16 | # Note that glx skips don't appear here, they're in all-skips.txt (in case someone
|
---|
17 | # sets PIGLIT_PLATFORM=gbm to mostly use gbm, but still has an X server running).
|
---|
18 | spec@!opengl [email protected]
|
---|
19 | spec@!opengl 1.1@read-front
|
---|