Status: fail
Result: fail
Detail | Value |
---|---|
environment | |
returncode | 0 |
time | 29.5767729282 |
command | /usr/local/src/piglit/framework/../bin/glean -r ./results/glean/polygonOffset -o -v -v -v -t +polygonOffset |
info | Returncode: 0 Errors: Output: ---------------------------------------------------------------------- This test verifies glPolygonOffset. It is run on every OpenGL-capable drawing surface configuration that supports creation of a window, has a depth buffer, and is RGB. The first subtest verifies that the OpenGL implementation is using a plausible value for the "minimum resolvable difference" (MRD). This is the offset in window coordinates that is sufficient to provide separation in depth (Z) for any two parallel surfaces. The subtest searches for the MRD by drawing two surfaces at a distance from each other and checking the resulting image to see if they were cleanly separated. The distance is then modified (using a binary search) until a minimum value is found. This is the so-called "ideal" MRD. Then two surfaces are drawn using glPolygonOffset to produce a separation that should equal one MRD. The depth values at corresponding points on each surface are subtracted to form the "actual" MRD. The subtest performs these checks twice, once close to the viewpoint and once far away from it, and passes if the largest of the ideal MRDs and the largest of the actual MRDs are nearly the same. The second subtest verifies that the OpenGL implementation is producing plausible values for slope-dependent offsets. The OpenGL spec requires that the depth slope of a surface be computed by an approximation that is at least as large as max(abs(dz/dx),abs(dz/dy)) and no larger than sqrt((dz/dx)**2+(dz/dy)**2). The subtest draws a quad rotated by various angles along various axes, samples three points on the quad's surface, and computes dz/dx and dz/dy. Then it draws two additional quads offset by one and two times the depth slope, respectively. The base quad and the two new quads are sampled and their actual depths read from the depth buffer. The subtest passes if the quads are offset by amounts that are within one and two times the allowable range, respectively. polygonOffset: PASS rgb8, db, aux4, z24, s8, accrgba16, win+pmap, id 33 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgb8, db, aux4, z24, s8, accrgba16, win+pmap, id 34 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgb8, db, aux4, z24, s8, accrgba16, win+pmap, id 35 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgba8, db, aux4, z24, s8, accrgba16, win+pmap, id 36 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgb8, aux4, z24, s8, accrgba16, win+pmap, id 37 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgba8, aux4, z24, s8, accrgba16, win+pmap, id 38 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgb8, db, aux4, z24, accrgba16, win+pmap, id 39 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgba8, db, aux4, z24, accrgba16, win+pmap, id 40 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgb8, aux4, z24, accrgba16, win+pmap, id 41 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgba8, aux4, z24, accrgba16, win+pmap, id 42 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: FAIL rgb8, db, aux4, z16, accrgba16, win+pmap, id 43 Actual MRD is too large (may waste depth-buffer range) Ideal MRD at near plane is 1.52583e-05 (nominally 1 bit) Actual MRD at near plane is 3.0518e-05 (nominally 2 bits) Ideal MRD at infinity is 1.52228e-05 (nominally 1 bit) Actual MRD at infinity is 3.0518e-05 (nominally 2 bits) polygonOffset: FAIL rgba8, db, aux4, z16, accrgba16, win+pmap, id 44 Actual MRD is too large (may waste depth-buffer range) Ideal MRD at near plane is 1.52583e-05 (nominally 1 bit) Actual MRD at near plane is 3.0518e-05 (nominally 2 bits) Ideal MRD at infinity is 1.52228e-05 (nominally 1 bit) Actual MRD at infinity is 3.0518e-05 (nominally 2 bits) polygonOffset: FAIL rgb8, aux4, z16, accrgba16, win+pmap, id 45 Actual MRD is too large (may waste depth-buffer range) Ideal MRD at near plane is 1.52583e-05 (nominally 1 bit) Actual MRD at near plane is 3.0518e-05 (nominally 2 bits) Ideal MRD at infinity is 1.52228e-05 (nominally 1 bit) Actual MRD at infinity is 3.0518e-05 (nominally 2 bits) polygonOffset: FAIL rgba8, aux4, z16, accrgba16, win+pmap, id 46 Actual MRD is too large (may waste depth-buffer range) Ideal MRD at near plane is 1.52583e-05 (nominally 1 bit) Actual MRD at near plane is 3.0518e-05 (nominally 2 bits) Ideal MRD at infinity is 1.52228e-05 (nominally 1 bit) Actual MRD at infinity is 3.0518e-05 (nominally 2 bits) polygonOffset: PASS rgb8, db, aux4, z24, accrgba16, samples2, win+pmap, nonconformant, id 51 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgba8, db, aux4, z24, accrgba16, samples2, win+pmap, nonconformant, id 52 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgb8, db, aux4, z24, accrgba16, samples4, win+pmap, nonconformant, id 53 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgba8, db, aux4, z24, accrgba16, samples4, win+pmap, nonconformant, id 54 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgb8, aux4, z24, accrgba16, samples2, win+pmap, nonconformant, id 55 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgba8, aux4, z24, accrgba16, samples2, win+pmap, nonconformant, id 56 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgb8, aux4, z24, accrgba16, samples4, win+pmap, nonconformant, id 57 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgba8, aux4, z24, accrgba16, samples4, win+pmap, nonconformant, id 58 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgb8, db, aux4, z24, s8, accrgba16, samples2, win+pmap, nonconformant, id 59 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgba8, db, aux4, z24, s8, accrgba16, samples2, win+pmap, nonconformant, id 60 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgb8, db, aux4, z24, s8, accrgba16, samples4, win+pmap, nonconformant, id 61 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgba8, db, aux4, z24, s8, accrgba16, samples4, win+pmap, nonconformant, id 62 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgb8, aux4, z24, s8, accrgba16, samples2, win+pmap, nonconformant, id 63 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgba8, aux4, z24, s8, accrgba16, samples2, win+pmap, nonconformant, id 64 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgb8, aux4, z24, s8, accrgba16, samples4, win+pmap, nonconformant, id 65 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgba8, aux4, z24, s8, accrgba16, samples4, win+pmap, nonconformant, id 66 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: FAIL rgb8, db, aux4, z16, accrgba16, samples2, win+pmap, nonconformant, id 67 Actual MRD is too large (may waste depth-buffer range) Ideal MRD at near plane is 1.52583e-05 (nominally 1 bit) Actual MRD at near plane is 3.0518e-05 (nominally 2 bits) Ideal MRD at infinity is 1.52228e-05 (nominally 1 bit) Actual MRD at infinity is 3.0518e-05 (nominally 2 bits) polygonOffset: FAIL rgba8, db, aux4, z16, accrgba16, samples2, win+pmap, nonconformant, id 68 Actual MRD is too large (may waste depth-buffer range) Ideal MRD at near plane is 1.52583e-05 (nominally 1 bit) Actual MRD at near plane is 3.0518e-05 (nominally 2 bits) Ideal MRD at infinity is 1.52228e-05 (nominally 1 bit) Actual MRD at infinity is 3.0518e-05 (nominally 2 bits) polygonOffset: FAIL rgb8, db, aux4, z16, accrgba16, samples4, win+pmap, nonconformant, id 69 Actual MRD is too large (may waste depth-buffer range) Ideal MRD at near plane is 1.52583e-05 (nominally 1 bit) Actual MRD at near plane is 3.0518e-05 (nominally 2 bits) Ideal MRD at infinity is 1.52228e-05 (nominally 1 bit) Actual MRD at infinity is 3.0518e-05 (nominally 2 bits) polygonOffset: FAIL rgba8, db, aux4, z16, accrgba16, samples4, win+pmap, nonconformant, id 70 Actual MRD is too large (may waste depth-buffer range) Ideal MRD at near plane is 1.52583e-05 (nominally 1 bit) Actual MRD at near plane is 3.0518e-05 (nominally 2 bits) Ideal MRD at infinity is 1.52228e-05 (nominally 1 bit) Actual MRD at infinity is 3.0518e-05 (nominally 2 bits) polygonOffset: FAIL rgb8, aux4, z16, accrgba16, samples2, win+pmap, nonconformant, id 71 Actual MRD is too large (may waste depth-buffer range) Ideal MRD at near plane is 1.52583e-05 (nominally 1 bit) Actual MRD at near plane is 3.0518e-05 (nominally 2 bits) Ideal MRD at infinity is 1.52228e-05 (nominally 1 bit) Actual MRD at infinity is 3.0518e-05 (nominally 2 bits) polygonOffset: FAIL rgba8, aux4, z16, accrgba16, samples2, win+pmap, nonconformant, id 72 Actual MRD is too large (may waste depth-buffer range) Ideal MRD at near plane is 1.52583e-05 (nominally 1 bit) Actual MRD at near plane is 3.0518e-05 (nominally 2 bits) Ideal MRD at infinity is 1.52228e-05 (nominally 1 bit) Actual MRD at infinity is 3.0518e-05 (nominally 2 bits) polygonOffset: FAIL rgb8, aux4, z16, accrgba16, samples4, win+pmap, nonconformant, id 73 Actual MRD is too large (may waste depth-buffer range) Ideal MRD at near plane is 1.52583e-05 (nominally 1 bit) Actual MRD at near plane is 3.0518e-05 (nominally 2 bits) Ideal MRD at infinity is 1.52228e-05 (nominally 1 bit) Actual MRD at infinity is 3.0518e-05 (nominally 2 bits) polygonOffset: FAIL rgba8, aux4, z16, accrgba16, samples4, win+pmap, nonconformant, id 74 Actual MRD is too large (may waste depth-buffer range) Ideal MRD at near plane is 1.52583e-05 (nominally 1 bit) Actual MRD at near plane is 3.0518e-05 (nominally 2 bits) Ideal MRD at infinity is 1.52228e-05 (nominally 1 bit) Actual MRD at infinity is 3.0518e-05 (nominally 2 bits) polygonOffset: PASS rgba8, db, aux4, z24, s8, accrgba16, win+pmap, id 75 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgb8, aux4, z24, s8, accrgba16, win+pmap, id 76 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgba8, aux4, z24, s8, accrgba16, win+pmap, id 77 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgb8, db, aux4, z24, accrgba16, win+pmap, id 78 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgba8, db, aux4, z24, accrgba16, win+pmap, id 79 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgb8, aux4, z24, accrgba16, win+pmap, id 80 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgba8, aux4, z24, accrgba16, win+pmap, id 81 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: FAIL rgb8, db, aux4, z16, accrgba16, win+pmap, id 82 Actual MRD is too large (may waste depth-buffer range) Ideal MRD at near plane is 1.52583e-05 (nominally 1 bit) Actual MRD at near plane is 3.0518e-05 (nominally 2 bits) Ideal MRD at infinity is 1.52228e-05 (nominally 1 bit) Actual MRD at infinity is 3.0518e-05 (nominally 2 bits) polygonOffset: FAIL rgba8, db, aux4, z16, accrgba16, win+pmap, id 83 Actual MRD is too large (may waste depth-buffer range) Ideal MRD at near plane is 1.52583e-05 (nominally 1 bit) Actual MRD at near plane is 3.0518e-05 (nominally 2 bits) Ideal MRD at infinity is 1.52228e-05 (nominally 1 bit) Actual MRD at infinity is 3.0518e-05 (nominally 2 bits) polygonOffset: FAIL rgb8, aux4, z16, accrgba16, win+pmap, id 84 Actual MRD is too large (may waste depth-buffer range) Ideal MRD at near plane is 1.52583e-05 (nominally 1 bit) Actual MRD at near plane is 3.0518e-05 (nominally 2 bits) Ideal MRD at infinity is 1.52228e-05 (nominally 1 bit) Actual MRD at infinity is 3.0518e-05 (nominally 2 bits) polygonOffset: FAIL rgba8, aux4, z16, accrgba16, win+pmap, id 85 Actual MRD is too large (may waste depth-buffer range) Ideal MRD at near plane is 1.52583e-05 (nominally 1 bit) Actual MRD at near plane is 3.0518e-05 (nominally 2 bits) Ideal MRD at infinity is 1.52228e-05 (nominally 1 bit) Actual MRD at infinity is 3.0518e-05 (nominally 2 bits) polygonOffset: PASS rgb8, db, aux4, z24, accrgba16, samples2, win+pmap, nonconformant, id 90 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgba8, db, aux4, z24, accrgba16, samples2, win+pmap, nonconformant, id 91 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgb8, db, aux4, z24, accrgba16, samples4, win+pmap, nonconformant, id 92 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgba8, db, aux4, z24, accrgba16, samples4, win+pmap, nonconformant, id 93 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgb8, aux4, z24, accrgba16, samples2, win+pmap, nonconformant, id 94 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgba8, aux4, z24, accrgba16, samples2, win+pmap, nonconformant, id 95 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgb8, aux4, z24, accrgba16, samples4, win+pmap, nonconformant, id 96 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgba8, aux4, z24, accrgba16, samples4, win+pmap, nonconformant, id 97 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgb8, db, aux4, z24, s8, accrgba16, samples2, win+pmap, nonconformant, id 98 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgba8, db, aux4, z24, s8, accrgba16, samples2, win+pmap, nonconformant, id 99 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgb8, db, aux4, z24, s8, accrgba16, samples4, win+pmap, nonconformant, id 100 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgba8, db, aux4, z24, s8, accrgba16, samples4, win+pmap, nonconformant, id 101 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgb8, aux4, z24, s8, accrgba16, samples2, win+pmap, nonconformant, id 102 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgba8, aux4, z24, s8, accrgba16, samples2, win+pmap, nonconformant, id 103 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgb8, aux4, z24, s8, accrgba16, samples4, win+pmap, nonconformant, id 104 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgba8, aux4, z24, s8, accrgba16, samples4, win+pmap, nonconformant, id 105 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: FAIL rgb8, db, aux4, z16, accrgba16, samples2, win+pmap, nonconformant, id 106 Actual MRD is too large (may waste depth-buffer range) Ideal MRD at near plane is 1.52583e-05 (nominally 1 bit) Actual MRD at near plane is 3.0518e-05 (nominally 2 bits) Ideal MRD at infinity is 1.52228e-05 (nominally 1 bit) Actual MRD at infinity is 3.0518e-05 (nominally 2 bits) polygonOffset: FAIL rgba8, db, aux4, z16, accrgba16, samples2, win+pmap, nonconformant, id 107 Actual MRD is too large (may waste depth-buffer range) Ideal MRD at near plane is 1.52583e-05 (nominally 1 bit) Actual MRD at near plane is 3.0518e-05 (nominally 2 bits) Ideal MRD at infinity is 1.52228e-05 (nominally 1 bit) Actual MRD at infinity is 3.0518e-05 (nominally 2 bits) polygonOffset: FAIL rgb8, db, aux4, z16, accrgba16, samples4, win+pmap, nonconformant, id 108 Actual MRD is too large (may waste depth-buffer range) Ideal MRD at near plane is 1.52583e-05 (nominally 1 bit) Actual MRD at near plane is 3.0518e-05 (nominally 2 bits) Ideal MRD at infinity is 1.52228e-05 (nominally 1 bit) Actual MRD at infinity is 3.0518e-05 (nominally 2 bits) polygonOffset: FAIL rgba8, db, aux4, z16, accrgba16, samples4, win+pmap, nonconformant, id 109 Actual MRD is too large (may waste depth-buffer range) Ideal MRD at near plane is 1.52583e-05 (nominally 1 bit) Actual MRD at near plane is 3.0518e-05 (nominally 2 bits) Ideal MRD at infinity is 1.52228e-05 (nominally 1 bit) Actual MRD at infinity is 3.0518e-05 (nominally 2 bits) polygonOffset: FAIL rgb8, aux4, z16, accrgba16, samples2, win+pmap, nonconformant, id 110 Actual MRD is too large (may waste depth-buffer range) Ideal MRD at near plane is 1.52583e-05 (nominally 1 bit) Actual MRD at near plane is 3.0518e-05 (nominally 2 bits) Ideal MRD at infinity is 1.52228e-05 (nominally 1 bit) Actual MRD at infinity is 3.0518e-05 (nominally 2 bits) polygonOffset: FAIL rgba8, aux4, z16, accrgba16, samples2, win+pmap, nonconformant, id 111 Actual MRD is too large (may waste depth-buffer range) Ideal MRD at near plane is 1.52583e-05 (nominally 1 bit) Actual MRD at near plane is 3.0518e-05 (nominally 2 bits) Ideal MRD at infinity is 1.52228e-05 (nominally 1 bit) Actual MRD at infinity is 3.0518e-05 (nominally 2 bits) polygonOffset: FAIL rgb8, aux4, z16, accrgba16, samples4, win+pmap, nonconformant, id 112 Actual MRD is too large (may waste depth-buffer range) Ideal MRD at near plane is 1.52583e-05 (nominally 1 bit) Actual MRD at near plane is 3.0518e-05 (nominally 2 bits) Ideal MRD at infinity is 1.52228e-05 (nominally 1 bit) Actual MRD at infinity is 3.0518e-05 (nominally 2 bits) polygonOffset: FAIL rgba8, aux4, z16, accrgba16, samples4, win+pmap, nonconformant, id 113 Actual MRD is too large (may waste depth-buffer range) Ideal MRD at near plane is 1.52583e-05 (nominally 1 bit) Actual MRD at near plane is 3.0518e-05 (nominally 2 bits) Ideal MRD at infinity is 1.52228e-05 (nominally 1 bit) Actual MRD at infinity is 3.0518e-05 (nominally 2 bits) polygonOffset: PASS rgba8, db, aux4, z24, s8, accrgba16, win+pmap, id 114 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgb8, aux4, z24, s8, accrgba16, win+pmap, id 115 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgba8, aux4, z24, s8, accrgba16, win+pmap, id 116 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgb8, db, aux4, z24, accrgba16, win+pmap, id 117 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgba8, db, aux4, z24, accrgba16, win+pmap, id 118 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgb8, aux4, z24, accrgba16, win+pmap, id 119 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgba8, aux4, z24, accrgba16, win+pmap, id 120 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: FAIL rgb8, db, aux4, z16, accrgba16, win+pmap, id 121 Actual MRD is too large (may waste depth-buffer range) Ideal MRD at near plane is 1.52583e-05 (nominally 1 bit) Actual MRD at near plane is 3.0518e-05 (nominally 2 bits) Ideal MRD at infinity is 1.52228e-05 (nominally 1 bit) Actual MRD at infinity is 3.0518e-05 (nominally 2 bits) polygonOffset: FAIL rgba8, db, aux4, z16, accrgba16, win+pmap, id 122 Actual MRD is too large (may waste depth-buffer range) Ideal MRD at near plane is 1.52583e-05 (nominally 1 bit) Actual MRD at near plane is 3.0518e-05 (nominally 2 bits) Ideal MRD at infinity is 1.52228e-05 (nominally 1 bit) Actual MRD at infinity is 3.0518e-05 (nominally 2 bits) polygonOffset: FAIL rgb8, aux4, z16, accrgba16, win+pmap, id 123 Actual MRD is too large (may waste depth-buffer range) Ideal MRD at near plane is 1.52583e-05 (nominally 1 bit) Actual MRD at near plane is 3.0518e-05 (nominally 2 bits) Ideal MRD at infinity is 1.52228e-05 (nominally 1 bit) Actual MRD at infinity is 3.0518e-05 (nominally 2 bits) polygonOffset: FAIL rgba8, aux4, z16, accrgba16, win+pmap, id 124 Actual MRD is too large (may waste depth-buffer range) Ideal MRD at near plane is 1.52583e-05 (nominally 1 bit) Actual MRD at near plane is 3.0518e-05 (nominally 2 bits) Ideal MRD at infinity is 1.52228e-05 (nominally 1 bit) Actual MRD at infinity is 3.0518e-05 (nominally 2 bits) polygonOffset: PASS rgb8, db, aux4, z24, accrgba16, samples2, win+pmap, nonconformant, id 129 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgba8, db, aux4, z24, accrgba16, samples2, win+pmap, nonconformant, id 130 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgb8, db, aux4, z24, accrgba16, samples4, win+pmap, nonconformant, id 131 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgba8, db, aux4, z24, accrgba16, samples4, win+pmap, nonconformant, id 132 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgb8, aux4, z24, accrgba16, samples2, win+pmap, nonconformant, id 133 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgba8, aux4, z24, accrgba16, samples2, win+pmap, nonconformant, id 134 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgb8, aux4, z24, accrgba16, samples4, win+pmap, nonconformant, id 135 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgba8, aux4, z24, accrgba16, samples4, win+pmap, nonconformant, id 136 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgb8, db, aux4, z24, s8, accrgba16, samples2, win+pmap, nonconformant, id 137 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgba8, db, aux4, z24, s8, accrgba16, samples2, win+pmap, nonconformant, id 138 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgb8, db, aux4, z24, s8, accrgba16, samples4, win+pmap, nonconformant, id 139 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgba8, db, aux4, z24, s8, accrgba16, samples4, win+pmap, nonconformant, id 140 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgb8, aux4, z24, s8, accrgba16, samples2, win+pmap, nonconformant, id 141 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgba8, aux4, z24, s8, accrgba16, samples2, win+pmap, nonconformant, id 142 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgb8, aux4, z24, s8, accrgba16, samples4, win+pmap, nonconformant, id 143 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: PASS rgba8, aux4, z24, s8, accrgba16, samples4, win+pmap, nonconformant, id 144 Ideal MRD at near plane is 1.19208e-07 (nominally 2 bits) Actual MRD at near plane is 1.19209e-07 (nominally 2 bits) Ideal MRD at infinity is 8.80854e-08 (nominally 1 bit) Actual MRD at infinity is 1.19209e-07 (nominally 2 bits) polygonOffset: FAIL rgb8, db, aux4, z16, accrgba16, samples2, win+pmap, nonconformant, id 145 Actual MRD is too large (may waste depth-buffer range) Ideal MRD at near plane is 1.52583e-05 (nominally 1 bit) Actual MRD at near plane is 3.0518e-05 (nominally 2 bits) Ideal MRD at infinity is 1.52228e-05 (nominally 1 bit) Actual MRD at infinity is 3.0518e-05 (nominally 2 bits) polygonOffset: FAIL rgba8, db, aux4, z16, accrgba16, samples2, win+pmap, nonconformant, id 146 Actual MRD is too large (may waste depth-buffer range) Ideal MRD at near plane is 1.52583e-05 (nominally 1 bit) Actual MRD at near plane is 3.0518e-05 (nominally 2 bits) Ideal MRD at infinity is 1.52228e-05 (nominally 1 bit) Actual MRD at infinity is 3.0518e-05 (nominally 2 bits) polygonOffset: FAIL rgb8, db, aux4, z16, accrgba16, samples4, win+pmap, nonconformant, id 147 Actual MRD is too large (may waste depth-buffer range) Ideal MRD at near plane is 1.52583e-05 (nominally 1 bit) Actual MRD at near plane is 3.0518e-05 (nominally 2 bits) Ideal MRD at infinity is 1.52228e-05 (nominally 1 bit) Actual MRD at infinity is 3.0518e-05 (nominally 2 bits) polygonOffset: FAIL rgba8, db, aux4, z16, accrgba16, samples4, win+pmap, nonconformant, id 148 Actual MRD is too large (may waste depth-buffer range) Ideal MRD at near plane is 1.52583e-05 (nominally 1 bit) Actual MRD at near plane is 3.0518e-05 (nominally 2 bits) Ideal MRD at infinity is 1.52228e-05 (nominally 1 bit) Actual MRD at infinity is 3.0518e-05 (nominally 2 bits) polygonOffset: FAIL rgb8, aux4, z16, accrgba16, samples2, win+pmap, nonconformant, id 149 Actual MRD is too large (may waste depth-buffer range) Ideal MRD at near plane is 1.52583e-05 (nominally 1 bit) Actual MRD at near plane is 3.0518e-05 (nominally 2 bits) Ideal MRD at infinity is 1.52228e-05 (nominally 1 bit) Actual MRD at infinity is 3.0518e-05 (nominally 2 bits) polygonOffset: FAIL rgba8, aux4, z16, accrgba16, samples2, win+pmap, nonconformant, id 150 Actual MRD is too large (may waste depth-buffer range) Ideal MRD at near plane is 1.52583e-05 (nominally 1 bit) Actual MRD at near plane is 3.0518e-05 (nominally 2 bits) Ideal MRD at infinity is 1.52228e-05 (nominally 1 bit) Actual MRD at infinity is 3.0518e-05 (nominally 2 bits) polygonOffset: FAIL rgb8, aux4, z16, accrgba16, samples4, win+pmap, nonconformant, id 151 Actual MRD is too large (may waste depth-buffer range) Ideal MRD at near plane is 1.52583e-05 (nominally 1 bit) Actual MRD at near plane is 3.0518e-05 (nominally 2 bits) Ideal MRD at infinity is 1.52228e-05 (nominally 1 bit) Actual MRD at infinity is 3.0518e-05 (nominally 2 bits) polygonOffset: FAIL rgba8, aux4, z16, accrgba16, samples4, win+pmap, nonconformant, id 152 Actual MRD is too large (may waste depth-buffer range) Ideal MRD at near plane is 1.52583e-05 (nominally 1 bit) Actual MRD at near plane is 3.0518e-05 (nominally 2 bits) Ideal MRD at infinity is 1.52228e-05 (nominally 1 bit) Actual MRD at infinity is 3.0518e-05 (nominally 2 bits) |