Skip to content

nv_alpha_to_coverage_dither_control: Fix equality check.

Vinson Lee requested to merge vlee/piglit:fix-cid-1463599 into main

Fix defect reported by Coverity Scan.

Logically dead code (DEADCODE) dead_error_condition: The condition enable_dither & visualize & (num_samples = 0) cannot be true.

Fixes: 8ea4dcbd ("tests: Added tests for nv_alpha_to_coverage_dither_control") Signed-off-by: Vinson Lee vlee@freedesktop.org

Merge request reports