NV_command_list support

Hi,

I’m optimizing a OpenGL program using bindless graphics with NV_command_list.
I would like to check the application behavior with Nsight.
But it seems not to support NV_command_list.

Do you have any plans to support NV_command_list?

Hi sizwk,

Thanks for your feedback.
We have plans to support NV_command_list.

Thanks,
Letitia

Hi letitia,

Thank you for your answer.
And when are you going to release the version?

Hi sizwk,

the support of NV_command_list is on the decision for future release.

Thanks,
Letitia

Any movement on this? Sorry to necro, but using standalone Nsight today still seems to totally filter out NV_command_list draw calls from the application, not just the capture. I get this warning:

ID,,Origin,Source,Message
79799,Target,NVIDIA Nsight Graphics,"The following incompatibilities were seen during capture:  glDrawCommandsAddressNV, glGetCommandHeaderNV, glGetStageIndexNV, glPolygonMode (mode = 0x0000933C)  "

EDIT: a much simpler fix could be to just not report NV_command_list bindings if they’re not supported. Maybe just add a checkbox for it somewhere? I imagine most applications would support this since they’re usually expected to also support AMD.