Advertisement
anujphogat

sRGB-accuracy

Jun 22nd, 2012
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. [anuj@gfx piglit]$ ./bin/ext_framebuffer_multisample-accuracy 2 srgb depthstencil -auto
  2. Pixels that should be unlit
  3. count = 214644
  4. Perfect output
  5. Pixels that should be totally lit
  6. count = 29177
  7. Perfect output
  8. Pixels that should be partially lit
  9. count = 18323
  10. RMS error = 0.223811
  11. The error threshold for this test is 0.199800
  12. PIGLIT: {'result': 'fail' }
  13.  
  14. [anuj@gfx piglit]$ ./bin/ext_framebuffer_multisample-accuracy 4 srgb depthstencil -auto
  15. Pixels that should be unlit
  16. count = 214644
  17. Perfect output
  18. Pixels that should be totally lit
  19. count = 29177
  20. Perfect output
  21. Pixels that should be partially lit
  22. count = 18323
  23. RMS error = 0.191092
  24. The error threshold for this test is 0.119880
  25. PIGLIT: {'result': 'fail' }
  26.  
  27. [anuj@gfx piglit]$ ./bin/ext_framebuffer_multisample-accuracy 8 srgb depthstencil -auto
  28. Pixels that should be unlit
  29. count = 214644
  30. Perfect output
  31. Pixels that should be totally lit
  32. count = 29177
  33. Perfect output
  34. Pixels that should be partially lit
  35. count = 18323
  36. RMS error = 0.174411
  37. The error threshold for this test is 0.071928
  38. PIGLIT: {'result': 'fail' }
  39.  
  40. [anuj@gfx piglit]$ ./bin/ext_framebuffer_multisample-accuracy 16 srgb depthstencil -auto
  41. Pixels that should be unlit
  42. count = 214644
  43. Perfect output
  44. Pixels that should be totally lit
  45. count = 29177
  46. Perfect output
  47. Pixels that should be partially lit
  48. count = 18323
  49. RMS error = 0.165484
  50. The error threshold for this test is 0.043157
  51. PIGLIT: {'result': 'fail' }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement