
I (Brian Paul) have been given the OpenGL conformance tests for the
purpose of testing Mesa.  The test source code can not be disclosed.

Following are the results of testing Mesa 3.2.1 as of July 18, 2000.

The tests were run using the software X11 device driver on a 24-bit
display.  Using 16-bit or 8-bit display modes results in some conformance
failures, almost certainly because of dithering errors.


All conformance failures in 3.2.1 have been fixed in version 3.3,
except line antialiasing.

Antialiased triangles are not implemented in Mesa 3.2.  They're done
in Mesa 3.3.

Note that I'm using the OpenGL 1.1 conformance tests.  The 1.2 tests
haven't been made available to me at this time.


-----------------------------------------------------------------------------


COVERAGE TESTS
==============

Test that all API functions accept the spec'd parameters and reject
illegal parameters.  Results of each test is either pass or fail.

covgl test:  passed.

covglu test:  can't compile; Mesa doesn't have GLU 1.2

covglx test:  passed.

primtest:  292159 Combinations tested.  Passed.




GL CONFORMANCE TEST
===================

Render test images, read them back, then test for expected results.


----------------------------------------------------------------------
% conform -v 2

OpenGL Conformance Test
Version 1.1.1

Setup Report.
    Verbose level = 2.
    Random number seed = 1.
    Path inactive.

Visual Report.
    Display ID = 34. Indirect Rendering.
    Double Buffered.
    RGBA (8, 8, 8, 0).
    Stencil (8).
    Depth (16).
    Accumulation (16, 16, 16, 16).

Epsilon Report.
    zero error epsilon = 0.000122.
    RGBA error epsilon = 0.00404, 0.00404, 0.00404, 0.000122.
    Depth buffer error epsilon = 0.000137.
    Stencil plane error epsilon = 0.00404.
    Accumulation error epsilon = 0.000137, 0.000137, 0.000137, 0.000137.

Default State test passed.
Must Pass test passed.
Divide By Zero test passed.
Viewport Clamp test passed.
Matrix Stack test passed.
Matrix Stack Mixing test passed.
Vertex Order test passed.
Transformations test passed.
Transformation Normal test passed.
Viewport Transformation test passed.
Buffer Clear test passed.
Buffer Corners test passed.
Buffer Color test passed.
Color Ramp test passed.
Mask test passed.
Buffer Invariance test passed.
Accumulation Buffer test passed.
Select test passed.
Feedback test passed.
Scissor test passed.
Alpha Plane Function test passed.
Stencil Plane Clear test passed.
Stencil Plane Corners test passed.
Stencil Plane Operation test passed.
Stencil Plane Function test passed.
Depth Buffer Clear test passed.
Depth Buffer Function test passed.
Blend test passed.
Dither test passed.
LogicOp Function test does not exist for an RGB visual.
DrawPixels test passed.
CopyPixels test passed.
Bitmap Rasterization test passed.
Point Rasterization test passed.
Anti-aliased Point test failed.
    File - pntaa.c, line - 101.
        Point primative did not draw.
    State Report. (Current) <-> (Default)
        GL_ATTRIB_STACK_DEPTH (State Information)
            1.00 <-> 0.00
        GL_BLEND (State Information)
            GL_TRUE <-> GL_FALSE
        GL_BLEND_DST (State Information)
            GL_LINES <-> GL_NONE
        GL_BLEND_SRC (State Information)
            GL_SRC_ALPHA <-> GL_LINES
        GL_CURRENT_COLOR (State Information)
            1.00 0.00 0.00 1.00 <-> 1.00 1.00 1.00 1.00
        GL_DITHER (State Information)
            GL_FALSE <-> GL_TRUE
        GL_POINT_SIZE (State Information)
            8.56 <-> 1.00
        GL_POINT_SMOOTH (State Information)
            GL_TRUE <-> GL_FALSE
        GL_PROJECTION_MATRIX (State Information)
            +0.020 +0.000 +0.000 +0.000 <-> +1.000 +0.000 +0.000 +0.000
            +0.000 +0.020 +0.000 +0.000 <-> +0.000 +1.000 +0.000 +0.000
            +0.000 +0.000 -1.000 +0.000 <-> +0.000 +0.000 +1.000 +0.000
            -1.000 -1.000 +0.000 +1.000 <-> +0.000 +0.000 +0.000 +1.000
Line Rasterization test passed.
Line Stipple test passed.
Anti-aliased Line test passed.
Horizontal and Vertical Line test passed.
Triangle Rasterization test passed.
Triangle Tile test passed.
Triangle Stipple test passed.
Anti-aliased Triangles test failed.
    File - triaa.c, line - 114.
        Triangle primitive did not draw.
    State Report. (Current) <-> (Default)
        GL_ATTRIB_STACK_DEPTH (State Information)
            1.00 <-> 0.00
        GL_BLEND (State Information)
            GL_TRUE <-> GL_FALSE
        GL_BLEND_DST (State Information)
            GL_LINES <-> GL_NONE
        GL_BLEND_SRC (State Information)
            GL_SRC_ALPHA <-> GL_LINES
        GL_CURRENT_COLOR (State Information)
            1.00 0.00 0.00 1.00 <-> 1.00 1.00 1.00 1.00
        GL_DITHER (State Information)
            GL_FALSE <-> GL_TRUE
        GL_POLYGON_SMOOTH (State Information)
            GL_TRUE <-> GL_FALSE
        GL_PROJECTION_MATRIX (State Information)
            +0.020 +0.000 +0.000 +0.000 <-> +1.000 +0.000 +0.000 +0.000
            +0.000 +0.020 +0.000 +0.000 <-> +0.000 +1.000 +0.000 +0.000
            +0.000 +0.000 -1.000 +0.000 <-> +0.000 +0.000 +1.000 +0.000
            -1.000 -1.000 +0.000 +1.000 <-> +0.000 +0.000 +0.000 +1.000
Quad Rasterization test passed.
Polygon Face test passed.
Polygon Cull test passed.
Polygon Stipple test passed.
Polygon Edge test passed.
Ambient Light test passed.
Ambient Material test passed.
Ambient Scene test passed.
Attenuation Constants test passed.
Attenuation Position test passed.
Diffuse Light test passed.
Diffuse Material test passed.
Diffuse Material Normal test passed.
Diffuse Material Positioning test passed.
Emissive Material test passed.
Specular Exponent test passed.
Specular Exponent Normal test passed.
Specular Local Eye Half Angle test passed.
Specular Light test passed.
Specular Material test passed.
Specular Normal test passed.
Spot Positioning test passed.
Spot Exponent and Positioning test passed.
Spot Exponent and Direction test passed.
Fog Exponential test passed.
Fog Linear test passed.
Texture Decal test passed.
Texture Border test passed.
Mipmaps Selection test passed.
Mipmaps Interpolation test passed.
Display Lists test passed.
Evaluator test passed.
Evaluator Color test passed.

Conform failed.
    Anti-aliased Point test (Test number #33) failed.
    Anti-aliased Triangles test (Test number #41) failed.

----------------------------------------------------------------------
% conform -v 2 -p 1

OpenGL Conformance Test
Version 1.1.1

Setup Report.
    Verbose level = 2.
    Random number seed = 1.
    Path level = 1.

Visual Report.
    Display ID = 34. Indirect Rendering.
    Double Buffered.
    RGBA (8, 8, 8, 0).
    Stencil (8).
    Depth (16).
    Accumulation (16, 16, 16, 16).

Epsilon Report.
    zero error epsilon = 0.000122.
    RGBA error epsilon = 0.00404, 0.00404, 0.00404, 0.000122.
    Depth buffer error epsilon = 0.000137.
    Stencil plane error epsilon = 0.00404.
    Accumulation error epsilon = 0.000137, 0.000137, 0.000137, 0.000137.

Default State test passed.
Must Pass test passed.
Divide By Zero test passed.
Viewport Clamp test passed.
Matrix Stack test passed.
Matrix Stack Mixing test passed.
Vertex Order test passed.
Transformations test passed.
Transformation Normal test passed.
Viewport Transformation test passed.
Buffer Clear test passed.
Buffer Corners test passed.
Buffer Color test passed.
Color Ramp test passed.
Mask test passed.
Buffer Invariance test passed.
Accumulation Buffer test passed.
Select test passed.
Feedback test passed.
Scissor test passed.
Alpha Plane Function test passed.
Stencil Plane Clear test passed.
Stencil Plane Corners test passed.
Stencil Plane Operation test passed.
Stencil Plane Function test passed.
Depth Buffer Clear test passed.
Depth Buffer Function test passed.
Blend test passed.
Dither test passed.
LogicOp Function test does not exist for an RGB visual.
DrawPixels test passed.
CopyPixels test passed.
Bitmap Rasterization test passed.
Point Rasterization test passed.
Anti-aliased Point test failed.
    File - pntaa.c, line - 101.
        Point primative did not draw.
    State Report. (Current) <-> (Default)
        GL_ATTRIB_STACK_DEPTH (State Information)
            1.00 <-> 0.00
        GL_BLEND (State Information)
            GL_TRUE <-> GL_FALSE
        GL_BLEND_DST (State Information)
            GL_LINES <-> GL_NONE
        GL_BLEND_SRC (State Information)
            GL_SRC_ALPHA <-> GL_LINES
        GL_CURRENT_COLOR (State Information)
            1.00 0.00 0.00 1.00 <-> 1.00 1.00 1.00 1.00
        GL_DITHER (State Information)
            GL_FALSE <-> GL_TRUE
        GL_FOG (State Information)
            GL_TRUE <-> GL_FALSE
        GL_FOG_COLOR (State Information)
            1.00 1.00 1.00 1.00 <-> 0.00 0.00 0.00 0.00
        GL_FOG_DENSITY (State Information)
            0.00 <-> 1.00
        GL_FOG_MODE (State Information)
            GL_EXP2 <-> GL_EXP
        GL_LINE_STIPPLE (State Information)
            GL_TRUE <-> GL_FALSE
        GL_LINE_STIPPLE_REPEAT (State Information)
            10.00 <-> 1.00
        GL_LOGIC_OP (State Information)
            GL_TRUE <-> GL_FALSE
        GL_POINT_SIZE (State Information)
            4.45 <-> 1.00
        GL_POINT_SMOOTH (State Information)
            GL_TRUE <-> GL_FALSE
        GL_POLYGON_STIPPLE (State Information)
            GL_TRUE <-> GL_FALSE
        GL_PROJECTION_MATRIX (State Information)
            +0.020 +0.000 +0.000 +0.000 <-> +1.000 +0.000 +0.000 +0.000
            +0.000 +0.020 +0.000 +0.000 <-> +0.000 +1.000 +0.000 +0.000
            +0.000 +0.000 -1.000 +0.000 <-> +0.000 +0.000 +1.000 +0.000
            -1.000 -1.000 +0.000 +1.000 <-> +0.000 +0.000 +0.000 +1.000
        GL_SHADE_MODEL (State Information)
            GL_FLAT <-> GL_SMOOTH
        GL_STENCIL_FUNC (State Information)
            GL_GEQUAL <-> GL_ALWAYS
        GL_STENCIL_REF (State Information)
            1.00 <-> 0.00
        GL_STENCIL_TEST (State Information)
            GL_TRUE <-> GL_FALSE
        GL_STENCIL_VALUE_MASK (State Information)
            0.00 <-> 255.00
    Path Report.
        Alias Path inactive.
        Alpha Path inactive.
        Blend Path inactive.
        Depth Path active.
            Clear value = 0.000000.
            Range = 0.000000, 1.000000.
            Function = GL_ALWAYS.
        Dither Path active.
        Fog Path active.
            RGBA color = 1.000000, 1.000000, 1.000000, 1.000000.
            Color Index = 0.0.
            Density = 0.000000.
            Start and end values = 0.000000, 1.000000.
            Mode = GL_EXP2.
        LogicOp Path active.
            Function = GL_COPY.
        Shade model Path = GL_FLAT.
        Stencil Path active.
            Clear value = 0.
            Mask value = FF.
            Function = GL_GEQUAL, reference = 1, mask = 0.
            Op1 = GL_KEEP, op2 = GL_KEEP, op3 = GL_KEEP.
        Stipple Path active.
            Line stipple = FFFF, repeat = 10.
            Polygon stipple = FF, FF, FF, FF, FF, FF, FF, FF
                              FF, FF, FF, FF, FF, FF, FF, FF
                              FF, FF, FF, FF, FF, FF, FF, FF
                              FF, FF, FF, FF, FF, FF, FF, FF
                              FF, FF, FF, FF, FF, FF, FF, FF
                              FF, FF, FF, FF, FF, FF, FF, FF
                              FF, FF, FF, FF, FF, FF, FF, FF
                              FF, FF, FF, FF, FF, FF, FF, FF
                              FF, FF, FF, FF, FF, FF, FF, FF
                              FF, FF, FF, FF, FF, FF, FF, FF
                              FF, FF, FF, FF, FF, FF, FF, FF
                              FF, FF, FF, FF, FF, FF, FF, FF
                              FF, FF, FF, FF, FF, FF, FF, FF
                              FF, FF, FF, FF, FF, FF, FF, FF
                              FF, FF, FF, FF, FF, FF, FF, FF
                              FF, FF, FF, FF, FF, FF, FF, FF
Line Rasterization test passed.
Line Stipple test passed.
Anti-aliased Line test passed.
Horizontal and Vertical Line test passed.
Triangle Rasterization test passed.
Triangle Tile test passed.
Triangle Stipple test passed.
Anti-aliased Triangles test passed.
Quad Rasterization test passed.
Polygon Face test passed.
Polygon Cull test passed.
Polygon Stipple test passed.
Polygon Edge test passed.
Ambient Light test passed.
Ambient Material test passed.
Ambient Scene test passed.
Attenuation Constants test passed.
Attenuation Position test passed.
Diffuse Light test passed.
Diffuse Material test passed.
Diffuse Material Normal test passed.
Diffuse Material Positioning test passed.
Emissive Material test passed.
Specular Exponent test passed.
Specular Exponent Normal test passed.
Specular Local Eye Half Angle test passed.
Specular Light test passed.
Specular Material test passed.
Specular Normal test passed.
Spot Positioning test passed.
Spot Exponent and Positioning test passed.
Spot Exponent and Direction test passed.
Fog Exponential test passed.
Fog Linear test passed.
Texture Decal test passed.
Texture Border test passed.
Mipmaps Selection test passed.
Mipmaps Interpolation test passed.
Display Lists test passed.
Evaluator test passed.
Evaluator Color test passed.

Conform failed.
    Anti-aliased Point test (Test number #33) failed.

----------------------------------------------------------------------
% conform -v 2 -p 2

OpenGL Conformance Test
Version 1.1.1

Setup Report.
    Verbose level = 2.
    Random number seed = 1.
    Path level = 2.

Visual Report.
    Display ID = 34. Indirect Rendering.
    Double Buffered.
    RGBA (8, 8, 8, 0).
    Stencil (8).
    Depth (16).
    Accumulation (16, 16, 16, 16).

Epsilon Report.
    zero error epsilon = 0.000122.
    RGBA error epsilon = 0.00404, 0.00404, 0.00404, 0.000122.
    Depth buffer error epsilon = 0.000137.
    Stencil plane error epsilon = 0.00404.
    Accumulation error epsilon = 0.000137, 0.000137, 0.000137, 0.000137.

Default State test passed.
Must Pass test passed.
Divide By Zero test passed.
Viewport Clamp test passed.
Matrix Stack test passed.
Matrix Stack Mixing test passed.
Vertex Order test passed.
Transformations test passed.
Transformation Normal test passed.
Viewport Transformation test passed.
Buffer Clear test passed.
Buffer Corners test passed.
Buffer Color test passed.
Color Ramp test passed.
Mask test passed.
Buffer Invariance test failed.
    File - bexact.c, line - 353.
        Mismatch at (51, 20) with primitive Polygons (fill mode). Source
        buffer is GL_FRONT, destination buffer is GL_BACK.
    State Report. (Current) <-> (Default)
        GL_ATTRIB_STACK_DEPTH (State Information)
            1.00 <-> 0.00
        GL_CURRENT_COLOR (State Information)
            1.00 0.00 0.00 1.00 <-> 1.00 1.00 1.00 1.00
        GL_DRAW_BUFFER (State Information)
            GL_BACK <-> GL_FRONT
        GL_LINE_STIPPLE_PATTERN (State Information)
            0.00 <-> 65535.00
        GL_PROJECTION_MATRIX (State Information)
            +0.020 +0.000 +0.000 +0.000 <-> +1.000 +0.000 +0.000 +0.000
            +0.000 +0.020 +0.000 +0.000 <-> +0.000 +1.000 +0.000 +0.000
            +0.000 +0.000 -1.000 +0.000 <-> +0.000 +0.000 +1.000 +0.000
            -1.000 -1.000 +0.000 +1.000 <-> +0.000 +0.000 +0.000 +1.000
        GL_READ_BUFFER (State Information)
            GL_BACK <-> GL_FRONT
        GL_SHADE_MODEL (State Information)
            GL_FLAT <-> GL_SMOOTH
        GL_POLYGON_STIPPLE (State Information)
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
    Path Report.
        Alias Path inactive.
        Alpha Path inactive.
        Blend Path inactive.
        Depth Path inactive.
        Dither Path active.
        Fog Path inactive.
        LogicOp Path inactive.
        Shade model Path = GL_FLAT.
        Stencil Path inactive.
        Stipple Path inactive.
Accumulation Buffer test passed.
Select test passed.
Feedback test passed.
Scissor test passed.
Alpha Plane Function test passed.
Stencil Plane Clear test passed.
Stencil Plane Corners test passed.
Stencil Plane Operation test passed.
Stencil Plane Function test passed.
Depth Buffer Clear test passed.
Depth Buffer Function test passed.
Blend test passed.
Dither test passed.
LogicOp Function test does not exist for an RGB visual.
DrawPixels test passed.
CopyPixels test passed.
Bitmap Rasterization test passed.
Point Rasterization test passed.
Anti-aliased Point test failed.
    File - pntaa.c, line - 101.
        Point primative did not draw.
    State Report. (Current) <-> (Default)
        GL_ATTRIB_STACK_DEPTH (State Information)
            1.00 <-> 0.00
        GL_BLEND (State Information)
            GL_TRUE <-> GL_FALSE
        GL_BLEND_DST (State Information)
            GL_LINES <-> GL_NONE
        GL_BLEND_SRC (State Information)
            GL_SRC_ALPHA <-> GL_LINES
        GL_CURRENT_COLOR (State Information)
            1.00 0.00 0.00 1.00 <-> 1.00 1.00 1.00 1.00
        GL_DITHER (State Information)
            GL_FALSE <-> GL_TRUE
        GL_LINE_STIPPLE_PATTERN (State Information)
            0.00 <-> 65535.00
        GL_POINT_SIZE (State Information)
            4.45 <-> 1.00
        GL_POINT_SMOOTH (State Information)
            GL_TRUE <-> GL_FALSE
        GL_PROJECTION_MATRIX (State Information)
            +0.020 +0.000 +0.000 +0.000 <-> +1.000 +0.000 +0.000 +0.000
            +0.000 +0.020 +0.000 +0.000 <-> +0.000 +1.000 +0.000 +0.000
            +0.000 +0.000 -1.000 +0.000 <-> +0.000 +0.000 +1.000 +0.000
            -1.000 -1.000 +0.000 +1.000 <-> +0.000 +0.000 +0.000 +1.000
        GL_POLYGON_STIPPLE (State Information)
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
    Path Report.
        Alias Path inactive.
        Alpha Path inactive.
        Blend Path inactive.
        Depth Path inactive.
        Dither Path active.
        Fog Path inactive.
        LogicOp Path inactive.
        Shade model Path = GL_SMOOTH.
        Stencil Path inactive.
        Stipple Path inactive.
Line Rasterization test passed.
Line Stipple test passed.
Anti-aliased Line test failed.
    File - lineaa.c, line - 165.
        Coverage is 1.99216, initial coverage was 0.996078. Error margin is
        0.655922.
    State Report. (Current) <-> (Default)
        GL_ATTRIB_STACK_DEPTH (State Information)
            1.00 <-> 0.00
        GL_BLEND (State Information)
            GL_TRUE <-> GL_FALSE
        GL_BLEND_DST (State Information)
            GL_LINES <-> GL_NONE
        GL_BLEND_SRC (State Information)
            GL_SRC_ALPHA <-> GL_LINES
        GL_CURRENT_COLOR (State Information)
            1.00 0.00 0.00 1.00 <-> 1.00 1.00 1.00 1.00
        GL_DITHER (State Information)
            GL_FALSE <-> GL_TRUE
        GL_LINE_SMOOTH (State Information)
            GL_TRUE <-> GL_FALSE
        GL_LINE_STIPPLE_PATTERN (State Information)
            0.00 <-> 65535.00
        GL_LOGIC_OP (State Information)
            GL_TRUE <-> GL_FALSE
        GL_PROJECTION_MATRIX (State Information)
            +0.020 +0.000 +0.000 +0.000 <-> +1.000 +0.000 +0.000 +0.000
            +0.000 +0.020 +0.000 +0.000 <-> +0.000 +1.000 +0.000 +0.000
            +0.000 +0.000 -1.000 +0.000 <-> +0.000 +0.000 +1.000 +0.000
            -1.000 -1.000 +0.000 +1.000 <-> +0.000 +0.000 +0.000 +1.000
        GL_POLYGON_STIPPLE (State Information)
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
    Path Report.
        Alias Path inactive.
        Alpha Path inactive.
        Blend Path inactive.
        Depth Path inactive.
        Dither Path active.
        Fog Path inactive.
        LogicOp Path active.
            Function = GL_COPY.
        Shade model Path = GL_SMOOTH.
        Stencil Path inactive.
        Stipple Path inactive.
Horizontal and Vertical Line test failed.
    File - linehv.c, line - 243.
        Line (38, 65) (41, 65) (width of 1) is not horizontal.
    State Report. (Current) <-> (Default)
        GL_ATTRIB_STACK_DEPTH (State Information)
            1.00 <-> 0.00
        GL_COLOR_CLEAR_VALUE (State Information)
            0.00 0.00 0.00 1.00 <-> 0.00 0.00 0.00 0.00
        GL_CURRENT_COLOR (State Information)
            0.00 1.00 0.00 1.00 <-> 1.00 1.00 1.00 1.00
        GL_DITHER (State Information)
            GL_FALSE <-> GL_TRUE
        GL_LINE_STIPPLE_PATTERN (State Information)
            0.00 <-> 65535.00
        GL_PROJECTION_MATRIX (State Information)
            +0.020 +0.000 +0.000 +0.000 <-> +1.000 +0.000 +0.000 +0.000
            +0.000 +0.020 +0.000 +0.000 <-> +0.000 +1.000 +0.000 +0.000
            +0.000 +0.000 -1.000 +0.000 <-> +0.000 +0.000 +1.000 +0.000
            -1.000 -1.000 +0.000 +1.000 <-> +0.000 +0.000 +0.000 +1.000
        GL_SHADE_MODEL (State Information)
            GL_FLAT <-> GL_SMOOTH
        GL_POLYGON_STIPPLE (State Information)
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
    Path Report.
        Alias Path inactive.
        Alpha Path inactive.
        Blend Path inactive.
        Depth Path inactive.
        Dither Path active.
        Fog Path inactive.
        LogicOp Path inactive.
        Shade model Path = GL_FLAT.
        Stencil Path inactive.
        Stipple Path inactive.
Triangle Rasterization test failed.
    File - trirast.c, line - 301.
        While rendering a GL_TRIANGLES with vertices (8.49035, 34.3664),
        (33.1133, 12.2021), (87.2814, 89.0765), pixel at (84.5, 86.5) should
        be the primitive color, but is rendered the background color.
    State Report. (Current) <-> (Default)
        GL_ATTRIB_STACK_DEPTH (State Information)
            1.00 <-> 0.00
        GL_COLOR_CLEAR_VALUE (State Information)
            0.00 0.00 0.00 1.00 <-> 0.00 0.00 0.00 0.00
        GL_CURRENT_COLOR (State Information)
            0.00 1.00 0.00 1.00 <-> 1.00 1.00 1.00 1.00
        GL_DITHER (State Information)
            GL_FALSE <-> GL_TRUE
        GL_LINE_STIPPLE_PATTERN (State Information)
            0.00 <-> 65535.00
        GL_PROJECTION_MATRIX (State Information)
            +0.020 +0.000 +0.000 +0.000 <-> +1.000 +0.000 +0.000 +0.000
            +0.000 +0.020 +0.000 +0.000 <-> +0.000 +1.000 +0.000 +0.000
            +0.000 +0.000 -1.000 +0.000 <-> +0.000 +0.000 +1.000 +0.000
            -1.000 -1.000 +0.000 +1.000 <-> +0.000 +0.000 +0.000 +1.000
        GL_SHADE_MODEL (State Information)
            GL_FLAT <-> GL_SMOOTH
        GL_POLYGON_STIPPLE (State Information)
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
    Path Report.
        Alias Path inactive.
        Alpha Path inactive.
        Blend Path inactive.
        Depth Path inactive.
        Dither Path active.
        Fog Path inactive.
        LogicOp Path inactive.
        Shade model Path = GL_FLAT.
        Stencil Path inactive.
        Stipple Path inactive.
Triangle Tile test passed.
Triangle Stipple test failed.
    File - tristip.c, line - 192.
        Error at location (50, 21), stipple postion (18, 21); expecting
        stipple bit = 0.
    State Report. (Current) <-> (Default)
        GL_ATTRIB_STACK_DEPTH (State Information)
            1.00 <-> 0.00
        GL_COLOR_CLEAR_VALUE (State Information)
            0.00 0.00 0.00 1.00 <-> 0.00 0.00 0.00 0.00
        GL_CURRENT_COLOR (State Information)
            0.00 1.00 0.00 1.00 <-> 1.00 1.00 1.00 1.00
        GL_DITHER (State Information)
            GL_FALSE <-> GL_TRUE
        GL_LINE_STIPPLE_PATTERN (State Information)
            0.00 <-> 65535.00
        GL_POLYGON_STIPPLE (State Information)
            GL_TRUE <-> GL_FALSE
        GL_PROJECTION_MATRIX (State Information)
            +0.020 +0.000 +0.000 +0.000 <-> +1.000 +0.000 +0.000 +0.000
            +0.000 +0.020 +0.000 +0.000 <-> +0.000 +1.000 +0.000 +0.000
            +0.000 +0.000 -1.000 +0.000 <-> +0.000 +0.000 +1.000 +0.000
            -1.000 -1.000 +0.000 +1.000 <-> +0.000 +0.000 +0.000 +1.000
        GL_SHADE_MODEL (State Information)
            GL_FLAT <-> GL_SMOOTH
        GL_POLYGON_STIPPLE (State Information)
            AA AA AA AA CC CC CC CC <-> FF FF FF FF FF FF FF FF
            E3 8E 38 E3 F0 F0 F0 F0 <-> FF FF FF FF FF FF FF FF
            F8 E3  F 8E FC  F C0 FC <-> FF FF FF FF FF FF FF FF
            FE  3 FC  7 FF  0 FF  0 <-> FF FF FF FF FF FF FF FF
            FF  0 FF  0 FE  3 FC  7 <-> FF FF FF FF FF FF FF FF
            FC  F C0 FC F8 E3  F 8E <-> FF FF FF FF FF FF FF FF
            F0 F0 F0 F0 E3 8E 38 E3 <-> FF FF FF FF FF FF FF FF
            CC CC CC CC AA AA AA AA <-> FF FF FF FF FF FF FF FF
            CC CC CC CC CC CC CC CC <-> FF FF FF FF FF FF FF FF
            CC CC CC CC CC CC CC CC <-> FF FF FF FF FF FF FF FF
            CC CC CC CC CC CC CC CC <-> FF FF FF FF FF FF FF FF
            CC CC CC CC CC CC CC CC <-> FF FF FF FF FF FF FF FF
            F0 F0 F0 F0 F0 F0 F0 F0 <-> FF FF FF FF FF FF FF FF
             F  F  F  F  F  F  F  F <-> FF FF FF FF FF FF FF FF
            F0 F0 F0 F0 F0 F0 F0 F0 <-> FF FF FF FF FF FF FF FF
             F  F  F  F  F  F  F  F <-> FF FF FF FF FF FF FF FF
    Path Report.
        Alias Path inactive.
        Alpha Path inactive.
        Blend Path inactive.
        Depth Path inactive.
        Dither Path active.
        Fog Path inactive.
        LogicOp Path inactive.
        Shade model Path = GL_FLAT.
        Stencil Path inactive.
        Stipple Path inactive.
Anti-aliased Triangles test passed.
Quad Rasterization test failed.
    File - quadrast.c, line - 397.
        While rendering a GL_QUADS with vertices (9.75635, 3.42146),
        (5.59101, 27.847), (88.4156, 5.91257), (72.5741, 4.78502), the
        fragment at (6.5, 26.5) should be the primitive color, but is the
        background color.
    State Report. (Current) <-> (Default)
        GL_ATTRIB_STACK_DEPTH (State Information)
            1.00 <-> 0.00
        GL_COLOR_CLEAR_VALUE (State Information)
            0.00 0.00 0.00 1.00 <-> 0.00 0.00 0.00 0.00
        GL_CURRENT_COLOR (State Information)
            0.00 1.00 0.00 1.00 <-> 1.00 1.00 1.00 1.00
        GL_DITHER (State Information)
            GL_FALSE <-> GL_TRUE
        GL_LINE_STIPPLE_PATTERN (State Information)
            0.00 <-> 65535.00
        GL_PROJECTION_MATRIX (State Information)
            +0.020 +0.000 +0.000 +0.000 <-> +1.000 +0.000 +0.000 +0.000
            +0.000 +0.020 +0.000 +0.000 <-> +0.000 +1.000 +0.000 +0.000
            +0.000 +0.000 -1.000 +0.000 <-> +0.000 +0.000 +1.000 +0.000
            -1.000 -1.000 +0.000 +1.000 <-> +0.000 +0.000 +0.000 +1.000
        GL_SHADE_MODEL (State Information)
            GL_FLAT <-> GL_SMOOTH
        GL_POLYGON_STIPPLE (State Information)
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
    Path Report.
        Alias Path inactive.
        Alpha Path inactive.
        Blend Path inactive.
        Depth Path inactive.
        Dither Path active.
        Fog Path inactive.
        LogicOp Path inactive.
        Shade model Path = GL_FLAT.
        Stencil Path inactive.
        Stipple Path inactive.
Polygon Face test passed.
Polygon Cull test failed.
    File - polycull.c, line - 122.
        GL_CULL_FACE is disabled. Polygon was drawn counter-clockwise.
        Polygon was not rendered, should have rendered.
    State Report. (Current) <-> (Default)
        GL_ATTRIB_STACK_DEPTH (State Information)
            1.00 <-> 0.00
        GL_COLOR_CLEAR_VALUE (State Information)
            0.00 0.00 0.00 1.00 <-> 0.00 0.00 0.00 0.00
        GL_CURRENT_COLOR (State Information)
            0.00 1.00 0.00 1.00 <-> 1.00 1.00 1.00 1.00
        GL_DITHER (State Information)
            GL_FALSE <-> GL_TRUE
        GL_LINE_STIPPLE_PATTERN (State Information)
            0.00 <-> 65535.00
        GL_PROJECTION_MATRIX (State Information)
            +0.020 +0.000 +0.000 +0.000 <-> +1.000 +0.000 +0.000 +0.000
            +0.000 +0.020 +0.000 +0.000 <-> +0.000 +1.000 +0.000 +0.000
            +0.000 +0.000 -1.000 +0.000 <-> +0.000 +0.000 +1.000 +0.000
            -1.000 -1.000 +0.000 +1.000 <-> +0.000 +0.000 +0.000 +1.000
        GL_SHADE_MODEL (State Information)
            GL_FLAT <-> GL_SMOOTH
        GL_POLYGON_STIPPLE (State Information)
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
    Path Report.
        Alias Path inactive.
        Alpha Path inactive.
        Blend Path inactive.
        Depth Path inactive.
        Dither Path active.
        Fog Path inactive.
        LogicOp Path inactive.
        Shade model Path = GL_FLAT.
        Stencil Path inactive.
        Stipple Path inactive.
Polygon Stipple test failed.
    File - polystip.c, line - 159.
        Error at location (6, 5), stipple postion (6, 5); expecting stipple
        bit = 0.
    State Report. (Current) <-> (Default)
        GL_ATTRIB_STACK_DEPTH (State Information)
            1.00 <-> 0.00
        GL_COLOR_CLEAR_VALUE (State Information)
            0.00 0.00 0.00 1.00 <-> 0.00 0.00 0.00 0.00
        GL_CURRENT_COLOR (State Information)
            0.00 1.00 0.00 1.00 <-> 1.00 1.00 1.00 1.00
        GL_DITHER (State Information)
            GL_FALSE <-> GL_TRUE
        GL_LINE_STIPPLE_PATTERN (State Information)
            0.00 <-> 65535.00
        GL_POLYGON_STIPPLE (State Information)
            GL_TRUE <-> GL_FALSE
        GL_PROJECTION_MATRIX (State Information)
            +0.020 +0.000 +0.000 +0.000 <-> +1.000 +0.000 +0.000 +0.000
            +0.000 +0.020 +0.000 +0.000 <-> +0.000 +1.000 +0.000 +0.000
            +0.000 +0.000 -1.000 +0.000 <-> +0.000 +0.000 +1.000 +0.000
            -1.000 -1.000 +0.000 +1.000 <-> +0.000 +0.000 +0.000 +1.000
        GL_SHADE_MODEL (State Information)
            GL_FLAT <-> GL_SMOOTH
        GL_POLYGON_STIPPLE (State Information)
            AA AA AA AA CC CC CC CC <-> FF FF FF FF FF FF FF FF
            E3 8E 38 E3 F0 F0 F0 F0 <-> FF FF FF FF FF FF FF FF
            F8 E3  F 8E FC  F C0 FC <-> FF FF FF FF FF FF FF FF
            FE  3 FC  7 FF  0 FF  0 <-> FF FF FF FF FF FF FF FF
            FF  0 FF  0 FE  3 FC  7 <-> FF FF FF FF FF FF FF FF
            FC  F C0 FC F8 E3  F 8E <-> FF FF FF FF FF FF FF FF
            F0 F0 F0 F0 E3 8E 38 E3 <-> FF FF FF FF FF FF FF FF
            CC CC CC CC AA AA AA AA <-> FF FF FF FF FF FF FF FF
            CC CC CC CC CC CC CC CC <-> FF FF FF FF FF FF FF FF
            CC CC CC CC CC CC CC CC <-> FF FF FF FF FF FF FF FF
            CC CC CC CC CC CC CC CC <-> FF FF FF FF FF FF FF FF
            CC CC CC CC CC CC CC CC <-> FF FF FF FF FF FF FF FF
            F0 F0 F0 F0 F0 F0 F0 F0 <-> FF FF FF FF FF FF FF FF
             F  F  F  F  F  F  F  F <-> FF FF FF FF FF FF FF FF
            F0 F0 F0 F0 F0 F0 F0 F0 <-> FF FF FF FF FF FF FF FF
             F  F  F  F  F  F  F  F <-> FF FF FF FF FF FF FF FF
    Path Report.
        Alias Path inactive.
        Alpha Path inactive.
        Blend Path inactive.
        Depth Path inactive.
        Dither Path active.
        Fog Path inactive.
        LogicOp Path inactive.
        Shade model Path = GL_FLAT.
        Stencil Path inactive.
        Stipple Path inactive.
Polygon Edge test passed.
Ambient Light test passed.
Ambient Material test passed.
Ambient Scene test passed.
Attenuation Constants test passed.
Attenuation Position test passed.
Diffuse Light test passed.
Diffuse Material test passed.
Diffuse Material Normal test passed.
Diffuse Material Positioning test passed.
Emissive Material test passed.
Specular Exponent test passed.
Specular Exponent Normal test passed.
Specular Local Eye Half Angle test passed.
Specular Light test passed.
Specular Material test passed.
Specular Normal test passed.
Spot Positioning test passed.
Spot Exponent and Positioning test passed.
Spot Exponent and Direction test passed.
Fog Exponential test passed.
Fog Linear test passed.
Texture Decal test passed.
Texture Border test passed.
Mipmaps Selection test passed.
Mipmaps Interpolation test passed.
Display Lists test failed.
    File - dlist.c, line - 341.
        Failure calling display list 32.
    State Report. (Current) <-> (Default)
        GL_ATTRIB_STACK_DEPTH (State Information)
            1.00 <-> 0.00
        GL_CURRENT_COLOR (State Information)
            0.00 0.00 1.00 1.00 <-> 1.00 1.00 1.00 1.00
        GL_LINE_STIPPLE_PATTERN (State Information)
            0.00 <-> 65535.00
        GL_PIXEL_MAP_I_TO_B_SIZE (State Information)
            4.00 <-> 1.00
        GL_PIXEL_MAP_I_TO_G_SIZE (State Information)
            4.00 <-> 1.00
        GL_PIXEL_MAP_I_TO_R_SIZE (State Information)
            4.00 <-> 1.00
        GL_POINT_SIZE (State Information)
            30.00 <-> 1.00
        GL_PROJECTION_MATRIX (State Information)
            +0.020 +0.000 +0.000 +0.000 <-> +1.000 +0.000 +0.000 +0.000
            +0.000 +0.020 +0.000 +0.000 <-> +0.000 +1.000 +0.000 +0.000
            +0.000 +0.000 -1.000 +0.000 <-> +0.000 +0.000 +1.000 +0.000
            -1.000 -1.000 +0.000 +1.000 <-> +0.000 +0.000 +0.000 +1.000
        GL_SHADE_MODEL (State Information)
            GL_FLAT <-> GL_SMOOTH
        GL_PIXEL_MAP_I_TO_R (Pixel map Information)
            1.00 <-> 0.00
        GL_POLYGON_STIPPLE (State Information)
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
    Path Report.
        Alias Path inactive.
        Alpha Path inactive.
        Blend Path inactive.
        Depth Path inactive.
        Dither Path active.
        Fog Path inactive.
        LogicOp Path inactive.
        Shade model Path = GL_FLAT.
        Stencil Path inactive.
        Stipple Path inactive.
Evaluator test passed.
Evaluator Color test passed.

Conform failed.
    Buffer Invariance test (Test number #14) failed.
    Anti-aliased Point test (Test number #33) failed.
    Anti-aliased Line test (Test number #36) failed.
    Horizontal and Vertical Line test (Test number #37) failed.
    Triangle Rasterization test (Test number #38) failed.
    Triangle Stipple test (Test number #40) failed.
    Quad Rasterization test (Test number #42) failed.
    Polygon Cull test (Test number #44) failed.
    Polygon Stipple test (Test number #45) failed.
    Display Lists test (Test number #72) failed.

----------------------------------------------------------------------
% conform -v 2 -p 3

OpenGL Conformance Test
Version 1.1.1

Setup Report.
    Verbose level = 2.
    Random number seed = 1.
    Path level = 3.

Visual Report.
    Display ID = 34. Indirect Rendering.
    Double Buffered.
    RGBA (8, 8, 8, 0).
    Stencil (8).
    Depth (16).
    Accumulation (16, 16, 16, 16).

Epsilon Report.
    zero error epsilon = 0.000122.
    RGBA error epsilon = 0.00404, 0.00404, 0.00404, 0.000122.
    Depth buffer error epsilon = 0.000137.
    Stencil plane error epsilon = 0.00404.
    Accumulation error epsilon = 0.000137, 0.000137, 0.000137, 0.000137.

Default State test passed.
Must Pass test passed.
Divide By Zero test passed.
Viewport Clamp test passed.
Matrix Stack test passed.
Matrix Stack Mixing test passed.
Vertex Order test passed.
Transformations test passed.
Transformation Normal test passed.
Viewport Transformation test passed.
Buffer Clear test passed.
Buffer Corners test passed.
Buffer Color test passed.
Color Ramp test passed.
Mask test passed.
Buffer Invariance test passed.
Accumulation Buffer test passed.
Select test passed.
Feedback test passed.
Scissor test passed.
Alpha Plane Function test passed.
Stencil Plane Clear test passed.
Stencil Plane Corners test passed.
Stencil Plane Operation test passed.
Stencil Plane Function test passed.
Depth Buffer Clear test passed.
Depth Buffer Function test passed.
Blend test passed.
Dither test passed.
LogicOp Function test does not exist for an RGB visual.
DrawPixels test passed.
CopyPixels test passed.
Bitmap Rasterization test passed.
Point Rasterization test passed.
Anti-aliased Point test failed.
    File - pntaa.c, line - 101.
        Point primative did not draw.
    State Report. (Current) <-> (Default)
        GL_ATTRIB_STACK_DEPTH (State Information)
            1.00 <-> 0.00
        GL_BLEND (State Information)
            GL_TRUE <-> GL_FALSE
        GL_BLEND_DST (State Information)
            GL_LINES <-> GL_NONE
        GL_BLEND_SRC (State Information)
            GL_SRC_ALPHA <-> GL_LINES
        GL_CURRENT_COLOR (State Information)
            1.00 0.00 0.00 1.00 <-> 1.00 1.00 1.00 1.00
        GL_DITHER (State Information)
            GL_FALSE <-> GL_TRUE
        GL_FOG (State Information)
            GL_TRUE <-> GL_FALSE
        GL_FOG_COLOR (State Information)
            1.00 1.00 1.00 1.00 <-> 0.00 0.00 0.00 0.00
        GL_FOG_DENSITY (State Information)
            0.00 <-> 1.00
        GL_FOG_MODE (State Information)
            GL_EXP2 <-> GL_EXP
        GL_LINE_STIPPLE (State Information)
            GL_TRUE <-> GL_FALSE
        GL_LINE_STIPPLE_REPEAT (State Information)
            10.00 <-> 1.00
        GL_LOGIC_OP (State Information)
            GL_TRUE <-> GL_FALSE
        GL_POINT_SIZE (State Information)
            4.45 <-> 1.00
        GL_POINT_SMOOTH (State Information)
            GL_TRUE <-> GL_FALSE
        GL_POLYGON_STIPPLE (State Information)
            GL_TRUE <-> GL_FALSE
        GL_PROJECTION_MATRIX (State Information)
            +0.020 +0.000 +0.000 +0.000 <-> +1.000 +0.000 +0.000 +0.000
            +0.000 +0.020 +0.000 +0.000 <-> +0.000 +1.000 +0.000 +0.000
            +0.000 +0.000 -1.000 +0.000 <-> +0.000 +0.000 +1.000 +0.000
            -1.000 -1.000 +0.000 +1.000 <-> +0.000 +0.000 +0.000 +1.000
        GL_SHADE_MODEL (State Information)
            GL_FLAT <-> GL_SMOOTH
        GL_STENCIL_FUNC (State Information)
            GL_GEQUAL <-> GL_ALWAYS
        GL_STENCIL_REF (State Information)
            1.00 <-> 0.00
        GL_STENCIL_TEST (State Information)
            GL_TRUE <-> GL_FALSE
        GL_STENCIL_VALUE_MASK (State Information)
            0.00 <-> 255.00
    Path Report.
        Alias Path inactive.
        Alpha Path inactive.
        Blend Path inactive.
        Depth Path active.
            Clear value = 0.000000.
            Range = 0.000000, 1.000000.
            Function = GL_ALWAYS.
        Dither Path active.
        Fog Path active.
            RGBA color = 1.000000, 1.000000, 1.000000, 1.000000.
            Color Index = 0.0.
            Density = 0.000000.
            Start and end values = 0.000000, 1.000000.
            Mode = GL_EXP2.
        LogicOp Path active.
            Function = GL_COPY.
        Shade model Path = GL_FLAT.
        Stencil Path active.
            Clear value = 0.
            Mask value = FF.
            Function = GL_GEQUAL, reference = 1, mask = 0.
            Op1 = GL_KEEP, op2 = GL_KEEP, op3 = GL_KEEP.
        Stipple Path active.
            Line stipple = FFFF, repeat = 10.
            Polygon stipple = FF, FF, FF, FF, FF, FF, FF, FF
                              FF, FF, FF, FF, FF, FF, FF, FF
                              FF, FF, FF, FF, FF, FF, FF, FF
                              FF, FF, FF, FF, FF, FF, FF, FF
                              FF, FF, FF, FF, FF, FF, FF, FF
                              FF, FF, FF, FF, FF, FF, FF, FF
                              FF, FF, FF, FF, FF, FF, FF, FF
                              FF, FF, FF, FF, FF, FF, FF, FF
                              FF, FF, FF, FF, FF, FF, FF, FF
                              FF, FF, FF, FF, FF, FF, FF, FF
                              FF, FF, FF, FF, FF, FF, FF, FF
                              FF, FF, FF, FF, FF, FF, FF, FF
                              FF, FF, FF, FF, FF, FF, FF, FF
                              FF, FF, FF, FF, FF, FF, FF, FF
                              FF, FF, FF, FF, FF, FF, FF, FF
                              FF, FF, FF, FF, FF, FF, FF, FF
Line Rasterization test passed.
Line Stipple test passed.
Anti-aliased Line test failed.
    File - lineaa.c, line - 165.
        Coverage is 1.99216, initial coverage was 0.996078. Error margin is
        0.655922.
    State Report. (Current) <-> (Default)
        GL_ATTRIB_STACK_DEPTH (State Information)
            1.00 <-> 0.00
        GL_BLEND (State Information)
            GL_TRUE <-> GL_FALSE
        GL_BLEND_DST (State Information)
            GL_LINES <-> GL_NONE
        GL_BLEND_SRC (State Information)
            GL_SRC_ALPHA <-> GL_LINES
        GL_CURRENT_COLOR (State Information)
            1.00 0.00 0.00 1.00 <-> 1.00 1.00 1.00 1.00
        GL_DITHER (State Information)
            GL_FALSE <-> GL_TRUE
        GL_FOG (State Information)
            GL_TRUE <-> GL_FALSE
        GL_FOG_COLOR (State Information)
            1.00 1.00 1.00 1.00 <-> 0.00 0.00 0.00 0.00
        GL_FOG_DENSITY (State Information)
            0.00 <-> 1.00
        GL_FOG_MODE (State Information)
            GL_EXP2 <-> GL_EXP
        GL_LINE_SMOOTH (State Information)
            GL_TRUE <-> GL_FALSE
        GL_LINE_STIPPLE (State Information)
            GL_TRUE <-> GL_FALSE
        GL_LINE_STIPPLE_REPEAT (State Information)
            10.00 <-> 1.00
        GL_POLYGON_STIPPLE (State Information)
            GL_TRUE <-> GL_FALSE
        GL_PROJECTION_MATRIX (State Information)
            +0.020 +0.000 +0.000 +0.000 <-> +1.000 +0.000 +0.000 +0.000
            +0.000 +0.020 +0.000 +0.000 <-> +0.000 +1.000 +0.000 +0.000
            +0.000 +0.000 -1.000 +0.000 <-> +0.000 +0.000 +1.000 +0.000
            -1.000 -1.000 +0.000 +1.000 <-> +0.000 +0.000 +0.000 +1.000
        GL_SHADE_MODEL (State Information)
            GL_FLAT <-> GL_SMOOTH
        GL_STENCIL_FUNC (State Information)
            GL_GEQUAL <-> GL_ALWAYS
        GL_STENCIL_REF (State Information)
            1.00 <-> 0.00
        GL_STENCIL_TEST (State Information)
            GL_TRUE <-> GL_FALSE
        GL_STENCIL_VALUE_MASK (State Information)
            0.00 <-> 255.00
    Path Report.
        Alias Path inactive.
        Alpha Path inactive.
        Blend Path inactive.
        Depth Path active.
            Clear value = 0.000000.
            Range = 0.000000, 1.000000.
            Function = GL_ALWAYS.
        Dither Path active.
        Fog Path active.
            RGBA color = 1.000000, 1.000000, 1.000000, 1.000000.
            Color Index = 0.0.
            Density = 0.000000.
            Start and end values = 0.000000, 1.000000.
            Mode = GL_EXP2.
        LogicOp Path inactive.
        Shade model Path = GL_FLAT.
        Stencil Path active.
            Clear value = 0.
            Mask value = FF.
            Function = GL_GEQUAL, reference = 1, mask = 0.
            Op1 = GL_KEEP, op2 = GL_KEEP, op3 = GL_KEEP.
        Stipple Path active.
            Line stipple = FFFF, repeat = 10.
            Polygon stipple = FF, FF, FF, FF, FF, FF, FF, FF
                              FF, FF, FF, FF, FF, FF, FF, FF
                              FF, FF, FF, FF, FF, FF, FF, FF
                              FF, FF, FF, FF, FF, FF, FF, FF
                              FF, FF, FF, FF, FF, FF, FF, FF
                              FF, FF, FF, FF, FF, FF, FF, FF
                              FF, FF, FF, FF, FF, FF, FF, FF
                              FF, FF, FF, FF, FF, FF, FF, FF
                              FF, FF, FF, FF, FF, FF, FF, FF
                              FF, FF, FF, FF, FF, FF, FF, FF
                              FF, FF, FF, FF, FF, FF, FF, FF
                              FF, FF, FF, FF, FF, FF, FF, FF
                              FF, FF, FF, FF, FF, FF, FF, FF
                              FF, FF, FF, FF, FF, FF, FF, FF
                              FF, FF, FF, FF, FF, FF, FF, FF
                              FF, FF, FF, FF, FF, FF, FF, FF
Horizontal and Vertical Line test passed.
Triangle Rasterization test passed.
Triangle Tile test passed.
Triangle Stipple test passed.
Anti-aliased Triangles test passed.
Quad Rasterization test passed.
Polygon Face test passed.
Polygon Cull test passed.
Polygon Stipple test passed.
Polygon Edge test passed.
Ambient Light test passed.
Ambient Material test passed.
Ambient Scene test passed.
Attenuation Constants test passed.
Attenuation Position test passed.
Diffuse Light test passed.
Diffuse Material test passed.
Diffuse Material Normal test passed.
Diffuse Material Positioning test passed.
Emissive Material test passed.
Specular Exponent test passed.
Specular Exponent Normal test passed.
Specular Local Eye Half Angle test passed.
Specular Light test passed.
Specular Material test passed.
Specular Normal test passed.
Spot Positioning test passed.
Spot Exponent and Positioning test passed.
Spot Exponent and Direction test passed.
Fog Exponential test passed.
Fog Linear test passed.
Texture Decal test passed.
Texture Border test passed.
Mipmaps Selection test passed.
Mipmaps Interpolation test passed.
Display Lists test passed.
Evaluator test passed.
Evaluator Color test passed.

Conform failed.
    Anti-aliased Point test (Test number #33) failed.
    Anti-aliased Line test (Test number #36) failed.

----------------------------------------------------------------------
% conform -v 2 -p 4

OpenGL Conformance Test
Version 1.1.1

Setup Report.
    Verbose level = 2.
    Random number seed = 1.
    Path level = 4.

Visual Report.
    Display ID = 34. Indirect Rendering.
    Double Buffered.
    RGBA (8, 8, 8, 0).
    Stencil (8).
    Depth (16).
    Accumulation (16, 16, 16, 16).

Epsilon Report.
    zero error epsilon = 0.000122.
    RGBA error epsilon = 0.00404, 0.00404, 0.00404, 0.000122.
    Depth buffer error epsilon = 0.000137.
    Stencil plane error epsilon = 0.00404.
    Accumulation error epsilon = 0.000137, 0.000137, 0.000137, 0.000137.

Default State test passed.
Must Pass test passed.
Divide By Zero test passed.
Viewport Clamp test passed.
Matrix Stack test passed.
Matrix Stack Mixing test passed.
Vertex Order test passed.
Transformations test passed.
Transformation Normal test passed.
Viewport Transformation test passed.
Buffer Clear test passed.
Buffer Corners test passed.
Buffer Color test passed.
Color Ramp test passed.
Mask test passed.
Buffer Invariance test passed.
Accumulation Buffer test passed.
Select test passed.
Feedback test passed.
Scissor test passed.
Alpha Plane Function test passed.
Stencil Plane Clear test passed.
Stencil Plane Corners test passed.
Stencil Plane Operation test passed.
Stencil Plane Function test passed.
Depth Buffer Clear test passed.
Depth Buffer Function test passed.
Blend test passed.
Dither test passed.
LogicOp Function test does not exist for an RGB visual.
DrawPixels test passed.
CopyPixels test passed.
Bitmap Rasterization test passed.
Point Rasterization test passed.
Anti-aliased Point test failed.
    File - pntaa.c, line - 101.
        Point primative did not draw.
    State Report. (Current) <-> (Default)
        GL_ATTRIB_STACK_DEPTH (State Information)
            1.00 <-> 0.00
        GL_BLEND (State Information)
            GL_TRUE <-> GL_FALSE
        GL_BLEND_DST (State Information)
            GL_LINES <-> GL_NONE
        GL_BLEND_SRC (State Information)
            GL_SRC_ALPHA <-> GL_LINES
        GL_CURRENT_COLOR (State Information)
            1.00 0.00 0.00 1.00 <-> 1.00 1.00 1.00 1.00
        GL_DITHER (State Information)
            GL_FALSE <-> GL_TRUE
        GL_LINE_STIPPLE_PATTERN (State Information)
            0.00 <-> 65535.00
        GL_POINT_SIZE (State Information)
            8.56 <-> 1.00
        GL_POINT_SMOOTH (State Information)
            GL_TRUE <-> GL_FALSE
        GL_PROJECTION_MATRIX (State Information)
            +0.020 +0.000 +0.000 +0.000 <-> +1.000 +0.000 +0.000 +0.000
            +0.000 +0.020 +0.000 +0.000 <-> +0.000 +1.000 +0.000 +0.000
            +0.000 +0.000 -1.000 +0.000 <-> +0.000 +0.000 +1.000 +0.000
            -1.000 -1.000 +0.000 +1.000 <-> +0.000 +0.000 +0.000 +1.000
        GL_POLYGON_STIPPLE (State Information)
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
             0  0  0  0  0  0  0  0 <-> FF FF FF FF FF FF FF FF
    Path Report.
        Alias Path inactive.
        Alpha Path inactive.
        Blend Path inactive.
        Depth Path inactive.
        Dither Path active.
        Fog Path inactive.
        LogicOp Path inactive.
        Shade model Path = GL_SMOOTH.
        Stencil Path inactive.
        Stipple Path inactive.
Line Rasterization test passed.
Line Stipple test passed.
Anti-aliased Line test passed.
Horizontal and Vertical Line test passed.
Triangle Rasterization test passed.
Triangle Tile test passed.
Triangle Stipple test passed.
Anti-aliased Triangles test passed.
Quad Rasterization test passed.
Polygon Face test passed.
Polygon Cull test passed.
Polygon Stipple test passed.
Polygon Edge test passed.
Ambient Light test passed.
Ambient Material test passed.
Ambient Scene test passed.
Attenuation Constants test passed.
Attenuation Position test passed.
Diffuse Light test passed.
Diffuse Material test passed.
Diffuse Material Normal test passed.
Diffuse Material Positioning test passed.
Emissive Material test passed.
Specular Exponent test passed.
Specular Exponent Normal test passed.
Specular Local Eye Half Angle test passed.
Specular Light test passed.
Specular Material test passed.
Specular Normal test passed.
Spot Positioning test passed.
Spot Exponent and Positioning test passed.
Spot Exponent and Direction test passed.
Fog Exponential test passed.
Fog Linear test passed.
Texture Decal test passed.
Texture Border test passed.
Mipmaps Selection test passed.
Mipmaps Interpolation test passed.
Display Lists test passed.
Evaluator test passed.
Evaluator Color test passed.

Conform failed.
    Anti-aliased Point test (Test number #33) failed.





GLX CONFORMANCE TEST
====================

% conformx -v 2

OpenGL X Conformance Test
Version 1.1.1

Setup Report.
    Verbose level = 2.
    Random number seed = 1.
    Path inactive.

Visual Report.
    Display ID = 34. Direct Rendering.
    Double Buffered.
    RGBA (8, 8, 8, 0).
    Stencil (8).
    Depth (16).
    Accumulation (16, 16, 16, 16).

Epsilon Report.
    zero error epsilon = 0.000122.
    RGBA error epsilon = 0.00404, 0.00404, 0.00404, 0.000122.
    Depth buffer error epsilon = 0.000137.
    Stencil plane error epsilon = 0.00404.
    Accumulation error epsilon = 0.000137, 0.000137, 0.000137, 0.000137.

Default State test passed.
glReadPixels() test passed.
Font test passed.

Conformx passed.


NOTE: conformx passes for all machine path levels (-p option).


-----------------------------------------------------------------------------
$Id: CONFORM,v 1.3.2.5 2000/07/19 02:24:09 brianp Exp $
