Results for valgrind/spec/!OpenGL 2.0/texwrap-2D-npot-proj

Overview

Status: skip
Result: skip

Back to summary

Details

Detail Value
returncode 0
time 4.47367405891
errors
  • ==31979== Invalid write of size 4
  • ==31979== at 0x4B80062: _mesa_texstore_argb8888 (texstore.c:1578)
  • ==31979== by 0x4B80F10: _mesa_texstore (texstore.c:4053)
  • ==31979== by 0x4A88B82: intelTexImage (intel_tex_image.c:500)
  • ==31979== by 0x4A8974D: intelTexImage2D (intel_tex_image.c:549)
  • ==31979== by 0x4B6E3E2: teximage (teximage.c:2512)
  • ==31979== by 0x4B6ED7D: _mesa_TexImage2D (teximage.c:2566)
  • ==31979== by 0x804DA0A: init_textures (texwrap.c:1208)
  • ==31979== by 0x804E3D0: piglit_init (texwrap.c:1401)
  • ==31979== by 0x805052E: main (piglit-framework.c:116)
  • ==31979== Address 0xb7828000 is not stack\'d, malloc\'d or (recently) free\'d
  • ==31979==
info
Returncode: 0

Errors:
==31979== Invalid write of size 4
==31979==    at 0x4B80062: _mesa_texstore_argb8888 (texstore.c:1578)
==31979==    by 0x4B80F10: _mesa_texstore (texstore.c:4053)
==31979==    by 0x4A88B82: intelTexImage (intel_tex_image.c:500)
==31979==    by 0x4A8974D: intelTexImage2D (intel_tex_image.c:549)
==31979==    by 0x4B6E3E2: teximage (teximage.c:2512)
==31979==    by 0x4B6ED7D: _mesa_TexImage2D (teximage.c:2566)
==31979==    by 0x804DA0A: init_textures (texwrap.c:1208)
==31979==    by 0x804E3D0: piglit_init (texwrap.c:1401)
==31979==    by 0x805052E: main (piglit-framework.c:116)
==31979==  Address 0xb7828000 is not stack'd, malloc'd or (recently) free'd
==31979== 


Output:
Parameter: 2D
Using TEXTURE_2D.
Parameter: npot
Using NPOT dimensions.
Parameter: proj
Using projective mapping.

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

Testing NEAREST with projective mapping: REPEAT
Testing NEAREST with projective mapping: CLAMP
Testing NEAREST with projective mapping: CLAMP_TO_EDGE
Testing NEAREST with projective mapping: CLAMP_TO_BORDER
Testing NEAREST with projective mapping: MIRRORED_REPEAT
Testing LINEAR with projective mapping: REPEAT
Testing LINEAR with projective mapping: CLAMP
Probe at (104,134) @ 0,0
  Expected: 82 172 95 204
  Observed: 255 0 0 204
Testing LINEAR with projective mapping: CLAMP_TO_EDGE
Testing LINEAR with projective mapping: CLAMP_TO_BORDER
Testing LINEAR with projective mapping: MIRRORED_REPEAT
Testing NEAREST with projective mapping and swizzling: REPEAT
Testing NEAREST with projective mapping and swizzling: CLAMP
Testing NEAREST with projective mapping and swizzling: CLAMP_TO_EDGE
Testing NEAREST with projective mapping and swizzling: CLAMP_TO_BORDER
Testing NEAREST with projective mapping and swizzling: MIRRORED_REPEAT
Testing LINEAR with projective mapping and swizzling: REPEAT
Testing LINEAR with projective mapping and swizzling: CLAMP
Probe at (104,134) @ 0,0
  Expected: 95 82 172 204
  Observed: 0 255 0 204
Testing LINEAR with projective mapping and swizzling: CLAMP_TO_EDGE
Testing LINEAR with projective mapping and swizzling: CLAMP_TO_BORDER
Testing LINEAR with projective mapping and swizzling: MIRRORED_REPEAT

Back to summary