arb_indirect_parameters: Test working with conditional rendering
This test checks that GL_ARB_indirect_parameters works correctly with GL_NV_conditional_render.
Both extensions conditionally execute commands and on hardware level they could use the same flag/mechanism to do this so driver may fail to account their simultaneous usage.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108759 Signed-off-by: Illia Iorin illia.iorin@gloaballogic.com