[Piglit] [PATCH 0/4] Add tests to verify support of EXT_framebuffer_multisample_blit_scaled

Anuj Phogat anuj.phogat at gmail.com
Wed May 1 14:08:27 PDT 2013


I've run these tests only on my implementation of EXT_framebuffer_multisample_blit_scaled
extension on i965 drivers. NVIDIA, AMD machines I've don't support this extension.
Could somebody try running on NVIDIA drivers?

Note: I also sent the patches to mesa-dev by mistake. Please ignore those patches.
Sorry for the duplicate copy.
Anuj Phogat (4):
  Add functionality to create a FBO with multisample texture attachment
  Add test to verify accuracy of multisample scaled blitting
  Add test to verify the accuracy of multisample scaled blit using a
    shader program
  Add test to verify the error conditions in
    ext_multisample_framebuffer_blit_scaled

 tests/all.tests                                    |  13 +
 .../ext_framebuffer_multisample/CMakeLists.gl.txt  |   3 +
 .../blit-scaled-glsl.cpp                           | 268 +++++++++++++++++++++
 .../ext_framebuffer_multisample/blit-scaled.cpp    | 178 ++++++++++++++
 tests/spec/ext_framebuffer_multisample/common.cpp  |  17 +-
 .../negative-blit-scaled.cpp                       | 111 +++++++++
 6 files changed, 589 insertions(+), 1 deletion(-)
 create mode 100644 tests/spec/ext_framebuffer_multisample/blit-scaled-glsl.cpp
 create mode 100644 tests/spec/ext_framebuffer_multisample/blit-scaled.cpp
 create mode 100644 tests/spec/ext_framebuffer_multisample/negative-blit-scaled.cpp

-- 
1.8.1.4



More information about the Piglit mailing list