Results for spec@arb_texture_float@fbo-colormask-formats

Overview

Result: fail

Back to summary

Details

Detail Value
Returncode 1
Time 0:00:00.318508
Stdout
Using test set: GL_ARB_texture_float
Testing GL_RGB16F
Testing GL_RGBA16F
Testing GL_ALPHA16F_ARB - fbo incomplete (status = GL_FRAMEBUFFER_UNSUPPORTED)
Testing GL_LUMINANCE16F_ARB
Testing GL_LUMINANCE_ALPHA16F_ARB - fbo incomplete (status = GL_FRAMEBUFFER_UNSUPPORTED)
Testing GL_INTENSITY16F_ARB
Testing GL_RGB32F
glColorMask(0, 0, 0, 0)
  Expected: 0.000000 0.000000 0.000000 1.000000
  Observed: 0.000000 0.000000 0.000000 0.000000
glColorMask(1, 0, 0, 0)
  Expected: 1.000000 0.000000 0.000000 1.000000
  Observed: 1.000000 0.000000 0.000000 0.000000
glColorMask(0, 1, 0, 0)
  Expected: 0.000000 1.000000 0.000000 1.000000
  Observed: 0.000000 1.000000 0.000000 0.000000
glColorMask(1, 1, 0, 0)
  Expected: 1.000000 1.000000 0.000000 1.000000
  Observed: 1.000000 1.000000 0.000000 0.000000
glColorMask(0, 0, 1, 0)
  Expected: 0.000000 0.000000 1.000000 1.000000
  Observed: 0.000000 0.000000 1.000000 0.000000
glColorMask(1, 0, 1, 0)
  Expected: 1.000000 0.000000 1.000000 1.000000
  Observed: 1.000000 0.000000 1.000000 0.000000
glColorMask(0, 1, 1, 0)
  Expected: 0.000000 1.000000 1.000000 1.000000
  Observed: 0.000000 1.000000 1.000000 0.000000
glColorMask(1, 1, 1, 0)
  Expected: 1.000000 1.000000 1.000000 1.000000
  Observed: 1.000000 1.000000 1.000000 0.000000
Testing GL_RGBA32F
Testing GL_ALPHA32F_ARB - fbo incomplete (status = GL_FRAMEBUFFER_UNSUPPORTED)
Testing GL_LUMINANCE32F_ARB
Testing GL_LUMINANCE_ALPHA32F_ARB - fbo incomplete (status = GL_FRAMEBUFFER_UNSUPPORTED)
Testing GL_INTENSITY32F_ARB
Stderr

        
Environment
PIGLIT_SOURCE_DIR="/home/airlied/devel/piglit" PIGLIT_PLATFORM="mixed_glx_egl"
Command
/home/airlied/devel/piglit/bin/fbo-colormask-formats GL_ARB_texture_float -auto -fbo
dmesg

        

Back to summary