Results for valgrind/spec/ARB_texture_rg/texwrap-2D-GL_RG8

Overview

Status: skip
Result: skip

Back to summary

Details

Detail Value
returncode 0
time 4.47039079666
errors
  • ==32297== Invalid write of size 2
  • ==32297== at 0x4B7E296: _mesa_texstore_unorm88 (texstore.c:2138)
  • ==32297== by 0x4B80F10: _mesa_texstore (texstore.c:4053)
  • ==32297== by 0x4A88B82: intelTexImage (intel_tex_image.c:500)
  • ==32297== by 0x4A8974D: intelTexImage2D (intel_tex_image.c:549)
  • ==32297== by 0x4B6E3E2: teximage (teximage.c:2512)
  • ==32297== by 0x4B6ED7D: _mesa_TexImage2D (teximage.c:2566)
  • ==32297== by 0x804DC31: is_format_supported (texwrap.c:1243)
  • ==32297== by 0x804E1EF: piglit_init (texwrap.c:1366)
  • ==32297== by 0x805052E: main (piglit-framework.c:116)
  • ==32297== Address 0xb77db000 is not stack\'d, malloc\'d or (recently) free\'d
  • ==32297==
info
Returncode: 0

Errors:
==32297== Invalid write of size 2
==32297==    at 0x4B7E296: _mesa_texstore_unorm88 (texstore.c:2138)
==32297==    by 0x4B80F10: _mesa_texstore (texstore.c:4053)
==32297==    by 0x4A88B82: intelTexImage (intel_tex_image.c:500)
==32297==    by 0x4A8974D: intelTexImage2D (intel_tex_image.c:549)
==32297==    by 0x4B6E3E2: teximage (teximage.c:2512)
==32297==    by 0x4B6ED7D: _mesa_TexImage2D (teximage.c:2566)
==32297==    by 0x804DC31: is_format_supported (texwrap.c:1243)
==32297==    by 0x804E1EF: piglit_init (texwrap.c:1366)
==32297==    by 0x805052E: main (piglit-framework.c:116)
==32297==  Address 0xb77db000 is not stack'd, malloc'd or (recently) free'd
==32297== 


Output:
Parameter: 2D
Using TEXTURE_2D.
Parameter: GL_RG8
GL_RG8 has bits R8G8B0A0 L0 I0 D0S0. The internal format is 0x822B.
Using GL_RG8.

Hint: If you only fail CLAMP and CLAMP_TO_BORDER tests, the border color is wrong.

Testing NEAREST: REPEAT
Testing NEAREST: CLAMP
Testing NEAREST: CLAMP_TO_EDGE
Testing NEAREST: CLAMP_TO_BORDER
Testing NEAREST: MIRRORED_REPEAT
Testing LINEAR: REPEAT
Testing LINEAR: CLAMP
Probe at (95,125) @ 0,0
  Expected: 82 172 0 255
  Observed: 255 0 0 255
Testing LINEAR: CLAMP_TO_EDGE
Testing LINEAR: CLAMP_TO_BORDER
Testing LINEAR: MIRRORED_REPEAT
Testing NEAREST with swizzling: REPEAT
Testing NEAREST with swizzling: CLAMP
Testing NEAREST with swizzling: CLAMP_TO_EDGE
Testing NEAREST with swizzling: CLAMP_TO_BORDER
Testing NEAREST with swizzling: MIRRORED_REPEAT
Testing LINEAR with swizzling: REPEAT
Testing LINEAR with swizzling: CLAMP
Probe at (95,125) @ 0,0
  Expected: 0 82 172 255
  Observed: 0 255 0 255
Testing LINEAR with swizzling: CLAMP_TO_EDGE
Testing LINEAR with swizzling: CLAMP_TO_BORDER
Testing LINEAR with swizzling: MIRRORED_REPEAT

Back to summary