Results for valgrind/texturing/texwrap/1d-rgb565

Overview

Status: skip
Result: skip

Back to summary

Details

Detail Value
returncode 0
time 7.20945191383
errors_ignored
  • Mesa: Mesa 7.10-devel DEBUG build Oct 17 2010 14:41:08
errors
  • ==27957== Invalid write of size 2
  • ==27957== at 0x4CA37EF: _mesa_texstore_rgb565 (texstore.c:1142)
  • ==27957== by 0x4CAB804: _mesa_texstore (texstore.c:3926)
  • ==27957== by 0x4B706B4: intelTexImage (intel_tex_image.c:519)
  • ==27957== by 0x4B70832: intelTexImage2D (intel_tex_image.c:568)
  • ==27957== by 0x4C92CE5: _mesa_TexImage2D (teximage.c:2415)
  • ==27957== by 0x408357F: glTexImage2D (glapitemp.h:1002)
  • ==27957== by 0x804C60E: is_format_supported (texwrap.c:830)
  • ==27957== by 0x804CA2E: piglit_init (texwrap.c:917)
  • ==27957== by 0x804ECEA: main (piglit-framework.c:116)
  • ==27957== Address 0xb78e5000 is not stack\'d, malloc\'d or (recently) free\'d
  • ==27957==
  • ==27957== Invalid write of size 2
  • ==27957== at 0x4CA37EF: _mesa_texstore_rgb565 (texstore.c:1142)
  • ==27957== by 0x4CAB804: _mesa_texstore (texstore.c:3926)
  • ==27957== by 0x4B706B4: intelTexImage (intel_tex_image.c:519)
  • ==27957== by 0x4B708BA: intelTexImage1D (intel_tex_image.c:584)
  • ==27957== by 0x4C9264F: _mesa_TexImage1D (teximage.c:2305)
  • ==27957== by 0x40834FE: glTexImage1D (glapitemp.h:997)
  • ==27957== by 0x804C483: init_textures (texwrap.c:796)
  • ==27957== by 0x804CBC6: piglit_init (texwrap.c:945)
  • ==27957== by 0x804ECEA: main (piglit-framework.c:116)
  • ==27957== Address 0xb78e5000 is not stack\'d, malloc\'d or (recently) free\'d
  • ==27957==
info
Returncode: 0

Errors:
Mesa: Mesa 7.10-devel DEBUG build Oct 17 2010 14:41:08
==27957== Invalid write of size 2
==27957==    at 0x4CA37EF: _mesa_texstore_rgb565 (texstore.c:1142)
==27957==    by 0x4CAB804: _mesa_texstore (texstore.c:3926)
==27957==    by 0x4B706B4: intelTexImage (intel_tex_image.c:519)
==27957==    by 0x4B70832: intelTexImage2D (intel_tex_image.c:568)
==27957==    by 0x4C92CE5: _mesa_TexImage2D (teximage.c:2415)
==27957==    by 0x408357F: glTexImage2D (glapitemp.h:1002)
==27957==    by 0x804C60E: is_format_supported (texwrap.c:830)
==27957==    by 0x804CA2E: piglit_init (texwrap.c:917)
==27957==    by 0x804ECEA: main (piglit-framework.c:116)
==27957==  Address 0xb78e5000 is not stack'd, malloc'd or (recently) free'd
==27957== 
==27957== Invalid write of size 2
==27957==    at 0x4CA37EF: _mesa_texstore_rgb565 (texstore.c:1142)
==27957==    by 0x4CAB804: _mesa_texstore (texstore.c:3926)
==27957==    by 0x4B706B4: intelTexImage (intel_tex_image.c:519)
==27957==    by 0x4B708BA: intelTexImage1D (intel_tex_image.c:584)
==27957==    by 0x4C9264F: _mesa_TexImage1D (teximage.c:2305)
==27957==    by 0x40834FE: glTexImage1D (glapitemp.h:997)
==27957==    by 0x804C483: init_textures (texwrap.c:796)
==27957==    by 0x804CBC6: piglit_init (texwrap.c:945)
==27957==    by 0x804ECEA: main (piglit-framework.c:116)
==27957==  Address 0xb78e5000 is not stack'd, malloc'd or (recently) free'd
==27957== 


Output:
Parameter: -1d-rgb565-
Using TEXTURE_1D.
RGB565 is R5G6B5A0. The internal format is 0x8050.
Using RGB565.
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: 127 127 63
  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: 127 127 63
  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