Hi, I have written a functional test for EXT_multisampled_render_to_texture. I have an implementation of this for i965 that I will send to Mesa.
I do not have merge privilages so I would be grateful if someone would merge this once it has been reviewed. regards, Magnus Wendt - Intel OTC Magnus Wendt (1): EXT_multisampled_render_to_texture: functional test tests/all.py | 7 + tests/spec/CMakeLists.txt | 1 + .../CMakeLists.gles3.txt | 5 + .../CMakeLists.txt | 1 + .../ext_multisampled_render_to_texture.c | 367 +++++++++++++++++++++ 5 files changed, 381 insertions(+) create mode 100644 tests/spec/ext_multisampled_render_to_texture/CMakeLists.gles3.txt create mode 100644 tests/spec/ext_multisampled_render_to_texture/CMakeLists.txt create mode 100644 tests/spec/ext_multisampled_render_to_texture/ext_multisampled_render_to_texture.c -- 2.5.0 _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
