amd-fx@amd-fx:~/piglit$ ./bin/arb_separate_shader_object-ValidateProgramPipeline Failed to compile error shader: 0(24) : error C7532: global variable gl_TessCoord requires "#version 400" or later 0(24) : error C0000: ... or #extension GL_ARB_tessellation_shader : enable Failed to compile error shader: 0(19) : error C7532: global variable gl_InvocationID requires "#version 400" or later 0(19) : error C0000: ... or #extension GL_ARB_gpu_shader5 : enable 0(19) : error C0000: ... or #extension GL_ARB_tessellation_shader : enable 0(20) : error C7532: global variable gl_TessLevelOuter requires "#version 400" or later 0(20) : error C0000: ... or #extension GL_ARB_tessellation_shader : enable 0(23) : error C7532: global variable gl_TessLevelInner requires "#version 400" or later 0(23) : error C0000: ... or #extension GL_ARB_tessellation_shader : enable Failed to link: Link info --------- No shader objects attached. Failed to link: Link info --------- No shader objects attached. Failed to link: Link info --------- No shader objects attached. INFO: GL_ARB_tessellation_shader supported: running all test TEST 1: sanity check prog_vs_fs TEST 2: bad: prog_gs in the middle of prog_vs_fs Failed to validate the pipeline: error: Program object is active for a stage between two stages for which another program object is active TEST 3: bad: prog_fs and only VS of prog_vs_fs Failed to validate the pipeline: error: Program object is not active for all stages for which it contains executable code TEST 4: good: prog_vs_fs in 2 step TEST 5: bad: prog_gs without prog_vs Failed to validate the pipeline: error: Program pipeline object contains an active geometry program, but no active vertex program TEST 6: bad: only GS of prog_vs_gs !!! Wrong pipeline validation status. Got 1, expected 0 TEST 7: good: sanity check all single prog Unexpected GL error: GL_INVALID_OPERATION 0x502 (Error at /home/amd-fx/piglit/tests/spec/arb_separate_shader_objects/ValidateProgramPipeline.c:68) TEST 8: bad: prog_tcs in the middle of prog_vs_gs Unexpected GL error: GL_INVALID_OPERATION 0x502 (Error at /home/amd-fx/piglit/tests/spec/arb_separate_shader_objects/ValidateProgramPipeline.c:68) !!! Wrong pipeline validation status. Got 1, expected 0 TEST 9: bad: prog_tes in the middle of prog_vs_gs Unexpected GL error: GL_INVALID_OPERATION 0x502 (Error at /home/amd-fx/piglit/tests/spec/arb_separate_shader_objects/ValidateProgramPipeline.c:68) !!! Wrong pipeline validation status. Got 1, expected 0 TEST 10: bad: only tes of prog_tess Unexpected GL error: GL_INVALID_OPERATION 0x502 (Error at /home/amd-fx/piglit/tests/spec/arb_separate_shader_objects/ValidateProgramPipeline.c:68) !!! Wrong pipeline validation status. Got 1, expected 0 TEST 11: bad: prog_tess without prog_vs Unexpected GL error: GL_INVALID_OPERATION 0x502 (Error at /home/amd-fx/piglit/tests/spec/arb_separate_shader_objects/ValidateProgramPipeline.c:68) !!! Wrong pipeline validation status. Got 1, expected 0 TEST 12: bad: relink attached prog_fs without GL_PROGRAM_SEPARABLE !!! Wrong pipeline validation status. Got 1, expected 0 PIGLIT: {'result': 'fail' }