Skip to content

Fix pbo-getteximage to check for GL_ARB_texture_cube_map_array

Kenneth Graunke requested to merge kwg/piglit:pbo-getteximage-fixes into master

i965 doesn't support this feature on the older Gen4-5 GPUs, so the test was throwing GL errors and failing probes. Just skip the cube map array subtest if the feature isn't there.

Merge request reports