radv: Don't reset cmd_buffer->state.dirty.
Otherwise for non-indexed draws we set and immediately unset RADV_CMD_DIRTY_INDEX_BUFFER. As all the set functions should clear their own bit, this is unnecessary. Fixes: 341529db 'radv: use optimal packet order for draws' Reviewed-by:Samuel Pitoiset <samuel.pitoiset@gmail.com>