On 16 July 2012 15:39, <[email protected]> wrote: > From: Anuj Phogat <[email protected]> > > Anuj Phogat (12): > msaa: Share visualize_image function by moving it to common.cpp > msaa: Add files containing the shared code to test multiple draw buffers > msaa: Add test to verify sample-alpha-to-one with multiple draw buffers > msaa: Add test to verify sample-alpha-to-coverage with multiple draw > buffers > msaa: Add test to verify sample-alpha-to-one with integer draw buffers > msaa: Add test to verify sample-alpha-to-coverage with integer draw > buffers > msaa: Add test to verify sample-alpha-to-one with GL_MULTISAMPLE disabled > msaa: Add test to verify sample-alpha-to-one with single sample FBO > msaa: Rewrite sample-alpha-to-coverage test to utilize the shared code > msaa: Rewrite sample-alpha-to-one test to utilize shared code > msaa: Add depth buffer testing support in draw-buffer-common.cpp > msaa: Add depth buffer testing to sample-alpha-to-coverage test case >
I made comments on patches 1, 8, and 12. The rest are Reviewed-by: Paul Berry <[email protected]> > > tests/all.tests | 41 +- > .../ext_framebuffer_multisample/CMakeLists.gl.txt | 18 +- > .../alpha-to-one-msaa-disabled.cpp | 129 ++++ > .../alpha-to-one-single-sample-buffer.cpp | 109 +++ > tests/spec/ext_framebuffer_multisample/common.cpp | 84 ++ > tests/spec/ext_framebuffer_multisample/common.h | 5 + > .../draw-buffers-alpha-to-coverage.cpp | 139 ++++ > .../draw-buffers-alpha-to-one.cpp | 152 ++++ > .../draw-buffers-common.cpp | 795 > ++++++++++++++++++++ > .../draw-buffers-common.h | 66 ++ > tests/spec/ext_framebuffer_multisample/formats.cpp | 77 +-- > .../int-draw-buffers-alpha-to-coverage.cpp | 132 ++++ > .../int-draw-buffers-alpha-to-one.cpp | 129 ++++ > .../sample-alpha-to-coverage.cpp | 389 ++-------- > .../sample-alpha-to-one.cpp | 256 ++------ > 15 files changed, 1913 insertions(+), 608 deletions(-) > create mode 100644 > tests/spec/ext_framebuffer_multisample/alpha-to-one-msaa-disabled.cpp > create mode 100644 > tests/spec/ext_framebuffer_multisample/alpha-to-one-single-sample-buffer.cpp > create mode 100644 > tests/spec/ext_framebuffer_multisample/draw-buffers-alpha-to-coverage.cpp > create mode 100644 > tests/spec/ext_framebuffer_multisample/draw-buffers-alpha-to-one.cpp > create mode 100644 > tests/spec/ext_framebuffer_multisample/draw-buffers-common.cpp > create mode 100644 > tests/spec/ext_framebuffer_multisample/draw-buffers-common.h > create mode 100644 > tests/spec/ext_framebuffer_multisample/int-draw-buffers-alpha-to-coverage.cpp > create mode 100644 > tests/spec/ext_framebuffer_multisample/int-draw-buffers-alpha-to-one.cpp > > -- > 1.7.7.6 > >
_______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
