Skip to content

intel/vec4: Remove leftover code from Gen8+ removal.

Vinson Lee requested to merge vlee/mesa:fix-cid-1467639 into master

Remove code missed in commit 2a490074 ("intel/vec4: Remove all support for Gen8+ [v2]").

Fix defect reported by Coverity Scan.

Logically dead code (DEADCODE) dead_error_begin: Execution cannot reach this statement: mcs.swizzle = 80U;

Signed-off-by: Vinson Lee vlee@freedesktop.org

cc: @idr

Merge request reports