Results for valgrind/texturing/texwrap/2d-rgb5a1

Overview

Status: skip
Result: skip

Back to summary

Details

Detail Value
returncode 0
time 7.14220118523
errors_ignored
  • Mesa: Mesa 7.10-devel DEBUG build Oct 17 2010 14:41:08
errors
  • ==28039== Invalid write of size 2
  • ==28039== at 0x4CA5A92: _mesa_texstore_argb1555 (texstore.c:1905)
  • ==28039== by 0x4CAB804: _mesa_texstore (texstore.c:3926)
  • ==28039== by 0x4B706B4: intelTexImage (intel_tex_image.c:519)
  • ==28039== by 0x4B70832: intelTexImage2D (intel_tex_image.c:568)
  • ==28039== by 0x4C92CE5: _mesa_TexImage2D (teximage.c:2415)
  • ==28039== by 0x408357F: glTexImage2D (glapitemp.h:1002)
  • ==28039== by 0x804C60E: is_format_supported (texwrap.c:830)
  • ==28039== by 0x804CA2E: piglit_init (texwrap.c:917)
  • ==28039== by 0x804ECEA: main (piglit-framework.c:116)
  • ==28039== Address 0xb78e9000 is not stack\'d, malloc\'d or (recently) free\'d
  • ==28039==
info
Returncode: 0

Errors:
Mesa: Mesa 7.10-devel DEBUG build Oct 17 2010 14:41:08
==28039== Invalid write of size 2
==28039==    at 0x4CA5A92: _mesa_texstore_argb1555 (texstore.c:1905)
==28039==    by 0x4CAB804: _mesa_texstore (texstore.c:3926)
==28039==    by 0x4B706B4: intelTexImage (intel_tex_image.c:519)
==28039==    by 0x4B70832: intelTexImage2D (intel_tex_image.c:568)
==28039==    by 0x4C92CE5: _mesa_TexImage2D (teximage.c:2415)
==28039==    by 0x408357F: glTexImage2D (glapitemp.h:1002)
==28039==    by 0x804C60E: is_format_supported (texwrap.c:830)
==28039==    by 0x804CA2E: piglit_init (texwrap.c:917)
==28039==    by 0x804ECEA: main (piglit-framework.c:116)
==28039==  Address 0xb78e9000 is not stack'd, malloc'd or (recently) free'd
==28039== 


Output:
Parameter: -2d-rgb5a1-
Using TEXTURE_2D.
RGB5_A1 is R5G5B5A1. The internal format is 0x8057.
Using RGB5_A1.
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: 63 191 95
  Observed: 255 0 0
Testing LINEAR: CLAMP_TO_EDGE
Testing LINEAR: CLAMP_TO_BORDER
Testing LINEAR: MIRRORED_REPEAT
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 (95,125) @ 0,0
  Expected: 63 191 95
  Observed: 255 0 0
Testing LINEAR with projective mapping: CLAMP_TO_EDGE
Testing LINEAR with projective mapping: CLAMP_TO_BORDER
Testing LINEAR with projective mapping: MIRRORED_REPEAT

Back to summary