[Piglit] [PATCH] arb_indirect_parameters: Test working with conditional rendering

2019-02-21 Thread Illia Iorin
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:

[Piglit] [PATCH] arb_indirect_parameters: Test working with conditional rendering

2018-11-15 Thread Illia Iorin
This test checks that GL_ARB_indirect_parameters works corectly 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: