[Mesa-dev] [PATCH 0/4] Add tests to verify support of EXT_framebuffer_multisample_blit_scaled
Anuj Phogat
anuj.phogat at gmail.com
Wed May 1 15:22:04 PDT 2013
On Wed, May 1, 2013 at 1:58 PM, Anuj Phogat <anuj.phogat at gmail.com> wrote:
>
> 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?
>
> 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
I sent these piglit patches to mesa-dev by mistake. Please ignore them.
Another copy has been sent to piglit mailing list.
More information about the mesa-dev
mailing list